tl5602.#3
来自「80c51F020的开发程序 包括ADC DDS DAC」· #3 代码 · 共 28 行
#3
28 行
////////////////////
////tl5602.h
////by ts
////2007.9.3
////version 1
//////////////////////
#ifndef TL5602_H
#define TL5602_H
#include <c8051f020.h>
#include <stdio.h>
#include <stdlib.h>
///sbit///////////////
sbit tl5602_clk=P6^0;
//API proto////////////////////
void tl5602_write(unsigned char temp);
//local funtions proto////////
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?