Skip to content

Commit

Permalink
Merge pull request #208 from DallasFormulaRacing/docs/update-readme
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
NicoOhR authored Aug 30, 2024
2 parents 3162c36 + 4f2c866 commit 97aab5f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# `DataAcquisition2.0`
🏁 For documentation, checkout our [Wiki](https://github.com/DallasFormulaRacing/DataAcquisition2.0/wiki)!

- Firmware libraries are maintained in the [DAQ Firmware Libraries](https://github.com/DallasFormulaRacing/DAQ-Firmware-Libraries) repo.
- Custom PCB revisions are maintained in the [DAQ-PCB](https://github.com/DallasFormulaRacing/DAQ-PCB) repo.

## Table of Contents
1. [Objective](#objective)
2. [User Features](#user-features)
Expand Down Expand Up @@ -95,10 +98,5 @@ A CSV file with associate a timestamp with the following sampled data.
- The Cortex M7 core may focus on outputting the processed data.
- Both cores may run FreeRTOS for organizational purposes.
- Both cores may communicate and synchronize with each other using the OpenAMP framework.
- Developing on a custom PCB microcontroller.
- Currently in progress and led by our Electrical Team.
- Ideal for mounting on the vehicle.


## Deprecated Technologies
Initially, this project ran a program consisting of a simple super loop and interfaced with the hardware using the Mbed framework. This allowed us to focus on building the team knowledge base for developing custom drivers to support sensors. In favor of our long term goals, we have transitioned to supporting the above [Firmware Tech Stack](#firmware-tech-stack) for the DAQ.

0 comments on commit 97aab5f

Please sign in to comment.