Loading...
Searching...
No Matches
atca_config.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2022 HAW Hamburg
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
21#ifndef ATCA_CONFIG_H
22#define ATCA_CONFIG_H
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
31#define ATCA_ATECC508A_SUPPORT
32
36#define ATCA_ATECC608A_SUPPORT
37
41#define atca_delay_ms hal_delay_ms
42
46#define atca_delay_us hal_delay_us
47
48#ifdef __cplusplus
49}
50#endif
51#endif /* ATCA_CONFIG_H */