A mbed library for the RN2483. Heavily based on the Sodaq_RN2483 library for Arduino (https://github.com/SodaqMoja/Sodaq_RN2483). This is currently under-going initial testing, but seems to work! Tested on a NRF51 and FRDM K64F.

Dependents:   rn2483-TestProgram

Revision:
2:336a025b82b5
Parent:
1:cf9b0c21907a
--- a/StringLiterals.h	Sat Nov 19 23:30:34 2016 +0000
+++ b/StringLiterals.h	Sun Nov 20 14:37:54 2016 +0000
@@ -61,7 +61,7 @@
 #define STR_CH_FREQ "ch freq "
 #define STR_CH_DCYCLE "ch dcycle "
 #define STR_CH_DRRANGE "ch drrange "
-#define STR_CH_STATUS "ch status "
+#define STR_CMD_SET_CHANNEL_STATUS "mac set ch status "
 
 #define STR_CMD_JOIN "mac join "
 #define STR_OTAA "otaa"
@@ -73,7 +73,8 @@
 #define STR_UNCONFIRMED "uncnf "
 
 #define STR_CMD_SLEEP "sys sleep " // 3 days
+
 #define STR_CMD_GET_HWEUI "sys get hweui"
-#define STR_CMD_SET_CHANNEL_STATUS "mac set ch status "
+#define STR_CMD_GET_VDD "sys get vdd"
 
 #endif
\ No newline at end of file