RyoKosaka / HelloDrum-arduino-Library

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

(There may be) a slight inaccuracy in the example codе #25

Closed NinjaPanas closed 4 years ago

NinjaPanas commented 4 years ago

In - /RyoKosaka/HelloDrum-arduino-Library/blob/master/examples/MUX/muxSensing_minimalDrumKit_i2cLCD/muxSensing_minimalDrumkit_i2cLCD.ino

line 67 - ride.settingName("TOM");

and

/RyoKosaka/HelloDrum-arduino-Library/blob/master/examples/MUX/muxSensing_minimalDrumKit_lcdShield/muxSensing_minimalDrumkit_lcdShield.ino

line 96 - ride.settingName("TOM");

It seems it should be - tom.settingName("TOM");

I'm sorry for my broken english. And I'm a complete fool of programming. Sorry if it took your time.

RyoKosaka commented 4 years ago

thanks I will fix it before the next release.

NinjaPanas commented 4 years ago

Thank YOU for your Lib!!!