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:
2:73b87761ce69
Parent:
1:8f3ec117823d
Child:
3:08f5e8989688
--- a/LLAPSerial.cpp	Tue Apr 15 22:10:17 2014 +0000
+++ b/LLAPSerial.cpp	Wed Apr 16 08:03:48 2014 +0000
@@ -1,8 +1,14 @@
-/** LLAP Serial for use with Ciseco SRF/XRF wireless modules
+/** 
+ * LLAP Serial for use with Ciseco SRF/XRF wireless modules
+ *
+ * @author Andrew Lindsay
+ *
+ * @section DESCRIPTION
+ *
  * Wireless modules available at http://shop.ciseco.co.uk/rf-module-range/
  * Library developped with ST Micro Nucleo F401 and Ciseco SRF shield.
  * Sheild needs to be modified as Tx/Rx on pins 0 and 1 conflict with the USB debug port.
- * They need linking to Rx - PA_12, Tx - PA_11 on the outer row of pins. 
+ * They need joining to Rx - PA_12, Tx - PA_11 on the outer row of pins. 
  * See http://mbed.org/platforms/ST-Nucleo-F401RE/ for pinouts.
  *
  * This code is based on the Ciseco LLAPSerial library for Arduino at https://github.com/CisecoPlc/LLAPSerial but updated to
@@ -10,9 +16,11 @@
  *
  * Converted and updated by Andrew Lindsay @AndrewDLindsay April 2014
  * 
+ * @section LICENSE
+ *
  * The MIT License (MIT)
  * 
- * Copyright (c) 2014 Andrew Lindsay
+ * Copyright (c) 2014 Andrew Lindsay (andrew [at] thiseldo [dot] co [dot] uk)
  * 
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal