Skip to content

Data Tome 1.7.0 - Arduino AVR Boards are Back!

Compare
Choose a tag to compare
@AlexandreHiroyuki AlexandreHiroyuki released this 05 Aug 03:57
· 4 commits to main since this release
5ca50c8

Full Changelog: 1.6.3...1.7.0

Changelog

  • DataTomeAnalysis min() and max() methods were renamed to minimum() and maximum() to avoid conflict with min and max macros from the Arduino AVR std libs.
  • DataTomeAnalysis mean() and count() aliases now belongs to DataTomeMvAvg.
  • Improve calculation of method var

Fix

Unit Tests

  • Fix typing case of DataTome instances on tests