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

digital pin reporting in Firmata v2 won't work as expected #14

Open
GoogleCodeExporter opened this issue Jan 3, 2016 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. upload Standard_Firmata sketch to an Arduino Nano
2. run Funnel Server
3. run a sketch in Ruby


What is the expected output? What do you see instead?
If digital pins are enabled (default), the responce on the input side goes
very slow. The output side looks fine. As a workaround, modifiy as follows
to surpress digital input reports:

void loop() 
{
//    checkDigitalInputs();  


Please use labels and text to provide additional information.
r399
Arduino 0011
Firmata-2.0beta1

Original issue reported on code.google.com by kotob...@gmail.com on 1 Aug 2008 at 1:39

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