Skip to content

Instantly share code, notes, and snippets.

@ataube
Last active April 19, 2020 21:58
Show Gist options
  • Save ataube/3130175c2fd73bda30322769ae0a35a2 to your computer and use it in GitHub Desktop.
Save ataube/3130175c2fd73bda30322769ae0a35a2 to your computer and use it in GitHub Desktop.
IoT Hacking (ESP32)

Mongoose OS

GPIO2 LED Blinking (blue one)

GPIO.set_mode(2, GPIO.MODE_OUTPUT);
GPIO.blink(2, 1000, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment