- Jan 18, 2021
-
-
Marjon Blondeel authored
Development See merge request !1
-
- Jan 15, 2021
-
-
Niels Post authored
-
Niels Post authored
-
Niels Post authored
-
Niels Post authored
- Updated the documentation to match changed source code.
-
- Jan 13, 2021
-
-
Niels Post authored
- Response now stores its data on the heap so it can contain more bytes (for above change)
-
- Jan 08, 2021
-
-
Niels Post authored
- Added a distinction between unicast and broadcast. Broadcasts are received and sent without auto acknowledge and on the address ending in FF
-
- Jan 04, 2021
-
-
Niels Post authored
- Set the default robot id to 0 (robots now get their IDS from the controller)
-
Niels Post authored
- Implemented SSD1306 boundary using OneBitDisplay library
-
Niels Post authored
- The robot now listens to its own address pipe - Added reboot command
-
- Dec 24, 2020
-
-
Niels Post authored
- Restructured project to make it more clear which files can/need to be edited when extending the firmware - Cleaned up includes
-
- Dec 18, 2020
-
-
Niels Post authored
-
- Nov 02, 2020
-
-
Niels Post authored
- Added to the developer documentation: Adding communication method, creating your own documentation - Testing GitLab CI to automatically generate documentation
-
- Oct 30, 2020
-
-
Niels Post authored
- Removed some high level commands that were to specific. A wireless command should not have to send an amount of steps - Custom handlers could now be added - Described the process of adding a custom command handler in the sphinx documentation - Renamed most of the project to MP-Firm
-
- Oct 28, 2020
-
-
Niels Post authored
-
- Oct 26, 2020
-
-
Niels Post authored
- Implemented a stack-allocated queue to prevent Heap Allocation issues later - Added a command to rotate a certain amount of steps
-
- Oct 22, 2020
-
-
Niels Post authored
- Partly commented - Movement is now implemented
-
- Oct 19, 2020
-
-
Marjon authored
-
- Oct 16, 2020
-
-
Niels Post authored
- Class Structure mostly implemented - Communication implemented - Commands are checked to be valid before execution - Movement controller prints executed commands
-