Add AirLift

This commit is contained in:
brentru 2025-08-13 13:42:31 -04:00
parent 74e2f53aa7
commit 5088cb6c8b
2 changed files with 7 additions and 6 deletions

View file

@ -89,9 +89,10 @@ lib_deps =
adafruit/Adafruit SSD1306 adafruit/Adafruit SSD1306
https://github.com/tyeth/omron-devhub_d6t-arduino.git https://github.com/tyeth/omron-devhub_d6t-arduino.git
https://github.com/pstolarz/OneWireNg.git https://github.com/pstolarz/OneWireNg.git
https://github.com/milesburton/Arduino-Temperature-Control-Library.git ; COMMENT OUT FOR RP2040/RP2350 BOARDS
; UNCOMMENT FOR RP2040/RP2350 BOARDS ; https://github.com/milesburton/Arduino-Temperature-Control-Library.git
; https://github.com/pstolarz/Arduino-Temperature-Control-Library.git ; AND UNCOMMENT FOR RP2040/RP2350 BOARDS
https://github.com/pstolarz/Arduino-Temperature-Control-Library.git
https://github.com/Sensirion/arduino-sht.git https://github.com/Sensirion/arduino-sht.git
https://github.com/Sensirion/arduino-i2c-scd4x.git https://github.com/Sensirion/arduino-i2c-scd4x.git
https://github.com/Sensirion/arduino-i2c-sen5x.git https://github.com/Sensirion/arduino-i2c-sen5x.git
@ -659,6 +660,6 @@ board = adafruit_fruitjam
framework = arduino framework = arduino
board_build.core = earlephilhower board_build.core = earlephilhower
board_build.filesystem_size = 0.5m board_build.filesystem_size = 0.5m
lib_ignore = WiFiNINA, WiFi101, Adafruit Zero DMA Library lib_ignore = WiFi, WiFi101, Adafruit Zero DMA Library
lib_compat_mode = soft lib_compat_mode = soft
build_flags = -DUSE_TINYUSB build_flags = -DUSE_TINYUSB -DADAFRUIT_FRUITJAM_RP2350

View file

@ -11,7 +11,7 @@
* please support Adafruit and open-source hardware by purchasing * please support Adafruit and open-source hardware by purchasing
* products from Adafruit! * products from Adafruit!
* *
* Copyright (c) Brent Rubell 2020-2021 for Adafruit Industries. * Copyright (c) Brent Rubell 2020-2025 for Adafruit Industries.
* *
* MIT license, all text here must be included in any redistribution. * MIT license, all text here must be included in any redistribution.
* *