firmata / protocol

Documentation of the Firmata protocol.
987 stars 153 forks source link

Changing the resolution of both Read and PWM Write to 12 for Due #122

Closed EhsanMasoumi closed 3 years ago

EhsanMasoumi commented 3 years ago

Hi, I am wondering can you please help me to increase the resolution on Due to 12 instead of 10? I added the 2 lines to Ardunio Setup() function to do that and also changed the line representing 1023 and 255 counts in the Firmata code. is it correct or I should change other places too?

Thanks a lot

pgrawehr commented 3 years ago

That could work. But this question should go to https://github.com/firmata/ConfigurableFirmata. The Due is not officially supported by other implementations yet.