tino / pyFirmata

Python interface for the Firmata (http://firmata.org/) protocol. It is compliant with Firmata 2.1. Any help with updating to 2.2 is welcome. The Capability Query is implemented, but the Pin State Query feature not yet.
MIT License
575 stars 193 forks source link

Steps for PWM in pyfirmata #114

Open abhijithkrishnan93 opened 2 years ago

abhijithkrishnan93 commented 2 years ago

In the Arduino IDE the pwm pins for the Arduino UNO can take values from 0 to 255, ie 256 values. When using pyfirmata any float between 0 to 1 should work. What is the equivalence between steps in Arduino IDE and the steps using pyfirmata.