From f1ffdb27a2a8d2e75234f413ab9f332cdbff4e13 Mon Sep 17 00:00:00 2001 From: Advaith Menon <83835839+advaithm582@users.noreply.github.com> Date: Mon, 15 Sep 2025 09:14:44 -0400 Subject: [PATCH] Add dependencies * Add dependecies all the way to project 05 * Modify code --- 01-IOExpanderSPI/libs.txt | 1 - 02-I2CIMU/libs.txt | 4 ++++ 03-I2CDAC/libs.txt | 5 +++++ 04-uLCDNavSwitch/libs.txt | 3 +++ 05-IMUuLCD/libs.txt | 5 +++++ 5 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 02-I2CIMU/libs.txt create mode 100644 03-I2CDAC/libs.txt create mode 100644 04-uLCDNavSwitch/libs.txt create mode 100644 05-IMUuLCD/libs.txt diff --git a/01-IOExpanderSPI/libs.txt b/01-IOExpanderSPI/libs.txt index 6f7c8f6..07f2a25 100644 --- a/01-IOExpanderSPI/libs.txt +++ b/01-IOExpanderSPI/libs.txt @@ -1,4 +1,3 @@ # Add libraries you want to install here. # Run `make pkginst` to download all the necessary packages. -Goldelox-Serial-Arduino-Library Adafruit MCP23017 Arduino Library diff --git a/02-I2CIMU/libs.txt b/02-I2CIMU/libs.txt new file mode 100644 index 0000000..87bfd7b --- /dev/null +++ b/02-I2CIMU/libs.txt @@ -0,0 +1,4 @@ +# Add libraries you want to install here. +# Run `make pkginst` to download all the necessary packages. +Adafruit MCP23017 Arduino Library +SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library diff --git a/03-I2CDAC/libs.txt b/03-I2CDAC/libs.txt new file mode 100644 index 0000000..624efc9 --- /dev/null +++ b/03-I2CDAC/libs.txt @@ -0,0 +1,5 @@ +# Add libraries you want to install here. +# Run `make pkginst` to download all the necessary packages. +Adafruit MCP23017 Arduino Library +SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library +Adafruit MCP4725 diff --git a/04-uLCDNavSwitch/libs.txt b/04-uLCDNavSwitch/libs.txt new file mode 100644 index 0000000..d8405b6 --- /dev/null +++ b/04-uLCDNavSwitch/libs.txt @@ -0,0 +1,3 @@ +# Add libraries you want to install here. +# Run `make pkginst` to download all the necessary packages. +Goldelox-Serial-Arduino-Library diff --git a/05-IMUuLCD/libs.txt b/05-IMUuLCD/libs.txt new file mode 100644 index 0000000..f2dd892 --- /dev/null +++ b/05-IMUuLCD/libs.txt @@ -0,0 +1,5 @@ +# Add libraries you want to install here. +# Run `make pkginst` to download all the necessary packages. +Goldelox-Serial-Arduino-Library +Adafruit MCP23017 Arduino Library +SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library -- 2.47.3