]>
Devi Nivas Git - gt-ece4180-lab02.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Advaith Menon [Fri, 26 Sep 2025 21:24:44 +0000 (17:24 -0400)]
Finish Lab 4
* uLCD now moves with nav switch
Advaith Menon [Tue, 16 Sep 2025 19:57:18 +0000 (15:57 -0400)]
Modify Makefile to disable unnecessary stdout in setport
* make setport now only outputs environment variables to the terminal.
To set the port your Arduino is on, run: eval $(make setport)
Advaith Menon [Mon, 15 Sep 2025 19:15:33 +0000 (15:15 -0400)]
Merge pull request #11 from ECE4180Team47/03-I2CDAC
Sine Wave Code
Advaith Menon [Mon, 15 Sep 2025 19:08:43 +0000 (15:08 -0400)]
Sine Wave Code
* Add sine.py for generating sine wave samples for DAC
* Update ino code to use samples
Advaith Menon [Mon, 15 Sep 2025 13:14:44 +0000 (09:14 -0400)]
Add dependencies
* Add dependecies all the way to project 05
* Modify code
Advaith Menon [Mon, 15 Sep 2025 12:56:41 +0000 (08:56 -0400)]
Initial commit
* Add project files
* Add global Makefile
* Add scripts for dependency management
* Add scripts for package management