Skip to content
Snippets Groups Projects
Commit deaa9925 authored by plw1g21's avatar plw1g21
Browse files

Update README.md (Table actually tables)

parent d3a884ad
No related branches found
No related tags found
1 merge request!1App now has a basic structure and BLE support
......@@ -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 |
| | | | |
| | | | |
| | | | |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment