Update Functions.ino

This commit is contained in:
cocktailyogi
2015-11-15 10:07:50 +01:00
parent ea8e6978f6
commit ccb49e8e84

View File

@@ -21,7 +21,7 @@ void makeComInterface(){
void queryPen() {
char state;
if (penState=penUpPos)
if (penState==penUpPos)
state='1';
else
state='0';