Skip to content

Commit 8b189df

Browse files
Update SoftPathElectronics.h
1 parent e3222e3 commit 8b189df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SoftPathElectronics.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* er sie vor der Verwendung ausreichend getestet hat.
77
* Durch die Nutzung dieser Software erklären Sie, dass Sie die Sicherheitswarnungen und Gebrauchsanweisungen gelesen und verstanden haben.
88
*
9-
* DISLAIMER:
9+
* DISCLAIMER:
1010
* This software is provided "as-is" without any express or implied warranty.
1111
* In no event shall the author or company be held liable for any damages arising from the use of this software.
1212
* It is the user's responsibility to ensure that the software is suitable for their needs and that they have tested it
@@ -68,7 +68,6 @@ class CustomKeyboard {
6868
void calibrateKey(int keyIndex);
6969
int readAnalogValue();
7070
void promptUser(String message);
71-
int readIntFromSerial();
7271
int readIntWithPrompt(String prompt);
7372
bool readBoolWithPrompt(String prompt);
7473
int calculateRobustMean(std::vector<int>& values);

0 commit comments

Comments
 (0)