diff --git a/README.md b/README.md index e9d3f1e..44f3a57 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,7 @@ Running the program on pi, will initialize the configuration file and check if t > **Enter Configuration Manually** allows to enter mentioned information manually without a config_file > **Enter Communication Mode** requires a configuration flag to enter. Can't be entered without a configuration. After the device is initialized, reads the initial state and writes/appends to the `log_file`. The mode closes the file and reopens it for appending only when the state has been changed again. This is made for the sake of autosaving the data. Mode can be ended with a press of 'q' character. The scanning is being run on a detached thread. + + +#### Library usage: +- [RS_232](https://gitlab.com/Teuniz/RS-232/-/tree/master)