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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers led_RGB.h Source File

led_RGB.h

00001 #ifndef LED_H_
00002 #define LED_H_
00003 
00004 typedef enum{
00005  NOP,
00006  DO,
00007  RE,
00008  MI,
00009  FA,
00010  SOL,
00011  LA,
00012  SI,
00013  DO1,
00014  }Nota;
00015 
00016  void Blue_Red_Setup(void);
00017  void Green_Setup(void);
00018 
00019 #endif
00020