28 lines
389 B
C
28 lines
389 B
C
|
|
/*Copyright (C),2023 , NANOCHAP
|
||
|
|
*File name:
|
||
|
|
*Author: Martin
|
||
|
|
*Version: V1.0
|
||
|
|
*Date: 2023-08-11
|
||
|
|
*Description:
|
||
|
|
*Function List:
|
||
|
|
1.
|
||
|
|
2.
|
||
|
|
3.
|
||
|
|
History:
|
||
|
|
1.V1.0
|
||
|
|
Date:
|
||
|
|
Author:
|
||
|
|
Modification:
|
||
|
|
*/
|
||
|
|
#ifndef ENS001_CONFIG_H
|
||
|
|
#define ENS001_CONFIG_H
|
||
|
|
|
||
|
|
#include "CMSDK_CM0.h"
|
||
|
|
//HSI freq
|
||
|
|
#define SYSTEM_FREQ 32
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|