Skip to content
Core / UtilityArduinoESP32ESP8266

Wire

by Arduino (built-in)

Built-in I2C (TWI) communication library — the foundation almost every I2C sensor library is built on.

View on GitHub

Install

Open Sketch → Include Library → Manage Libraries…, search for Wire (built-in), and click Install.

Example Code

cpp

Go Further

More Core / Utility