Skip to content

Instantly share code, notes, and snippets.

@maxpromer
Created June 24, 2024 15:49
Show Gist options
  • Save maxpromer/a4db008985de8f0250a4ca410b570021 to your computer and use it in GitHub Desktop.
Save maxpromer/a4db008985de8f0250a4ca410b570021 to your computer and use it in GitHub Desktop.
#include <POP32.h>
void setup()
{
}
void loop()
{
motor(1,30);
motor(2,30);
delay(3000);
motor(1,-30);
motor(2,-30);
delay(3000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment