Releases: tiagolobao/CS5490
1.2.4
1.2.3
Modifications on library:
Fixed CS5490::calibrate - |= vs &= on bitwise operations
Added /RESET pin management (constructor overloading)
Added not blocking register reading with check on operation result
Added internal voltage reference checkInternalVoltageReference (according to "Errata: CS5490 Rev B2 Silicon (Mar'13) - Erratum 2 "On chip reference reset state")
Added sendCalibrationCommand method (with no settle time delay)
Added some not fundamental methods
Enriched "keywords.txt"
Modification on examples:
Added "CS5490_AC_Current_Gain_Tuning_demo.ino" example - a practical application built on CDB5490U evaluation board for sensing on AC line with current gain calibration
Update AC Current Gain Tuning example
Bug fix: row 214, the mask "reg | 0x00800000" simply becomes "0x00800000". In this way clearing DRDY flag works i general, not only for this example.
Optimization: row 142, added "SYS_GAIN" as factor in the "SCALE_REGISTER_FRACTION" definition. This make uniform the conversion factors after and before the AC current gain calibration.
1.2.1
HOTFIX VERSION
Bug fix: wrong way to deal with checksums.
1.2.0
1 - Added toBinary() method
2 - Added setOffsetI() method
3 - Added concatData() method
4 - Fixed withoutLib example comments
5 - Faster page selection (only write page byte when necessary)
6 - Added offsetCalibration.ino example
7 - Fixed toDouble() method when option=MSBnull
8 - Add continous conversion on examples
1.1.6
- Fixed compatibility with arduino UNO and MEGA
- Fixed withoutLib examples
- Fixed getRms methods
- Minor Improvements
1.0.2
Urgent new version for mispelled variable type
1.0.1
Updating README