diff options
| author | Edvin <[email protected]> | 2025-04-25 09:35:04 +0200 |
|---|---|---|
| committer | Edvin <[email protected]> | 2025-04-25 09:35:04 +0200 |
| commit | 49675c5b77d8c8d106f8a6c9e610ab8b3d13361a (patch) | |
| tree | 4a97bc7edda13924f50840499594645bea7a5165 | |
| parent | 13f214535536ec59a9e1442ed325a537238cb7c1 (diff) | |
Removed control.py section
| -rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,9 +1,5 @@ # TNE107-RPI -## control.py - -This control program is not needed for operation and is strictly used to test implementation. - ## bt.py This program controls the Bluetooth behaviour of the system. @@ -21,4 +17,4 @@ This program interfaces with the SLAMTEC RPLIDAR C1. To use this there are a cou ## main.py -This program starts all the other programs at the correct times for communication to occur and for data handling to be done properly. This program is run as a systemd service on the Raspberry Pi.
\ No newline at end of file +This program starts all the other programs at the correct times for communication to occur and for data handling to be done properly. This program is run as a systemd service on the Raspberry Pi. |
