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:
5:eb983e9336a7
Parent:
4:0c066401ae12
Child:
6:7b3abd00c921
--- a/RN2483.cpp	Mon Nov 21 20:21:43 2016 +0000
+++ b/RN2483.cpp	Mon Nov 21 20:24:22 2016 +0000
@@ -210,7 +210,8 @@
 
 /**
 * @brief Informs the RN2483 to do an ADC conversion on the VDD.
-* @return Returns mV as a decimal from 0 to 3600. -1 on error.
+* @param Pass pointer to long for conversion to read into.
+* @return Returns if a value was sucessfully read into the long.
 */
 bool RN2483::getVDD(long *vdd)
 {