]>
Devi Nivas Git - gt-ece4180-lab02.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Advaith Menon [Fri, 26 Sep 2025 21:35:30 +0000 (17:35 -0400)]
Merge branch '02-I2CIMU'
* Finish task #2
Advaith Menon [Fri, 26 Sep 2025 21:34:17 +0000 (17:34 -0400)]
Fix UP/DOWN misreading
* UP/DOWN values were misread!
Advaith Menon [Fri, 26 Sep 2025 21:24:44 +0000 (17:24 -0400)]
Finish Lab 4
* uLCD now moves with nav switch
Advaith Menon [Fri, 19 Sep 2025 15:21:37 +0000 (11:21 -0400)]
Fix up/down adjustment for g
Advaith Menon [Tue, 16 Sep 2025 22:49:45 +0000 (18:49 -0400)]
Finish I2C IMU
* Still cannot detect upward motion
* Can detect left and right
Advaith Menon [Tue, 16 Sep 2025 21:44:47 +0000 (17:44 -0400)]
Update libs.txt for Task 2
* Add NeoPixel to Task 2 libs.txt
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