Files
tactility/Drivers/xl9555-module/include/drivers/xl9555.h
T

18 lines
215 B
C

// SPDX-License-Identifier: Apache-2.0
#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
struct Xl9555Config {
/** Address on bus */
uint8_t address;
};
#ifdef __cplusplus
}
#endif