n-wach / camino

A library for controlling an Arduino from Python over Serial
MIT License
16 stars 3 forks source link

Update Camino.cpp #14

Closed jpagliaccio closed 1 year ago

jpagliaccio commented 1 year ago

Line line 393 in Camino.cpp, analog write only accepts a value between 0-254 Analog read is 10 bit, 0-1023 Analog write is 0-255

n-wach commented 1 year ago

Looks good to me! Thanks :)

Closes #13