Update Functions.ino
This commit is contained in:
@@ -21,7 +21,7 @@ void makeComInterface(){
|
||||
|
||||
void queryPen() {
|
||||
char state;
|
||||
if (penState=penUpPos)
|
||||
if (penState==penUpPos)
|
||||
state='1';
|
||||
else
|
||||
state='0';
|
||||
|
||||
Reference in New Issue
Block a user