Skip to content

Commit 3137b2a

Browse files
committed
Renamed main ino file to match repository name so that default git clone creates matching directory name.
Arduino IDE complains if the file has a different name to the directory it's in.
1 parent c7618bd commit 3137b2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

whammy.ino renamed to whammy-arduino.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,17 +149,17 @@ void ModeButtonHandler::onButtonDown(void) {
149149
}
150150

151151
void ModeButtonHandler::onButtonPressed(void) {
152-
152+
153153
}
154154

155155
void ModeButtonHandler::onButtonUp(void) {
156-
156+
157157
}
158158

159159
void ModifierButtonHandler::onButtonDown(void) {
160-
160+
161161
}
162162

163163
void ModifierButtonHandler::onButtonUp(void) {
164-
164+
165165
}

0 commit comments

Comments
 (0)