Skip to content

Releases: tiagolobao/CS5490

1.2.4

24 Jan 00:24
Compare
Choose a tag to compare

Minor fix for temperature register
Example build fix

1.2.3

22 Mar 12:55
Compare
Choose a tag to compare

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

24 Feb 19:44
80832d7
Compare
Choose a tag to compare

HOTFIX VERSION

Bug fix: wrong way to deal with checksums.

1.2.0

20 Oct 20:04
Compare
Choose a tag to compare

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

19 Sep 03:18
6bfb24d
Compare
Choose a tag to compare
  • Fixed compatibility with arduino UNO and MEGA
  • Fixed withoutLib examples
  • Fixed getRms methods
  • Minor Improvements

1.0.2

06 Sep 01:07
Compare
Choose a tag to compare

Urgent new version for mispelled variable type

1.0.1

25 Aug 20:01
Compare
Choose a tag to compare
Updating README