sfuphantom / vcu-fw

Vehicle Control Unit - Firmware for the TMS570LS1227 written upon the freeRTOS v9 platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structure

gabesoares opened this issue · comments

Create a data structure to hold all the data the VCU collects. Analog voltages, digital outputs, and keep track of internal states and outputs.

Mostly finished with the data_structure library. Would like to still add getters and setters to avoid directly accessing the data struct every time.

already moved to done