mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-01-07 15:10:15 +02:00
Adding RFM22b Example.
This commit is contained in:
parent
b0be121941
commit
d302857917
@ -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:");
|
||||
|
Loading…
Reference in New Issue
Block a user