updated readme

This commit is contained in:
bitscuit 2023-04-22 15:24:15 +02:00
parent 516e190634
commit b7a0d46a39
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# 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`.

View File

@ -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 <FlexCAN_T4.h>