Added forward and backward pin intizialization
This commit is contained in:
@@ -53,7 +53,9 @@ void setup() {
|
|||||||
|
|
||||||
// setup all pins (not SPI and other buses!)
|
// setup all pins (not SPI and other buses!)
|
||||||
pinMode(sdCardEjectPin, INPUT);
|
pinMode(sdCardEjectPin, INPUT);
|
||||||
|
pinMode(backwardButtonPin, INPUT);
|
||||||
pinMode(pausePlaybackPin, INPUT);
|
pinMode(pausePlaybackPin, INPUT);
|
||||||
|
pinMode(forwardButtonPin, INPUT);
|
||||||
pinMode(readyPin, OUTPUT);
|
pinMode(readyPin, OUTPUT);
|
||||||
|
|
||||||
// connect to sd card reader
|
// connect to sd card reader
|
||||||
|
Reference in New Issue
Block a user