So my void function isn’t working for a pretty annoying reason.
void Hi (void){
FrontRight.spin(directionType::fwd, 100, velocityUnits::pct);
}
void Usercontrol (void){
Controller1.ButtonUp.pressed(Hi);
}
So the reason why it isn’t working is because of the period after Controller1. I have tried many things on trying to fix this and it works in Vex Coding Studio, but not V5 Text. I want to use V5 Text though because it is so much better than the coding studio. Can anyone help me with this?