Skip to content

Commit fd10a3b

Browse files
committed
Revert "Add simplified functions"
This reverts commit 16aab29.
1 parent 69389a9 commit fd10a3b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/ALKS.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ void setupPiezo()
2828
pinMode(PIEZO2, OUTPUT);
2929
}
3030

31-
void setupI2C()
32-
{
33-
Wire.begin();
34-
}
35-
36-
void setupSPI()
37-
{
38-
SPI.begin();
39-
}
40-
4131
void setupAll()
4232
{
4333
setupLeds();

0 commit comments

Comments
 (0)