@@ -18,7 +18,7 @@ Please read the [master README.md](https://git.soton.ac.uk/SUFST/susft-firmware/
***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.
***Utils** - Currently only overrides the default assert() failure functionality to write failing asserts over Serial for easier debugging.
See the header files for the corresponding utility within _/include_ for function calls and further information.
See the header files for the corresponding utility within _/include_ for function calls and further information.
## Maintainers
* Nathan - _nrs1g15@soton.ac.uk_
...
...
@@ -27,6 +27,6 @@ Please read the [master README.md](https://git.soton.ac.uk/SUFST/susft-firmware/
* Nathan - _nrs1g15@soton.ac.uk_
## Version History
Please see the [Common CHANGELOG](https://git.soton.ac.uk/SUFST/susft-firmware/blob/master/CHANGELOG.md) for further details on changes.
Please see the [Common CHANGELOG](https://git.soton.ac.uk/SUFST/sufst-firmware/blob/master/Common/CHANGELOG.md) for further details on changes.