Files
PianoProject/ControlBox/input.h
T
2019-07-22 20:10:06 -04:00

11 lines
153 B
C

#ifndef INPUT_H
#define INPUT_H
extern unsigned long lastPressedOverall;
extern int lastAnalog;
void initializeInputs();
void checkForInput();
#endif