SENtral Simple Serial Host interface for PNI Sensor Corp SENtral-A2 motion coprocessor. For use with the RM3100RTI Arduino shield module on top of an STM4 serial mbed board. Will work with an PNI RM3100RTI module or M&M motion modules. Interaction with unit using built in USB serial serial port set for 115200 baud. Send '?' char for menu. Presently requires SENtral firmware to either be loaded in the RM3100RTI Arduino shield SD Card or preloaded in the RM3100RTI or M&M module's EEPROM. Firmware is typically preloaded on the module's EEPROM by PNI. PNI Sensor, 2019 www.pnicorp.com

Dependencies:   mbed SDFileSystemVSG

SENtral Simple Serial Host interface for PNI Sensor Corp SENtral-A2 motion coprocessor. For use with the RM3100RTI Arduino shield module on top of an STM4 serial mbed board. Will work with an PNI RM3100RTI module or M&M motion modules. Interaction with unit using built in USB serial serial port set for 115200 baud. Send '?' char for menu. Presently requires SENtral firmware to either be loaded in the RM3100RTI Arduino shield SD Card or preloaded in the RM3100RTI or M&M module's EEPROM. Firmware is typically preloaded on the module's EEPROM by PNI. PNI Sensor, 2019 www.pnicorp.com

Revision:
1:b0a205c9b958
Parent:
0:02c0c2cbc3df
--- a/mbed_objects.cpp	Wed Jul 20 23:03:48 2016 +0000
+++ b/mbed_objects.cpp	Fri Jul 22 18:13:26 2016 +0000
@@ -15,7 +15,6 @@
 
 // These LEDs and PBSwitch are Not part of the RM3100RTI Arduino Shield.    
 DigitalOut green_LED(D4);
-DigitalOut NucleoRedLED(LED3);   // used only to verify mbed program upload success
 
 DigitalIn pushButton(D5);