Closed PabluskiNC closed 8 years ago
Line 24 in Functions.ino is: if (penState=penUpPos)
Should be: if (penState==penUpPos)
Yes, thanks for the hint. I will fix it soon.
Line 24 in Functions.ino is: if (penState=penUpPos)
Should be: if (penState==penUpPos)