]> Devi Nivas Git - gt-ece4180-lab02.git/log
gt-ece4180-lab02.git
4 months agoFinish IO Exapnder
Advaith Menon [Tue, 16 Sep 2025 21:40:09 +0000 (17:40 -0400)]
Finish IO Exapnder
* Pin numbers are hardcoded into ESP32 lib code
* https://forum.arduino.cc/t/spi-interface-on-waveshare-esp32-c6-wroom-1/1344461
  has more info on above topic.

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