cocktailyogi / EggDuino

Arduino Firmware for Spherebot / Eggbot integration in Inkscape
MIT License
91 stars 138 forks source link

QP function does not work correctly #10

Closed PabluskiNC closed 8 years ago

PabluskiNC commented 8 years ago

Line 24 in Functions.ino is: if (penState=penUpPos)

Should be: if (penState==penUpPos)

cocktailyogi commented 8 years ago

Yes, thanks for the hint. I will fix it soon.