v2.0.0
This version is exactly the same as the now deleted v1.0.7.
We realised in #232 that a breaking change had slipped through, so we decided to change the major version number and remove v1.0.7 to avoid further confusion.
The breaking change is:
- analogRead now uses 10bit resolution by default instead of 12bit as before (v1.0.6).
This means that analogRead now returns a number between 0 and 1024 (instead of 4096), to align with standard Arduino Uno behaviour. More here: #130