Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am thetic on github.
  • I am thetic (https://keybase.io/thetic) on keybase.
  • I have a public key whose fingerprint is 4CCD 6618 F639 2AA3 24DC B9C6 3269 579E 8BCC C2BC

To claim this, I am signing this object:

@thetic
thetic / test.ino
Created September 11, 2014 23:47
esc control
#include <Servo.h>
Servo esc;
int j;
void setup()
{
delay(5000); //Delay to give me enough time to control esc to battery
esc.attach(9);