Skip to content

This repository will contain the logic of the Pi 3 chip within the dash. Responsibilities of the Teensy are Display Driver, Wireless Connectivity, and Data Logging.

License

Notifications You must be signed in to change notification settings

LSUAlexBui/dash_pi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dash_pi

This repository will contain the logic of the Raspberry PI.

Responsibilities of this chip include:

  • Display Driver
  • Writing data to SD card
  • Sending information wirelessly to website

🧑‍💻 Contribution Guide

Want to contribute or make improvements? Here's how:

  1. Fork this repository

  2. Create a new branch with a clear name (e.g. fix/display)

  3. Make your changes

  4. Add your name to the top of each file you modify:

     // Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0
     // International License https://creativecommons.org/licenses/by-nc-sa/4.0/
     //
     // Authors: Author's Name
     // 
     // Modified: John Doe, Your Name, ...
     //

    OR

    if you create a new file

    Add your name as the author:

     // Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0
     // International License https://creativecommons.org/licenses/by-nc-sa/4.0/
     //
     // Authors: Your Name
     //
  5. Submit a Pull Request explaining your updates

⚠️ Please do not push directly to main. All contributions must go through a PR for review.

About

This repository will contain the logic of the Pi 3 chip within the dash. Responsibilities of the Teensy are Display Driver, Wireless Connectivity, and Data Logging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%