RealNobser / BetterDuinoFirmwareV4

7 stars 2 forks source link

6 servo imputs for lower dome. #6

Closed stewartgill1977 closed 2 months ago

stewartgill1977 commented 2 months ago

6 servo inputs for lower dome but new dome v4 has 7 servos is there a extra input for it. I know there is one for the magic panel but not sure where the 7 lower panel one is. image

image

RealNobser commented 2 months ago

Mr. Baddeley added two additional panels, the small ones right and left beside the logic light. So there a 8 lower panels and 4 pie panels now. These are not supported by default BetterDuino or MarcDuino boards or animations. Of course you can use Servo 11 on Master board and Servo 12 and 13 on Slave board (aka 10 and 11) to control them nevertheless. But then you are on your own for adapting the animations etc. for now.

stewartgill1977 commented 2 months ago

Hi no there are 7 one extra hmmm ill take a look at the code and see if i can work it out. Im not much of a programmer but can do a little thanks image

stewartgill1977 commented 2 months ago

I think i get it i just edit this eg the servos like 12 or 13 to opn and cls the servo input i use. The only thing i see being a pain is if i update the firmware will it copy over what i changed?. image

RealNobser commented 2 months ago

Overwrite might happen. So the best way would be, you create a fork for yourself and only sync changes from my side to your repository if needed.