ADC DMA能读取

This commit is contained in:
2023-06-20 23:41:10 +08:00
parent 83ba21b0bd
commit aca0b9b000
30 changed files with 10279 additions and 6492 deletions
+18
View File
@@ -0,0 +1,18 @@
/*
* drv_key.h
*
* Created on: Jun 11, 2023
* Author: gxms0
*/
#ifndef USER_DRV_KEY_H_
#define USER_DRV_KEY_H_
#include "ch32v20x.h"
#include "Global.h"
extern uint8_t keys[4];
void exti_init(void);
#endif /* USER_DRV_KEY_H_ */