File tree Expand file tree Collapse file tree
8-Channel Transistor Array8-Channel Transistor Array Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,11 +19,7 @@ Various examples using DOIT ESP32 DEVKIT V1.
1919
2020## Examples
2121
22- ### Basic
23-
24- - [ Setup Arduino IDE] ( basic/Setup%20Arduino%20IDE.md )
25- - [ Hello World] ( basic/Hello%20World/README.md )
26-
27- ### Switching
28-
29- - [ 8-Channel Transistor Array] ( switching/8-Channel%20Transistor%20Array8-Channel%20Transistor%20Array/README.md )
22+ - [ Setup Arduino IDE] ( examples/Setup%20Arduino%20IDE.md )
23+ - [ Hello World] ( examples/Hello%20World/README.md )
24+ - [ Internal Serial Console] ( examples/Internal%20Serial%20Console/README.md )
25+ - [ 8-Channel Transistor Array] ( examples/8-Channel%20Transistor%20Array8-Channel%20Transistor%20Array/README.md )
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 44
551 ) Open Arduino IDE, create project and pste the following code:
66
7- https://github.com/jsfraz/esp32-examples/blob/babe66bb216f46ae25eea57311abe4f44c718429/basic /Hello%20World/sketch/sketch.ino#L1-L8
7+ https://github.com/jsfraz/esp32-examples/blob/babe66bb216f46ae25eea57311abe4f44c718429/examples /Hello%20World/sketch/sketch.ino#L1-L8
88
992 ) ** Press and hold ESP32 Boot button** and click ** Upload** in Arduino IDE. You can release the button when ` Connecting... ` text shows up in ** Output** .
1010
File renamed without changes.
Original file line number Diff line number Diff line change 1+ # Internal Serial Console
2+
3+ ## Sources
4+
5+ - [ ESP32 - Serial Monitor] ( https://esp32io.com/tutorials/esp32-serial-monitor )
Original file line number Diff line number Diff line change 1+ void setup () {
2+ // put your setup code here, to run once:
3+
4+ }
5+
6+ void loop () {
7+ // put your main code here, to run repeatedly:
8+
9+ }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments