electro-smith / DaisyDuino

Arduino Support for the Daisy Audio Platform.
https://www.electro-smith.com/daisy
MIT License
92 stars 20 forks source link

Newseed fix #38

Closed stephenhensley closed 2 years ago

stephenhensley commented 2 years ago

Adds missing i2c pins for seed1.1 (>=rev5 hardware)

Also uses global Wire object instead of object created on the stack during initialization (similar to pcm3060).