You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously we had a working PoC for Macros where the pushing of the BootSel button on a raw Pico could be used to input a series of defined button presses in a pre-defined order.
This was tested but we never got further on it.
I would like to explore Macros v2.0 where a file containing macro information can be uploaded.
An example of the structure could be as follows:
Input // on or off // pause for next line
DOWN,on,0.05,
RIGHT,on,0.05,
DOWN,off,0.05,
RIGHT,off,0.05,
p1,on,0.05,
P1,off.0.05,
In this example a Hadouken for Street Fighter is performed.
The macro button when pressed should start the macro. Pressing the macro button a second time during the macro should stop it.
In the web-config there should be an option to either have the macro trigger once per button press or loop until the macro is stopped by having the macro button pressed again.
The text was updated successfully, but these errors were encountered:
This is a bounty for another stab at Macros.
Previously we had a working PoC for Macros where the pushing of the BootSel button on a raw Pico could be used to input a series of defined button presses in a pre-defined order.
This was tested but we never got further on it.
I would like to explore Macros v2.0 where a file containing macro information can be uploaded.
An example of the structure could be as follows:
Input // on or off // pause for next line
DOWN,on,0.05,
RIGHT,on,0.05,
DOWN,off,0.05,
RIGHT,off,0.05,
p1,on,0.05,
P1,off.0.05,
In this example a Hadouken for Street Fighter is performed.
The macro button when pressed should start the macro. Pressing the macro button a second time during the macro should stop it.
In the web-config there should be an option to either have the macro trigger once per button press or loop until the macro is stopped by having the macro button pressed again.
The text was updated successfully, but these errors were encountered: