LLAP Library for Ciseco wireless products.

Dependents:   Ciseco_LLAP_Test Ciseco_SRF_Shield

Library for Ciseco wireless modules http://shop.ciseco.co.uk/rf-module-range/

Tested with Nucleo F401RE and http://shop.ciseco.co.uk/srf-shield-wireless-transciever-for-all-arduino-type-boards/

Revision:
3:08f5e8989688
Parent:
2:73b87761ce69
Child:
4:34499a4a4ec7
--- a/LLAPSerial.h	Wed Apr 16 08:03:48 2014 +0000
+++ b/LLAPSerial.h	Wed Apr 16 08:06:18 2014 +0000
@@ -51,7 +51,7 @@
      * @param checkNodeID Check the incoming Device ID and ignore if it doesnt match
      * @param dID ID for device, used in sending messages and if checkNodeID is true then only messages for this ID are accepted
      */
-    LLAPSerial(PinName txPin, PinName rxPin, bool checkDevID = false, char *dID = "--" );
+    LLAPSerial(PinName txPin, PinName rxPin, bool checkDevIDin = false, char *dID = "--" );
 
     /** Send a message
     * @param sToSend Character pointer to message to send, will be padded with - to full length or truncated if too long