Skip to content

Releases: EdoKara/instrument_serial_reader

New Output Architecture

01 Aug 18:56
Compare
Choose a tag to compare

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

27 Jul 17:37
Compare
Choose a tag to compare
modified timing to see about getting better alignment.

v0.1.1

27 Jul 16:49
Compare
Choose a tag to compare

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

27 Jul 16:39
Compare
Choose a tag to compare

Added flagging function to main.

Test4

25 Jul 17:08
4e47be0
Compare
Choose a tag to compare
Test4 Pre-release
Pre-release
0.0.4

Update release.yml

Test2

25 Jul 17:05
ab77f87
Compare
Choose a tag to compare
0.0.2

Update release.yml

Preliminary Release Version

25 Jul 17:04
ab77f87
Compare
Choose a tag to compare

Testing github actions functionality.

Test3

25 Jul 17:07
Compare
Choose a tag to compare
Test3 Pre-release
Pre-release
various minor changes, all just adding packages

and dependencies to various files.