Created
June 16, 2020 10:57
-
-
Save MLpranav/0b165aa4fc1419ecd2ba78d1a3f4b33e to your computer and use it in GitHub Desktop.
ESP-01 Bonus GPIOs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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