Added new example to documentation

This commit is contained in:
maniacbug
2011-11-02 21:54:30 -07:00
parent 3a2d94b698
commit d4371639e6
2 changed files with 14 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ void setup(void)
Serial.begin(57600);
printf_begin();
printf("\n\rRF24/examples/pingpair/\n\r");
printf("\n\rRF24/examples/GettingStarted/\n\r");
printf("ROLE: %s\n\r",role_friendly_name[role]);
printf("*** PRESS 'T' to begin transmitting to the other node\n\r");