xfjx / TonUINO

Die DIY Musikbox (nicht nur) für Kinder
https://www.voss.earth/tonuino/
GNU General Public License v3.0
449 stars 404 forks source link

Replaces hardcoded numbers to outsourced constants #38

Closed pit-nrw closed 5 years ago

pit-nrw commented 5 years ago

All used file numbers (advert and mp3) were replaced by constants and moved to a separate file "constants.h". In addition, all playback modes, nfc folder modes, shortcuts, modifier modes, etc. have been replaced by constants and moved too. This facilitates readability and maintenance of the source code.

pit-nrw commented 5 years ago

Possible duplicate of #22