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
Want to contribute or make improvements? Here's how:
Fork this repository
Create a new branch with a clear name (e.g.
fix/display)Make your changes
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, ...//
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//
Submit a Pull Request explaining your updates
⚠️ Please do not push directly tomain. All contributions must go through a PR for review.