mirror of
https://github.com/bbswitzer/PianoProject
synced 2026-08-28 12:56:39 -04:00
11 lines
153 B
C
11 lines
153 B
C
#ifndef INPUT_H
|
|
#define INPUT_H
|
|
|
|
extern unsigned long lastPressedOverall;
|
|
|
|
extern int lastAnalog;
|
|
|
|
void initializeInputs();
|
|
void checkForInput();
|
|
|
|
#endif |