Added the feature to control the Arduino stack over the
commitaacaf1cded54f4e17332e898e0039ed76e4d906d
authorStefan Mertl <stefan@mertl-research.at>
Mon, 30 Jan 2017 18:40:47 +0000 (30 19:40 +0100)
committerStefan Mertl <stefan@mertl-research.at>
Mon, 30 Jan 2017 18:40:47 +0000 (30 19:40 +0100)
tree47768468d5d8f064e49dc61af08664af9d6f6217
parent6704f048afbfd055b73982b56ee4546214154951
Added the feature to control the Arduino stack over the
serial port using rw_protocol messages.

Added the configuration of the recording channels and the PGA
amplification to the config file.

Added checks for valid configuration values.

Added log messages to track the handshaking and configuration
of the arduino stack.

Added a recording and control mode to the serial parser.
software/c++/ruwaicom/example/ruwai_config.ini
software/c++/ruwaicom/include/root.h
software/c++/ruwaicom/include/rw_protocol.h
software/c++/ruwaicom/include/serial_parser.h
software/c++/ruwaicom/src/recorder.cpp
software/c++/ruwaicom/src/root.cpp
software/c++/ruwaicom/src/serial_parser.cpp