Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect implementation of disableDigitalPinReporting() in Arduino.as ? #1

Closed
GoogleCodeExporter opened this issue Jul 27, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Disabling reporting of digital pins does not work as public function
disableDigitalPinReporting() in Arduino.as has the same implementation as 
public function enableDigitalPinReporting():

writeByte(ARD_REPORT_DIGITAL_PORTS);
writeByte(1);

I believe the second line should be writeByte(0); to disable reporting.
This issue occurs both in Glue.zip and the lastest SVN sources.

Original issue reported on code.google.com by bjoern.h...@gmail.com on 12 Feb 2008 at 6:11

@GoogleCodeExporter
Copy link
Author

Thanks! Fixed this in both the zip and svn...

Original comment by erik.sjo...@gmail.com on 26 Feb 2008 at 2:17

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant