Skip to content

Releases: Hyperloop-UPV/LTC6810-Driver

v 1.0.1

12 Jul 13:53
e2f6937

Choose a tag to compare

Changes

  • GPIOs pulldown has been disabled.
  • Fixed missing header giving some problems when compiling out of mac environment
  • Giving reading period through get_period() method

v1.0.0

08 Jul 08:30
c996fa8

Choose a tag to compare

Features

  • Conversion rate time per LTC6810 with a template-selected time size.
  • Some minor refactoring that improves performance

v0.1.0

19 May 14:56

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Features

  • Changed ADC conversion command to read also the total voltage of the battery on the chip instead of on the MCU.
  • Giving the user the voltage representation of the GPIOs conversion. Up to the user to convert that value to the real measure they are doing, like temperature, for example.

What remain the same

  • ADC mode is still hardcoded to 26Hz

v.0.0.1

16 May 17:22

Choose a tag to compare

v.0.0.1 Pre-release
Pre-release

First pre-pre-pre-release version, with allows you to read the 6 cells voltage at a desired frequency, and the four GPIOs you can connect. It works, but it hasn't been hardly tested, so be careful. The purpose of this release is to have a pointer to a stable version to test.