Releases: JChristensen/CurrentTransformer
Releases · JChristensen/CurrentTransformer
Arduino CurrentTransformer Library 2.3.0
Library now supports ATmega2560 and ATmega1280 in addition to ATmega328/P.
Arduino CurrentTransformer Library 2.2.2
- Updated README to reflect functions added and removed.
- Minor changes to example sketches.
Arduino CurrentTransformer Library 2.2.1
Improvements to example sketch. Removed unneeded variables and related code.
Arduino CurrentTransformer Library 2.2.0
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
Changes in this release:
- Add CT_Control::readVcc() function.
Arduino CurrentTransformer Library 2.0.0
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
Add example sketches.