softpyle - 2018-08-23

It would be nice to have a circuit that lets select a path and filename to write out.
It should have an input pin to connect voltage signal.
Properties may be like:
interval-time= none , nano- µ-milli-seconds
write out on = change , interval-time, ( with addional trigger pin) high pulse , low pulse
formating = (char)10; float(input),
(char)10; double(input), ...
ending = (char)0

maybe Example1:
START
1.23
1.23
1.22
...
1.33
1.34
ENDIS (char)0
or Example2:
START
( int) 4
2.53
3.47
4.64
4.79
ENDIS (char)0
.....
Example 2 say before that a block is written with 4 floats


or somthing similar.