Setting Mode with EEPROM

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024
  • github.com/Ryo...
    In this video, "minimalDrumKit.ino" which is sample code is used.
    Blog : / open-e-drums

Комментарии • 10

  • @michaeleliankevin8290
    @michaeleliankevin8290 5 лет назад +1

    How can i edit advanced settings like scantime?

  • @blindmosquito
    @blindmosquito 5 лет назад

    Hi. How do initailise. I got minimalkit loaded and working with one piezo. When i write initialize eprom it wont work. Thanks. Im a newb btw.

  • @sssbbb
    @sssbbb 5 лет назад

    Are you using Arduino's internal EEPROM for this?

  • @Ke_Sabor
    @Ke_Sabor 2 года назад

    arduino uno? or leonardo?

  • @IlikeMusicDrumLoop
    @IlikeMusicDrumLoop 4 года назад

    Show #RyoKosaka -- #IlikeMusic

  • @daviermaldonadopautt4997
    @daviermaldonadopautt4997 4 года назад

    Le cargué el código a un arduino nano y la pantalla LCD se vuelve loca

  • @gibrancyberx
    @gibrancyberx 6 лет назад

    Hi Ryo,
    I am trying to compile some code that I edited written by Ryokasaka. can help me debug the following error. Below is the code that I have for the .c and .h files. I'm getting the following error :
    ...../hellodrum.h:68:10: error: extra qualification 'HelloDrum::' on member 'singlePiezo' [-fpermissive]
    void HelloDrum::singlePiezo(int sens, int thre1, int thre2, int retri);
    ....../hellodrum.h:69:10: error: extra qualification 'HelloDrum::' on member 'singlePiezo' [-fpermissive]
    void HelloDrum::singlePiezo();
    ..............................................................................................................................................
    .............................................................................................................................................
    .../hellodrum.h:160:10: error: extra qualification 'HelloDrumLCD::' on member 'show' [-fpermissive]
    void HelloDrumLCD::show();
    ^
    Error compiling.

    • @gibrancyberx
      @gibrancyberx 6 лет назад

      My email: omaktoko@gmail.com

    • @ryokosaka8859
      @ryokosaka8859  6 лет назад

      Hi Omak,
      Since I do not get an error message in my environment, I modified the code according to your error message. Would you please reinstall the library from github again?

    • @gibrancyberx
      @gibrancyberx 6 лет назад

      i will try it again, thanks ryo ............