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

Committer:
n0tform3
Date:
Sun Nov 15 09:00:40 2015 +0000
Revision:
8:1c6281289d67
test with led

Who changed what in which revision?

UserRevisionLine numberNew contents of line
n0tform3 8:1c6281289d67 1 #ifndef MAIN_H_
n0tform3 8:1c6281289d67 2 #define MAIN_H_
n0tform3 8:1c6281289d67 3
n0tform3 8:1c6281289d67 4 #define RealSysClock 84000000
n0tform3 8:1c6281289d67 5
n0tform3 8:1c6281289d67 6 #endif
n0tform3 8:1c6281289d67 7