User Tools

Site Tools


esp32_gpio

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
esp32_gpio [2023/02/27 14:03] 192.168.1.66esp32_gpio [2023/02/27 14:04] (current) 192.168.1.66
Line 1: Line 1:
 Arduino code: Arduino code:
  
-pinMode(GPIO, OUTPUT);\\ +  * pinMode(GPIO, OUTPUT);\\ 
-digitalWrite(GPIO, STATE);\\+  digitalWrite(GPIO, STATE);\\
  
-pinMode(GPIO, INPUT);\\ +  * pinMode(GPIO, INPUT);\\ 
-digitalRead(GPIO);\\+  digitalRead(GPIO);\\
  
  
esp32_gpio.1677524621.txt.gz · Last modified: 2023/02/27 14:03 by 192.168.1.66