Changeset 270


Ignore:
Timestamp:
10/04/2007 11:49:24 AM (4 years ago)
Author:
agr
Message:

added demo_samples

Location:
nano-RK/projects
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • nano-RK/projects/basic_tasks/main.c

    r268 r270  
    5959  nrk_setup_ports(); 
    6060  nrk_setup_uart(UART_BAUDRATE_115K2); 
    61  
    62   printf( "Starting up...\r\n" ); 
    6361 
    6462  nrk_init(); 
     
    8078{ 
    8179uint16_t cnt; 
     80 
     81nrk_kprintf( PSTR("Nano-RK Version ") ); 
     82printf( "%d\r\n",NRK_VERSION ); 
    8283 
    8384printf( "My node's address is %u\r\n",NODE_ADDR ); 
Note: See TracChangeset for help on using the changeset viewer.