Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
cc_color_switch_io.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Silicon Laboratories Inc. <https://www.silabs.com/>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
13#ifndef CC_COLOR_SWITCH_IO_H
14#define CC_COLOR_SWITCH_IO_H
15
16#include <CC_ColorSwitch.h>
17
24
25bool cc_color_switch_write(uint8_t color_component_id, s_colorComponent *color_component);
26bool cc_color_switch_read(uint8_t color_component_id, s_colorComponent *color_component);
27
32#endif /* CC_COLOR_SWITCH_IO_H */
bool cc_color_switch_write(uint8_t color_component_id, s_colorComponent *color_component)
struct colorComponent_ s_colorComponent
bool cc_color_switch_read(uint8_t color_component_id, s_colorComponent *color_component)