amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 233 forks source link

Bad compile on Rpi #190

Open neothermic opened 9 years ago

neothermic commented 9 years ago

When using Ino on a Raspberry Pi (Raspbian/Debian 'Wheezy') Most simple sketches compile correctly, but the pulseIn function appears to be compiled badly - the result is incorrect readings when the sketch runs. Using an Arduino Uno

ashirley commented 9 years ago

This is due to some invalid assumptions being made in the arduino code itself combined with using a more modern tool chain.

See https://github.com/arduino/Arduino/issues/2409