Loading...
Searching...
No Matches
hm330x_constants.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2021 Inria
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
25#define HM330X_I2C_ADDRESS (0x40U)
26
30#define HM330X_DATA_LENGTH (29U)
31
35#define HM330X_CMD_I2C_MODE (0x88U)
36
37#ifdef __cplusplus
38}
39#endif
40