![]() |
SparkFun Toolkit
v1.0.5-6-g34ffa30
Core Functionality Library
|
Header file for the SparkFun Toolkit I2C Interface Definition. More...
#include "sfTkIBus.h"
Go to the source code of this file.
Classes | |
class | sfTkII2C |
Variables | |
const uint8_t | ksfTkBusTypeI2C = 0x01 |
Interface that defines the I2C communication bus for the SparkFun Electronics Toolkit. More... | |
Header file for the SparkFun Toolkit I2C Interface Definition.
This file contains the interface declaration for the I2C communication bus
SPDX-License-Identifier: MIT
const uint8_t ksfTkBusTypeI2C = 0x01 |
Interface that defines the I2C communication bus for the SparkFun Electronics Toolkit.
The I2C bus interface extends the IBus interface and adds the ability to set and get the I2C address and stop flag.