This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:iot-open:practical:hardware:sut:esp32:emb1b_1 [2025/04/28 20:32] – [Steps] pczekalski | en:iot-open:practical:hardware:sut:esp32:emb1b_1 [2025/04/28 20:32] (current) – [Steps] pczekalski | ||
---|---|---|---|
Line 66: | Line 66: | ||
Initialise the I2C bus and the controller class: | Initialise the I2C bus and the controller class: | ||
<code c> | <code c> | ||
- | Wire.begin(SDA, | + | Wire.begin(SDA, |
delay(100); | delay(100); | ||
... | ... |