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() { void queryPen() {
char state; char state;
if (penState=penUpPos) if (penState==penUpPos)
state='1'; state='1';
else else
state='0'; state='0';