satnogs-rotator-firmware
Loading...
Searching...
No Matches
i2c_mux.h File Reference
#include <Arduino.h>
#include <Wire.h>
Include dependency graph for i2c_mux.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  i2c_mux
 Class that functions for interacting with I2C 1-of-2 multiplexer. More...
 

Macros

#define I2C_FREQ   100000
 

Detailed Description

It is a driver for I2C 1-of-2 multiplexer (like PCA9540B) with 2-Channels.

Licensed under the GPLv3

Definition in file i2c_mux.h.

Macro Definition Documentation

◆ I2C_FREQ

#define I2C_FREQ   100000

Definition at line 16 of file i2c_mux.h.

Referenced by i2c_mux::init().