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

Change the initial values for HHnum and HHCnum #15

Closed hori64 closed 4 years ago

hori64 commented 4 years ago

If HH and HHC are not used then the first pad is identified as HHC. This error was caused by memory optimization. Then their value was changed from -1 to 0. I'm sorry, but I fixed it.

RyoKosaka commented 4 years ago

@hori64 Thanks a lot. Your memory optimization was needed for this library.

hori64 commented 4 years ago

THX!