Loading...
Searching...
No Matches
my9221_internal.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2017 HAW Hamburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#include "xtimer.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
27#define MY9221_LATCH_WAIT (10U * US_PER_MS)
28
32#define MY9221_LATCH_LOOP (4U)
33
37#define MY9221_CMDMODE (0x00)
38
39#ifdef __cplusplus
40}
41#endif
42
xtimer interface definitions