Initial Release of Library for PAT9125 OTS on L476RG Platform

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
pixus_mbed
Date:
Fri Oct 20 05:43:45 2017 +0000
Branch:
Branch_nRF51
Parent:
4:1cd61816c013
Child:
14:b6d9f03435ab
Commit message:
Call serialEvent() in pat9125_mbed::task().

Changed in this revision

pat9125_mbed/pat9125_mbed.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/pat9125_mbed/pat9125_mbed.cpp	Wed Oct 18 10:01:44 2017 +0000
+++ b/pat9125_mbed/pat9125_mbed.cpp	Fri Oct 20 05:43:45 2017 +0000
@@ -591,4 +591,5 @@
         MotionPinEventTriggered = 1 ;
     }
     loop();
+    serialEvent();
 }
\ No newline at end of file