SensorLib
0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
Loading...
Searching...
No Matches
IoExpanderDrv.hpp
Go to the documentation of this file.
1
29
#pragma once
30
31
#include "
SensorBuildOpt.h
"
32
33
#if !SENSORLIB_EXCLUDE_IO_EXPANDER_XL9555
34
#include "
expander/IoExpanderXL9555.hpp
"
35
#endif
36
37
#if !SENSORLIB_EXCLUDE_IO_EXPANDER_PCA9570
38
#include "
expander/IoExpanderPCA9570.hpp
"
39
#endif
40
41
#if !SENSORLIB_EXCLUDE_IO_EXPANDER_SPI
42
#include "
expander/IoExpanderSPI.hpp
"
43
#endif
IoExpanderPCA9570.hpp
@license MIT License
IoExpanderSPI.hpp
@license MIT License
SensorBuildOpt.h
IoExpanderXL9555.hpp
@license MIT License
src
IoExpanderDrv.hpp
Generated by
1.9.8