|
satnogs-rotator-firmware
|
#include <Arduino.h>#include <Wire.h>

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 |
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.
| #define I2C_FREQ 100000 |
Definition at line 16 of file i2c_mux.h.
Referenced by i2c_mux::init().