mirror of
https://github.com/bbswitzer/PianoProject
synced 2026-08-01 18:15:55 -04:00
code now compiles
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#include <EEPROM.h>
|
||||
#include "input.h"
|
||||
#include "lcd.h"
|
||||
#include "serial.h"
|
||||
#include "setting.h"
|
||||
|
||||
void handleInput(int inputPin);
|
||||
|
||||
extern const int UP_PIN = 4;
|
||||
extern const int DOWN_PIN = 6;
|
||||
extern const int LEFT_PIN = 7;
|
||||
|
||||
Reference in New Issue
Block a user