Acidmods
AcidMods Resources ----- ( These are helpful tools for modding ) => Open Source Code & AcidMods Free Code => Topic started by: GBK on December 22, 2012, 11:57:40 AM
-
hi,does anyone know how i can add Quick on/off to the bmu3 code please?
im using the modified code by Modztronix i can get the modes to reverse by testing the left trigger and calling a sub routine but from mode 0(off)if i try going down a mode it goes mad and flashes for about 5 minutes lol
any help would be gratefully accepted,thankyou. :help:
-
You can try it with 2 tactswitches. Instead of wiring it to the sync button, you should wire it to a tactswitch and it will be like the syncbutton, then the ground of the 1st tactswitch you are going to solder it to 1 of the 2nd tactswitch terminal. The last terminal of the 2nd tactswitch need to be solder to ground.
Idk if this will work, its just a crazy idea I had, but I dont have time to test it.
Godd luck :D
-
Thanks for the input but its really the code to cycle back down modes once the left trigger and sync have been pressed ie..
incf STATER,f
moves up modes i tried
decf STATER,f
which moves down the modes but wont goto mode 10 from 0 it just flashes for around 5 mins