Skip to content

Commit 5ac922f

Browse files
committed
docu
1 parent 976352f commit 5ac922f

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

boards/devices/2-channel-relay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ excerpt: >
1010

1111
2-channel relay is required for some use cases where devices like fans offer multiple speed
1212
modes or curtain / shade control. It requires an ESP01 compatible board like the
13-
[ESP8266 ESP-01](/boards/esp8266/esp01.md) or [ESP32-C3 ESP-01](/boards/esp32c3/esp01c3.md).
13+
[ESP8266 ESP-01](/boards/esp8266/esp01.md) or [ESP32-C3 ESP-01](/boards/esp32c3/esp32c3-01.md).
1414

1515
This board itself offers some options that may be found at other boards too:
1616

boards/esp32c3/esp01c3.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

boards/esp32c3/esp32c3-01.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ using the following settings:
2424
* GPIO3 on board LED
2525
* IPEX external antenna connector
2626

27+
![alt text](esp01c3-settings.png)
28+
2729
## See also
2830

2931
* [About using the ESP32 with HomeDing](/boards/esp32/readme.md)

dev/i2c.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Using the I2C bus
33
tags: ["Implementation"]
4-
layout: "page.njk"
54
excerpt: >
65
The I2C bus is used by many components, sensors, displays and other chips
76
to communicate commands and data.

0 commit comments

Comments
 (0)