Loading...
Searching...
No Matches
paa5100je_constants.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2025 TU Dresden
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
27#define REG_ID (0x00)
28
30#define REG_REV (0x01)
31
33#define REG_DATA_READY (0x02)
34
36#define REG_MOTION_BURST (0x16)
37
39#define REG_POWER_UP_RESET (0x3A)
40
42#define REG_ORIENTATION (0x5B)
43
45#define REG_INV_ID (0x5F)
46
48#define REG_LED_BRIGHTNESS (0x6F)
49
51#define PAA5100JE_LED_OFF_VAL (0x00)
53#define PAA5100JE_LED_MEDIUM_VAL (0x1C)
55#define PAA5100JE_LED_MAX_VAL (0xD5)
56
58
59#ifdef __cplusplus
60}
61#endif
62