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