Skip to content

Releases: JChristensen/CurrentTransformer

Arduino CurrentTransformer Library 2.3.0

16 Feb 20:50
Compare
Choose a tag to compare

Library now supports ATmega2560 and ATmega1280 in addition to ATmega328/P.

Arduino CurrentTransformer Library 2.2.2

11 Feb 22:37
Compare
Choose a tag to compare
  • Updated README to reflect functions added and removed.
  • Minor changes to example sketches.

Arduino CurrentTransformer Library 2.2.1

14 Sep 23:42
Compare
Choose a tag to compare

Improvements to example sketch. Removed unneeded variables and related code.

Arduino CurrentTransformer Library 2.2.0

08 Sep 14:21
Compare
Choose a tag to compare

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.

Arduino CurrentTransformer Library 2.1.0

16 Aug 21:56
Compare
Choose a tag to compare

Changes in this release:

  • Add CT_Control::readVcc() function.

Arduino CurrentTransformer Library 2.0.0

10 Aug 21:20
Compare
Choose a tag to compare

Changes in this release:

Library now consists of two classes, CT_Sensor and CT_Control, where one instance of CT_Control can read one or two CT_Sensor objects. This will allow two current transformers to be simultaneously read during one AC cycle period.

Arduino CurrentTransformer Library 1.0.0

01 Aug 16:27
Compare
Choose a tag to compare