| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | app.rs now configures a given serial device with a given baud rate. If not ↵ | Xavier ASUS | 2018-12-30 | 1 | -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 ASUS | 2018-12-29 | 1 | -0/+138 |
