?? tlc5615.h
字號:
#ifndef __tlc5615_h__
#define __tlc5615_h__
sbit tlc5615_DIN=P1^3;
sbit tlc5615_SCLK=P1^4;
void write_voltage(float tlc5615_voltage); ///tlc5615電壓轉(zhuǎn)換
void write_number(unsigned int tlc5615_number); ///tlc5615數(shù)據(jù)轉(zhuǎn)換
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -