Uses the APDS_9960 Digital Proximity, Ambient Light, RGB and Gesture Sensor library to play detected gesture sounds on a speaker from the SDcard

Dependencies:   mbed SDFileSystem wave_player

Revision:
0:437ae08befe3
Child:
10:e8adab2fb829
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Mar 05 04:53:07 2015 +0000
@@ -0,0 +1,15 @@
+#include "mbed.h"
+#include "glibr.h"
+//DigitalOut myled(LED1);
+Serial pc(USBTX, USBRX);
+
+glibr test(p9,p10);
+
+int main() {
+
+
+ uint8_t  cool;
+cool=test.ginit();
+//pc.printf("cool");
+pc.printf("%u", cool);
+}