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.