A hello world for inertial sensors

Dependencies:   FXAS21000 FXOS8700Q mbed

Fork of FRDM-STBC-AGM01 by angus taggart

button.h

Committer:
Elecia
Date:
2015-06-30
Revision:
4:5ab2bb2f062b
Parent:
3:123b546e4a5c

File content as of revision 4:5ab2bb2f062b:

// button.h 
// these functions control how the button works

#ifndef BUTTON_H
#define BUTTON_H

bool debounceButtonPress(int reading);
void initializeButtonDebounce();

#endif // BUTTON_H