Skip to content

Commit 04f69c8

Browse files
committed
Merge
1 parent f132eea commit 04f69c8

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.vscode/extensions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
// See http://go.microsoft.com/fwlink/?LinkId=827846
3-
// for the documentation about the extensions.json format
4-
"recommendations": [
5-
"platformio.platformio-ide"
6-
]
7-
}
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846
3+
// for the documentation about the extensions.json format
4+
"recommendations": [
5+
"platformio.platformio-ide"
6+
]
7+
}

src/main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ char keys[ROWS][COLS] = {
3535
byte rowPins[ROWS] = {23, 19, 18, 5}; //connect to the row pinouts of the keypad
3636
byte colPins[COLS] = {15, 2, 4, 16, 17}; //connect to the column pinouts of the keypad
3737

38-
<<<<<<< HEAD
3938
//initialize the keypad
40-
=======
41-
//initialize class for KeyPad
42-
>>>>>>> 2a9c8f25569451edd84339e2e95f8d2db82ef34a
4339
Keypad customKeypad = Keypad(makeKeymap(keys), rowPins, colPins, ROWS, COLS);
4440

4541
list<Ship> myFleet;

0 commit comments

Comments
 (0)