SparkFun Toolkit  v1.0.5-6-g34ffa30
Core Functionality Library
Loading...
Searching...
No Matches
sfTkII2C.h File Reference

Header file for the SparkFun Toolkit I2C Interface Definition. More...

#include "sfTkIBus.h"
Include dependency graph for sfTkII2C.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Header file for the SparkFun Toolkit I2C Interface Definition.

This file contains the interface declaration for the I2C communication bus

Author
SparkFun Electronics
Date
2024-2025

SPDX-License-Identifier: MIT

Variable Documentation

◆ ksfTkBusTypeI2C

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.