arduino icon indicating copy to clipboard operation
arduino copied to clipboard

Arduino Zero uses 12-bit ADC

Open soundanalogous opened this issue 10 years ago • 1 comments

Configuration query for Arduino Zero should return 12 rather than 10 for analog pins.

Check for a constant in pins_arduino.h that defines the analog resolution. If that doesn't exist, add it to board.h in Firmata.

Also revisit this work: https://github.com/firmata/arduino/pull/174.

soundanalogous avatar May 22 '15 17:05 soundanalogous

It defaults to 10 bits so this is okay for now. Support will be added via #174.

soundanalogous avatar Nov 01 '15 22:11 soundanalogous