FF1705 support added

Dependencies:   libxDot-dev-mbed5-deprecated ISL29011

Fork of Dot-Examples by MultiTech

Dot-Examples rev. 31:7ec180e84cb6 have been tested with xdot-library 3.0.0-19-gb6c0ba2 and mbed-os-5.6.2

Revision:
16:a3832552dfe1
Parent:
14:19fae4509473
Child:
17:d4f82e16de5f
--- a/examples/src/manual_example.cpp	Tue Oct 11 16:33:45 2016 -0500
+++ b/examples/src/manual_example.cpp	Wed Oct 19 11:53:17 2016 -0500
@@ -46,6 +46,8 @@
     dot->setEvents(&events);
 
     if (!dot->getStandbyFlag()) {
+        logInfo("mbed-os library version: %d", MBED_LIBRARY_VERSION);
+
         // start from a well-known state
         logInfo("defaulting Dot configuration");
         dot->resetConfig();