Releases: EdoKara/instrument_serial_reader
Releases · EdoKara/instrument_serial_reader
New Output Architecture
New Output
Instead of writing to a file, the tool outputs the csv
to stdout
in the console where it is run. Redirect output by calling:
./ard_ser_com | tee output.txt
This will print to stdout
and to a log file at the same time.
0.1.2
v0.1.1
Full Changelog: 0.1.0...v0.1.1
Bug Fixes
- Fixed an error with the
setup()
function which made it start at the wrong time.
Flagging
Test4
Test2
Preliminary Release Version
Testing github actions functionality.