I’m attempting to initiate an AL5D movement sequence when the “A” button is pressed on my BotBoardII. The BotBoardII is carrying a BASICatomPro28.
I’ve attempted to write a program (borrowing some lines of code from a link on the “BASIC Atom Pro Programming Tutorial”), but it isn’t working. The arm is going through the movement sequence regardless of whether the button is pressed. The arm should only have the sequence initiated if button “A” is pressed. The Code is attached. Does anyone know what I can do to fix my problem?
Thanks for the input James (not calling you Jim)! However, it still isn’t working. I feel as though the program just isn’t recognizing “button A” on the botboard as the input. It keeps running through the sequence no matter what. Any other ideas?
When using a pullup resistor the input is high when the button is not being pressed. It goes low when the button is pressed. Another thing is make sure the button and LED shunts are installed.
My program is now not running the sequence, but when I press the “A” button, nothing is initiated. I believe somehow the “A” button is not being recognized as the input. What is the input callout for the BotBoardII “A” button?
Also, could you inform me of how to make sure the button shunts are installed correctly?