adafruit / Adafruit_Learning_System_Guides

Programs and scripts to display "inline" in Adafruit Learning System guides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ukulele code import issue

caternuson opened this issue · comments

Re this thread:
https://forums.adafruit.com/viewtopic.php?f=57&t=187856

From this guide:
https://learn.adafruit.com/light-up-reactive-ukulele/software

The import and instance syntax needs to updated for the LSM6DS33 usage.

from adafruit_lsm6ds import lsm6ds33

and

sensor = lsm6ds33.LSM6DS33(i2c)

erin's out on mermaid break, can you do the PR?

Sure. Easy changes but no way to test. Going to see if forum poster can test:
https://forums.adafruit.com/viewtopic.php?f=57&t=187856#p910404

Closing. The import works now at least.