We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd1745 commit d9e6140Copy full SHA for d9e6140
hardware/arduino/avr/cores/arduino/Stream.h
@@ -98,7 +98,6 @@ class Stream : public Print
98
99
float parseFloat(char skipChar); // as above but the given skipChar is ignored
100
101
- public:
102
struct MultiTarget {
103
const char *str; // string you're searching for
104
size_t len; // length of string you're searching for
@@ -108,8 +107,6 @@ class Stream : public Print
108
107
// This allows you to search for an arbitrary number of strings.
109
// Returns index of the target that is found first or -1 if timeout occurs.
110
int findMulti(struct MultiTarget *targets, int tCount);
111
-
112
113
};
114
115
0 commit comments