package annotations

This commit is contained in:
2026-04-04 17:20:46 +01:00
parent 7d10206ed2
commit f522a4d92a
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package battery
/*
define battery types
each battery needs
number of cells
nominal cell voltage
max cell voltage
min cell voltage
series internal resistance
*/

View File

@@ -0,0 +1,14 @@
package data
/*
this package should deal with packaging data to and from the device, loading csv
pack to device
unpack from device
load and save csv profiles
nice to have, average selected profiles
*/