Skip to content

Commit

Permalink
Add adafruit_register to have bma423 work out of the box
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Aug 7, 2024
1 parent 368d5ed commit e51d167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/espressif/boards/lilygo_twatch_s3/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ CIRCUITPY_ESP_PSRAM_FREQ = 80m
# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_FocalTouch
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_IRRemote
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DRV2605
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_PCF8563
FROZEN_MPY_DIRS += $(TOP)/frozen/CircuitPython_AXP2101
Expand Down

0 comments on commit e51d167

Please sign in to comment.