Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 575 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 575 Bytes

BastWAN I2C Master

This is the first half of a two-part demonstration, where a BastWAN acts as the master and sends messages to an ESP32 slave, in this case an Inkplate 6.

It uses on the ESP32 the ESP32 I2C Slave library. This code rips the WirePacker part of this library for the BastWAN code to work properly.

The second half of the demonstration is here.