This is probably a very easy fix, but in my code I have messages sending to a can bus. I also have a menu system set up but when I chose a particular option, the message will only send once. I wanted to be able to specify how many times it sends.
Here is the section of code.
void loop()
{
edit
}
This will send once. What can I change here to send it multiple times ?