diff --git a/CHANGELOG.md b/CHANGELOG.md index ce112dd489856b0d687311667d1b27f04521f5e1..48c0fc834595edb8be9b6074b053a5a536734625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,13 +15,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Release v1.0.0](https://gitlab.epfl.ch/create-lab/lab-systems/arduino_python_communication/-/releases/release_v1.0.0) - 22-1-2022 ### Added -- Debugging funcionality to understand the communictaion setup. Notably to easily see what the Arduino side has received from the python side +- Debugging funcionality to understand the communictaion setup. Notably to easily see what the Arduino side has received from the Python side - Obtain latching and non-latching key press outputs ### Changed -- Spelling mistakes fixed for "received" +- Spelling mistakes fixed for the word "received" - Addressed and patched the issue of the Arduino not sending messages in the first few seconds after connection/handshake is estabilished -- Fixed the issue of messages not being received properly on the python side +- Fixed the issue of messages not being received properly on the Python side - Simplified the connection process on the Arduino side - Simplified the communication process on the Arduino side - A range of variable and function names to be more descriptive