tlc2543数模转换驱动32版
#ifndef TLC2543 H
#define TLC2543 H
#endif
#include "stm32f10x h"
#include "sys h"
#include "delay h"
#define CS PFout 8
#define CLK PFout 9
#define D Out PFin 10
#define EOC PFin 11
#define D In PFout 12
u16 read2543 u8 port ;
2019-12-21 21:57:58
898B
模数转换
1