]> Devi Nivas Git - gt-ece4180-lab02.git/log
gt-ece4180-lab02.git
4 months agoFix up/down adjustment for g
Advaith Menon [Fri, 19 Sep 2025 15:21:37 +0000 (11:21 -0400)]
Fix up/down adjustment for g

4 months agoFinish I2C IMU
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

4 months agoUpdate libs.txt for Task 2
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

4 months agoModify Makefile to disable unnecessary stdout in setport
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)

4 months agoMerge pull request #11 from ECE4180Team47/03-I2CDAC
Advaith Menon [Mon, 15 Sep 2025 19:15:33 +0000 (15:15 -0400)]
Merge pull request #11 from ECE4180Team47/03-I2CDAC

Sine Wave Code

4 months agoSine 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

4 months agoAdd dependencies
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

4 months agoInitial commit
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