Adding RFM22b Example.

This commit is contained in:
Juan64Bits 2010-10-27 09:48:24 -05:00
parent b0be121941
commit d302857917
1 changed files with 4 additions and 0 deletions

View File

@ -153,7 +153,11 @@ void rfm22bInit(void)
_delay_ms(100);
#if DEMO_TX==1
transmitStrUSART0("RFM22B Initialize Process (TX DEMO)\r\n");
#elif DEMO_RX==1
transmitStrUSART0("RFM22B Initialize Process (RX DEMO)\r\n");
#endif
#if DEBUG==1
transmitStrUSART0(" Register 0x03:");