Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.14 KB

File metadata and controls

39 lines (33 loc) · 1.14 KB

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.