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:
7:100ab85cc6d7
Parent:
5:eb983e9336a7
--- a/RN2483.h	Mon Nov 21 20:29:50 2016 +0000
+++ b/RN2483.h	Tue Nov 22 10:39:17 2016 +0000
@@ -352,10 +352,11 @@
 
     /**
     * @brief Looks for an 'OK' response from the RN2483
+    * @param Timeout Period
     * @return Returns true if the string is received before a timeout.
     * Returns false if a timeout occurs or if another string is received.
     */
-    bool expectOK();
+    bool expectOK(uint16_t timeout = DEFAULT_TIMEOUT);
 
     /**
     * @brief Sends a reset command to the module