Skip to content

Arduino CurrentTransformer Library 2.2.0

Compare
Choose a tag to compare
@JChristensen JChristensen released this 08 Sep 14:21
· 3 commits to master since this release

Changes in this release:

  • Eliminate readVcc(); this functionality is now included in begin().
  • Add end() function to stop timer-driven ADC readings. To restart, call begin() again.
  • Change example sketches accordingly.
  • Add derived class to gsCurrentSensor sketch to make LCD optional. After reset, sketch detects whether LCD is present and will run with or without.