updated readme
This commit is contained in:
parent
516e190634
commit
b7a0d46a39
|
@ -1,3 +1,12 @@
|
||||||
# UGR-Gen3-Torque-Controller
|
# UGR-Gen3-Torque-Controller
|
||||||
|
|
||||||
Codebase for the Torque Controller of the 3rd generation racecar of UGent Racing.
|
Codebase for the Torque Controller of the 3rd generation racecar of UGent Racing.
|
||||||
|
|
||||||
|
Currently, only a minimal feature set is implemented.
|
||||||
|
|
||||||
|
|
||||||
|
## Disclaimer
|
||||||
|
|
||||||
|
Copyright Thomas Van Acker 2023
|
||||||
|
This project is available under the GPLv3 license, see `LICENSE`.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
/*
|
||||||
|
* Main codebase for the Torque Controller of the 3rd generation racecar of UGent Racing.
|
||||||
|
*
|
||||||
|
* This code was written by Thomas Van Acker for UGent Racing.
|
||||||
|
*
|
||||||
|
*/
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <FlexCAN_T4.h>
|
#include <FlexCAN_T4.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue