Twizy-Virtual-BMS/HISTORY.md
Michael Balzer d73c5df078 Twizy Virtual BMS V1.0 RC2 (2017-06-10)
- Conversion to Arduino library
- Added CAN RX callback bmsProcessCanMsg()
- Added twizySetError() and error codes
- Using ROM strings to save RAM
- Configurable debug output level
- Added example Template
- Added example SimpleBMS
- Added setCanFilter()
- Added API documentation
- Added hardware documentation
- Added SEVCON configuration info

Version: 0.2 (2017-06-06)
- 3MW pulse cycle
- Separate states for trickle charging
- CAN TX retries
- Added bmsTicker() callback

Version: 0.1 (2017-06-04)
- Initial release
2017-06-10 22:43:16 +02:00

575 B

History

Version: 1.0 (2017-06-10)

  • Conversion to Arduino library
  • Added CAN RX callback bmsProcessCanMsg()
  • Added twizySetError() and error codes
  • Using ROM strings to save RAM
  • Configurable debug output level
  • Added example Template
  • Added example SimpleBMS
  • Added setCanFilter()
  • Added API documentation
  • Added hardware documentation
  • Added SEVCON configuration info

Version: 0.2 (2017-06-06)

  • 3MW pulse cycle
  • Separate states for trickle charging
  • CAN TX retries
  • Added bmsTicker() callback

Version: 0.1 (2017-06-04)

  • Initial release