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

led_RGB.h

Committer:
n0tform3
Date:
2015-11-15
Revision:
8:1c6281289d67

File content as of revision 8:1c6281289d67:

#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