Arduino analog I/O improvements
Analog input values currently map to 5V reference even if the device is set to 3.3V (analogRead should reference to the device operating voltage by default). This leads to returned values being about 40% lower than what they should be.
Also, the analog pins currently don't seem to support being used as digital I/O pins (not a problem but would be nice to be documented).
1
vote
stephan mantler
shared this idea