Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 1.21 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.21 KB

''' The program is written in C. The primary file is "main.c" where .c are files containing source code and .h are files containing the associated headers. Our primary code editor is PSOC Creator 4.2 since it implements the source code and the associated components The C source code files can be viewed with any other text editor.

I've included my own questions and annotations in the "main.c" of my branch, justin_branch.

This project focuses on the dashboard firmware which is responsible for displaying the real-time speed, state of charge, and other information for the UC Davis FE 7 electric formula car.

I created a GettingStarted folder with some helpful documentation on the overall function of the car. You might find the CAN topography helpful to understand the drive modes and various fault conditions that are implemented into the code.

I have not been given a clear objective on what to do with the code except to try to understand as much as I can. My leads are saying that much of the code is commented out and I can see that many parts can be cleaned up. Additionally as the school year progresses, the leads would like to implement more features and be able to display more information on the dashboard. '''