LoRaWAN end device MAC layer for SX1272 and SX1276. Supports LoRaWAN-1.0 and LoRaWAN-1.1

Dependencies:   sx12xx_hal

Dependents:   LoRaWAN-SanJose_Bootcamp LoRaWAN-grove-cayenne LoRaWAN-classC-demo LoRaWAN-grove-cayenne ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers board.cpp Source File

board.cpp

00001 #include "lorawan_board.h"
00002 
00003 #ifndef ENABLE_VT100
00004 RawSerial pc(USBTX, USBRX);
00005 #endif /* ENABLE_VT100 */
00006 
00007 uint8_t BoardGetBatteryLevel()
00008 {
00009     return 0;
00010 }
00011