Pico-Arduino
Wire.h
1 #pragma once
2 
3 #include "PicoHardwareI2C.h"
4 
9 typedef PicoHardwareI2C Wire;
Arduino I2C implementation using the Pico functionality.
Definition: PicoHardwareI2C.h:8