Skip to content

Commit 19d93d1

Browse files
committed
Chanegd structure.
1 parent 5d22695 commit 19d93d1

9 files changed

Lines changed: 19 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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)

switching/8-Channel Transistor Array8-Channel Transistor Array/README.md renamed to examples/8-Channel Transistor Array8-Channel Transistor Array/README.md

File renamed without changes.

switching/8-Channel Transistor Array8-Channel Transistor Array/sketch.fzz renamed to examples/8-Channel Transistor Array8-Channel Transistor Array/sketch.fzz

File renamed without changes.

switching/8-Channel Transistor Array8-Channel Transistor Array/sketch.png renamed to examples/8-Channel Transistor Array8-Channel Transistor Array/sketch.png

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1) 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

99
2) **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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Internal Serial Console
2+
3+
## Sources
4+
5+
- [ESP32 - Serial Monitor](https://esp32io.com/tutorials/esp32-serial-monitor)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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.

0 commit comments

Comments
 (0)