Andreas1109

Results 5 comments of Andreas1109

Hi, i want to customize a panel for my son,. Using a ATMEGA32U4, currently installed with RealRobots. To have it "real" for my son i am using switches instead of...

@MHeironimus Hi Matthew, thanks for your reponse. I am using project 29189463 ([https://gitlab.com/jakelwilkinson/rr_controller](url) therefore. Currently without modifications. I am not sure where to put it in. I believe in the...

void Store8BitValue(uint16_t idx, uint8_t val) { EEPROM.write(idx, val); } But i am absoltely beginner. Don´t know the syntax and how to use. :( Thanks for your help and a Happy...

@MHeironimus Hi, yes, it works as it is designed. But using switches causes that the button is permanent off or on.. What i need is... If the switch is turned...

@MHeironimus Hi Matthew, helps a lot. Need some time to understand.. "long lastHatChange = 0" is already used and if i add "int lastButtonValue[128];" the arduino crashes.. Many thanks for...