Loading...
Searching...
No Matches
gp8xxx_constants.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2025 Bas Stottelaar <basstottelaar@gmail.com>
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
26#define GP8XXX_REG_OUTPUT_RANGE (0x01)
27#define GP8XXX_REG_CHANNEL (0x02)
29
30#ifdef __cplusplus
31}
32#endif
33