A hello world for inertial sensors

Dependencies:   FXAS21000 FXOS8700Q mbed

Fork of FRDM-STBC-AGM01 by angus taggart

Committer:
Elecia
Date:
Tue Jun 30 16:23:32 2015 +0000
Revision:
4:5ab2bb2f062b
Parent:
3:123b546e4a5c
Added element14 link

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Elecia 3:123b546e4a5c 1 // button.h
Elecia 3:123b546e4a5c 2 // these functions control how the button works
Elecia 3:123b546e4a5c 3
Elecia 3:123b546e4a5c 4 #ifndef BUTTON_H
Elecia 3:123b546e4a5c 5 #define BUTTON_H
Elecia 3:123b546e4a5c 6
Elecia 3:123b546e4a5c 7 bool debounceButtonPress(int reading);
Elecia 3:123b546e4a5c 8 void initializeButtonDebounce();
Elecia 3:123b546e4a5c 9
Elecia 3:123b546e4a5c 10 #endif // BUTTON_H