Skip to content
Snippets Groups Projects
Commit 450eaa9f authored by nrs1g15's avatar nrs1g15
Browse files

Update README.md

parent af1f4973
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ Please read the [master README.md](https://git.soton.ac.uk/SUFST/susft-firmware/ ...@@ -12,7 +12,7 @@ Please read the [master README.md](https://git.soton.ac.uk/SUFST/susft-firmware/
* **/README.md** - This file. * **/README.md** - This file.
## Documentation ## Documentation
Common consists of the following utilities: Common consists of the following utilities:
* **Buffer** - A circular buffer which allows for standardized buffering of data with functionalities such as pop and push, which appends and removes a set amount of bytes from the buffers memory. * **Buffer** - A circular buffer which allows for standardized buffering of data with functionalities such as pop and push, which appends and removes a set amount of bytes from the buffers memory.
* **CanManager** - A top-level CAN interface that interacts with the CAN-BUS Shield Arduino library and interrupt lines. * **CanManager** - A top-level CAN interface that interacts with the CAN-BUS Shield Arduino library and interrupt lines.
* **EventManager** - A utility that allows for easy setup of events such as hardware timers and external interrupts, along with interacting with these events in an event-based system to ensure the programs main flow handles interrupts and not ISRs. * **EventManager** - A utility that allows for easy setup of events such as hardware timers and external interrupts, along with interacting with these events in an event-based system to ensure the programs main flow handles interrupts and not ISRs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment