firmata / firmata_test

Test application for the firmata protocol
33 stars 22 forks source link

Add support for inputs with enabled pullup resistor #5

Closed centic9 closed 8 years ago

centic9 commented 8 years ago

Pullup is necessary for some digital sensors to avoid having flaky signals and current Arduino Firmata supports enabling the internal pullup resistors with a separate mode PULLUP which is very similar to INPUT on the client side.

Also added a few more available modes from the current Arduino Firmata implementation.