package annotations
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user