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/

Files at this revision

API Documentation at this revision

Comitter:
SomeRandomBloke
Date:
Wed Apr 16 19:41:30 2014 +0000
Parent:
4:34499a4a4ec7
Child:
6:0745fb4dbd8c
Commit message:
minor fix to .h to remove initialiser

Changed in this revision

LLAPSerial.h Show annotated file Show diff for this revision Revisions of this file
--- a/LLAPSerial.h	Wed Apr 16 10:55:24 2014 +0000
+++ b/LLAPSerial.h	Wed Apr 16 19:41:30 2014 +0000
@@ -48,7 +48,7 @@
     /** Boolean flag to determine if code needs to check the incoming ID and match to device ID, if true and no match,
         message is ignored
     */
-    bool checkDevID = false;
+    bool checkDevID;
     
     /** Process a received message, determine if its for us, starts with 'a' and optionally matches device ID.
         Automatically responds to HELLO and CHDEVID requests (TODO - Add more auto responses)