Skip to content

Instantly share code, notes, and snippets.

@MLpranav
Created June 16, 2020 10:57
Show Gist options
  • Save MLpranav/0b165aa4fc1419ecd2ba78d1a3f4b33e to your computer and use it in GitHub Desktop.
Save MLpranav/0b165aa4fc1419ecd2ba78d1a3f4b33e to your computer and use it in GitHub Desktop.
ESP-01 Bonus GPIOs
//To use TX as GPIO:
pinMode(1, FUNCTION_3);
//To use RX as GPIO:
pinMode(3, FUNCTION_3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment