1 /* 2 * Copyright (c) 2023 SILA Embedded Solutions 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef _MAX31865_PUB_H 8 #define _MAX31865_PUB_H 9 10 #define SENSOR_ATTR_MAX31865_THREE_WIRE SENSOR_ATTR_PRIV_START 11 12 #endif /* _MAX31865_PUB_H */ 13