From 457c0d46c06c53e6d8e00391a1a4aa23c4c31ca0 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sun, 4 May 2025 21:08:42 -0500 Subject: Init Barebones repository to control a LED connected to a GPIO pin, and read sensor data from the ADC GPIO pin --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..969e7ee --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.cache +build/ -- cgit