We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4905c8a commit 1f49cd0Copy full SHA for 1f49cd0
1 file changed
CristalLiq-serial/frame.h
@@ -7,10 +7,6 @@
7
8
enum machineState {START, RECEIVING, ESCAPE, RECEIVED};
9
10
-//extern byte machState;
11
-//extern char receivedChars[];
12
-//void receiveFrame();
13
-
14
class SerialProtocol {
15
public:
16
byte machState;
0 commit comments