ESPHome
2024.10.2
|
Go to the source code of this file.
Data Structures | |
class | esphome::sx1509::SX1509Processor |
class | esphome::sx1509::SX1509Component |
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::sx1509 | |
Here you'll find the Arduino code used to interface with the SX1509 I2C 16 I/O expander. | |
Variables | |
const uint8_t | esphome::sx1509::INTERNAL_CLOCK_2MHZ = 2 |
const uint8_t | esphome::sx1509::EXTERNAL_CLOCK = 1 |
const uint8_t | esphome::sx1509::SOFTWARE_RESET = 0 |
const uint8_t | esphome::sx1509::HARDWARE_RESET = 1 |
const uint8_t | esphome::sx1509::REG_I_ON [16] |