electro-smith / DaisyExamples

Examples for the Daisy Platform
https://github.com/electro-smith/DaisyWiki/wiki
MIT License
372 stars 193 forks source link

Examples object name change: DaisySeed seed -> DaisySeed hw #243

Closed stephenhensley closed 2 years ago

stephenhensley commented 2 years ago

updated libDaisy with latest GPIO update and renamed all DSP seed objects for ambiguity conflict.


With the new update to GPIO we're trying to simplify syntax usage for the pinout, while avoiding breaking changes to existing code.

This sort of goes against that in that any project based on our examples that called the DaisySeed object seed has to be updated, but otherwise all GPIO code can stay the same. I'd probably consider that a breaking change, but it is a pretty minor one (esp. since there will only ever be one object called.

In any case, this updates all object names to be compliant with the new added namespace.

stephenhensley commented 2 years ago

this also handles any updates to the new FatFSInterface