Hardware Design: SIE
Sign in or create your account | Project List | Help
Hardware Design: SIE Commit Details
Date: | 2010-10-27 16:48:24 (12 years 10 months ago) |
---|---|
Author: | Juan64Bits |
Commit: | d302857917a2b807e56170eafb7db39e08844b59 |
Message: | Adding RFM22b Example. |
Files: |
Examples/UNFURO/RF/main.c (1 diff) |
Change Details
Examples/UNFURO/RF/main.c | ||
---|---|---|
153 | 153 | |
154 | 154 | _delay_ms(100); |
155 | 155 | |
156 | #if DEMO_TX==1 | |
156 | 157 | transmitStrUSART0("RFM22B Initialize Process (TX DEMO)\r\n"); |
158 | #elif DEMO_RX==1 | |
159 | transmitStrUSART0("RFM22B Initialize Process (RX DEMO)\r\n"); | |
160 | #endif | |
157 | 161 | |
158 | 162 | #if DEBUG==1 |
159 | 163 | transmitStrUSART0(" Register 0x03:"); |
Branches:
master