|
Re: swerve drive with arduino mega 2560
I'm not sure why you would have to do "burn bootloader." Arduino boards come hot out of the gate ready to go.
Under "tools->board" make sure you have the correct Arduino hardware selected. Then check that you have the correct "com" port selected.
Then press the upload arrow and you should be running code. Test this with the supplied examples before trying to upload your own custom code.
|