mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-18 17:35:05 +00:00
18 lines
221 B
C
18 lines
221 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
struct Pi4ioe5v6408Config {
|
|
/** Address on bus */
|
|
uint8_t address;
|
|
};
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|