20 lines
299 B
C
20 lines
299 B
C
/*
|
|
* fct_atecc.c
|
|
*
|
|
* Microchip ATECC608 test
|
|
*
|
|
* Copyright (C) 2018-2020 NetModule AG - http://www.netmodule.com/
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef FCT_ATECC_H
|
|
#define FCT_ATECC_H
|
|
|
|
|
|
#define CONFIG_ATECC_I2C_BUS 0
|
|
#define CONFIG_ATECC_I2C_ADDR 0x60
|
|
|
|
|
|
#endif /* FCT_ATECC_H */
|