Skip to content

Instantly share code, notes, and snippets.

@ArduinoDiscordBot
Created November 23, 2020 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArduinoDiscordBot/89801da55687807cd31982349b81df4d to your computer and use it in GitHub Desktop.
Save ArduinoDiscordBot/89801da55687807cd31982349b81df4d to your computer and use it in GitHub Desktop.
Code by merboy#4116 - Mon Nov 23 2020 02:04:16 GMT+0000 (Coordinated Universal Time)

This gist was pasted by the Arduino discord server bot.

This gist was automatically pasted at the request of the code author or one of the discord server helpers. If you have any suggestions or bugs to report, you can do so on our GitHub repository, or in our discord server. This project is run by volunteers so feel free to fork and commit your changes then open a pull request!


⬇️ Pasted Code ⬇️

void setup() {
// put your setup code here, to run once:
int motorpin = 9;
}
void loop() {
// put your main code here, to run repeatedly:
analogwrite(motorpin, 50);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment