Github Repo | C Header | C source | JS source |
---|---|---|---|
mongoose-os-libs/arduino-wire | Wire.h |
This library provides an Arduino compatibility layer for the I2C protocol by
providing a Wire.h
public header, so that one could pick an existing Arduino
program which uses I2C, throw it into the Mongoose OS application sources, and
ideally, it "just works".