Skip to content

Releases: jlaustill/AD7606p16_t4

v0.1.0 - Fix voltage calculation and add configurable reference

17 Aug 05:13
c4396b5

Choose a tag to compare

🔧 Breaking Changes

  • Constructor now accepts optional vRef parameter (defaults to 10V for ±5V range)

🐛 Bug Fixes

  • Fixed voltage calculation formula - was reading half the actual voltage
  • Proper 2's complement handling for signed 16-bit values

✨ New Features

  • Configurable reference voltage parameter
  • Support for both ±5V (10V ref) and ±10V (20V ref) ranges

📚 Documentation

  • Updated README with vRef parameter documentation
  • Updated BasicReading example to demonstrate vRef usage

🚀 Performance

  • Removed debug code from ISR for better performance

Full Changelog: v0.0.1...v0.1.0