summaryrefslogtreecommitdiff
path: root/src/cmdline.rs
Commit message (Collapse)AuthorAgeFilesLines
* app.rs now configures a given serial device with a given baud rate. If not ↵Xavier ASUS2018-12-301-6/+31
| | | | | | | defined, 4800bps are set by default, but this will be surely changed in the future. I was messing up pretty badly with command line arguments, so they have been declared as constants in cmdline.rs, whereas CMD_LINE_ARGS is now private. Uncommented "extern crate serial". Question: why does need to be included on main?
* Program logic has been distributed from main to app and cmdline.Xavier ASUS2018-12-291-0/+138