RyoKosaka / HelloDrum-arduino-Library

This is a library for making E-Drum with arduino.
https://open-e-drums.com/
MIT License
234 stars 57 forks source link

Fix Arduino Nano 33 BLE build #49

Open spotman opened 1 year ago

spotman commented 1 year ago

This PR allows HelloDrum to be used on Arduino Nano 33 BLE board. For now EEPROM is not used on this board (and on RP2040 boards coz it incorporates changes from SunboX). Adapters for different EEPROM libraries may be written and used in a client code during initialization (not every project needs this feature + EEPROM may be absent).