]> Devi Nivas Git - gt-ece4180-lab02.git/commit
Initial commit
authorAdvaith Menon <83835839+advaithm582@users.noreply.github.com>
Mon, 15 Sep 2025 12:56:41 +0000 (08:56 -0400)
committerAdvaith Menon <83835839+advaithm582@users.noreply.github.com>
Mon, 15 Sep 2025 12:56:41 +0000 (08:56 -0400)
commit52a515f8374108ee469618f4dc3a31363d975692
tree21caf74afcc670f254ca9f9a3512dda088515aba
Initial commit
* Add project files
* Add global Makefile
* Add scripts for dependency management
* Add scripts for package management
30 files changed:
.gitignore [new file with mode: 0644]
01-IOExpanderSPI/01-IOExpanderSPI.ino [new file with mode: 0644]
01-IOExpanderSPI/Makefile [new symlink]
01-IOExpanderSPI/Task.txt [new file with mode: 0644]
01-IOExpanderSPI/libs.txt [new file with mode: 0644]
02-I2CIMU/02-I2CIMU.ino [new file with mode: 0644]
02-I2CIMU/Makefile [new symlink]
02-I2CIMU/Task.txt [new file with mode: 0644]
03-I2CDAC/03-I2CDAC.ino [new file with mode: 0644]
03-I2CDAC/Makefile [new symlink]
03-I2CDAC/Task.txt [new file with mode: 0644]
04-uLCDNavSwitch/04-uLCDNavSwitch.ino [new file with mode: 0644]
04-uLCDNavSwitch/Makefile [new symlink]
04-uLCDNavSwitch/Task.txt [new file with mode: 0644]
05-IMUuLCD/05-IMUuLCD.ino [new file with mode: 0644]
05-IMUuLCD/Makefile [new symlink]
05-IMUuLCD/Task.txt [new file with mode: 0644]
06-Keypad/06-Keypad.ino [new file with mode: 0644]
06-Keypad/Makefile [new symlink]
06-Keypad/Task.txt [new file with mode: 0644]
07-LockScreen/07-LockScreen.ino [new file with mode: 0644]
07-LockScreen/Makefile [new symlink]
07-LockScreen/Task.txt [new file with mode: 0644]
08-Hackerman/08-Hackerman.ino [new file with mode: 0644]
08-Hackerman/Makefile [new symlink]
08-Hackerman/Task.txt [new file with mode: 0644]
Makefile.global [new file with mode: 0644]
scripts/pkginst.sh [new file with mode: 0755]
scripts/select_board.py [new file with mode: 0755]
scripts/setup_arduino_cli.sh [new file with mode: 0755]