Loading...
Searching...
No Matches
atca_config.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 HAW Hamburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
27#define ATCA_ATECC508A_SUPPORT
28
32#define ATCA_ATECC608A_SUPPORT
33
37#define atca_delay_ms hal_delay_ms
38
42#define atca_delay_us hal_delay_us
43
44#ifdef __cplusplus
45}
46#endif