Skip to content

Releases: NuclearPhoenixx/Arduino-Pico-Analog-Correction

v1.4.0

10 Aug 09:49
Compare
Choose a tag to compare
  • Fixed problems with platform.io.
  • Init ADC only once.

Full Changelog: v1.3.2...v1.4.0

v1.3.2

23 Jul 15:58
Compare
Choose a tag to compare

Change old URLs and username mentions.

v1.3.1

03 Jan 13:26
Compare
Choose a tag to compare
  • Fix constructor overloading, see #1.
  • Fix analogReadTemp() readings, see #1075.
  • Added analogReadResolution() if you want to change the ADC bits on the go.

v1.3.0

29 Dec 13:02
Compare
Choose a tag to compare

Add temperature read function

v1.2.1

01 Jul 14:51
Compare
Choose a tag to compare
remove artifical delay

v1.2.0

25 Feb 11:37
Compare
Choose a tag to compare

Allow calibrating with custom ADC resolutions.

v1.1.3

22 Feb 17:03
Compare
Choose a tag to compare

Fix AnalogReadResolution for Arduino Pico Release 1.11.0.

v1.1.2

23 Oct 16:35
cfb2ce6
Compare
Choose a tag to compare
  • Move from uint8_t to size_t datatype for pin numbers.
  • Update README

Full Changelog: v1.1.1...v1.1.2

v1.1.1

22 Oct 19:29
8824c74
Compare
Choose a tag to compare

v1.1.0: Change calibration method from simple map() to actual linear function.

-> Fix version number. OOF

v1.0.1

21 Oct 20:23
351343a
Compare
Choose a tag to compare

Fix typo in description.