Wireless interface using LoRa technology
Dependencies: AlohaTransceiver RingBuffer SX1276Lib SerialInterfaceProtocol mbed L3PDU
Diff: main.cpp
- Revision:
- 5:445f35444a6a
- Parent:
- 3:a4f6abad9378
- Child:
- 6:19457108c899
diff -r eb0f77a99b23 -r 445f35444a6a main.cpp --- a/main.cpp Sun Jul 17 11:24:49 2016 +0000 +++ b/main.cpp Sat Jul 23 07:42:58 2016 +0000 @@ -96,7 +96,7 @@ int main() { // initialize radio module - aloha.BoardInit(); + aloha.boardInit(); // attach serial interrupt handler pc.attach(&serialInterruptHandler);