diff options
author | Aaditya Dhruv <[email protected]> | 2025-05-04 21:08:42 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-05-04 21:08:42 -0500 |
commit | 457c0d46c06c53e6d8e00391a1a4aa23c4c31ca0 (patch) | |
tree | 9a95d3421f53e2822beee40d957a640fa1b7dbca /.gitignore |
Init
Barebones repository to control a LED connected to a GPIO pin, and read
sensor data from the ADC GPIO pin
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..969e7ee --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.cache +build/ |