diff --git a/README.md b/README.md index ee555b0ebf0f93e4131478e1299c0aeef7ddef27..91c3b33f417219e2f2438017204f0496bc2129fb 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,12 @@ Model: Handles data and business logic (e.g., represents a Robobin object). View: Displays the UI and interacts with the user (e.g., buttons, labels). ViewModel: Connects the Model to the View, providing data and commands (e.g., logic to connect to Robobin and update the status). -//Table for the BLE and Wifi Commands that are communicated -| Command| Parameters | Use | Comms used | -| PING | - | Test to ensure comms between App and RPi exist | BLE| - +| Command | Parameters | Use | Comms Used | +| ------ | ------ | ------ | ------ | +| PING |-| Test to ensure comms between App and RPi exist | BLE | +| | | | | +| | | | | +| | | | |