Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/northeastern-electric-racing/embedded_code
Contains Embedded Code for Northeastern Electric Racing for the 2023 Competition
https://github.com/northeastern-electric-racing/embedded_code
Last synced: 30 days ago
JSON representation
Contains Embedded Code for Northeastern Electric Racing for the 2023 Competition
- Host: GitHub
- URL: https://github.com/northeastern-electric-racing/embedded_code
- Owner: Northeastern-Electric-Racing
- Created: 2022-03-14T03:03:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T01:43:27.000Z (almost 2 years ago)
- Last Synced: 2023-06-10T20:23:55.368Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 410 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Embedded_Code
Contains all the code for the embedded systems found within the car as of the 2023 competitionBuilt off of the [NERduino](https://github.com/Northeastern-Electric-Racing/NERduino) library
## Steps for Contributing
1. Clone the repo via SSH
```
git clone [email protected]:Northeastern-Electric-Racing/Embedded_Code.git
```2. Update the submodules
```
git submodule update --init
```**NOTE** If you want to pull new changes from the dependencies (i.e. new changes in the NERduino library)
## Overview of Repo
```
.
|
|───MPU (Master Processing Unit)
|───TCU (Telemetry Control Unit)
|
|───Legacy Code
| |───Brakelight
| |───Dashboard
| └───PedalBox
|
└───README.md
```## Introduction
If you're new here, make sure to complete all the steps from [this onboarding document](https://nerdocs.atlassian.net/wiki/spaces/NER/pages/1343533/Data+Controls+Onboarding). It'll basically run you through the basics of git and setting up git on your system, installing VSCode and PlatformIO, and some basics of functions and objects in C++.