Simple "hello world" style program for X-NUCLEO-IKS01A1 MEMS Inertial

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 X_NUCLEO_IKS01A1 mbed

Fork of HelloWorld_IKS01A1 by ST

Revision:
8:1c6281289d67
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/led_RGB.h	Sun Nov 15 09:00:40 2015 +0000
@@ -0,0 +1,20 @@
+#ifndef LED_H_
+#define LED_H_
+
+typedef enum{
+ NOP,
+ DO,
+ RE,
+ MI,
+ FA,
+ SOL,
+ LA,
+ SI,
+ DO1,
+ }Nota;
+
+ void Blue_Red_Setup(void);
+ void Green_Setup(void);
+
+#endif
+