STC作为主机轮询扫描I2C设备,确认ICN6211工作状态。

This commit is contained in:
2026-04-10 19:42:22 +08:00
commit 5953218598
19 changed files with 6783 additions and 0 deletions

6
UART_refer/uart.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef __UART_H
#define __UART_H
void uart1_init(void); //115200bps@11.0592MHz
#endif