📄 bin2dec.h
字号:
#ifndef bin2dec_H
#define bin2dec_H
void adc2dec( unsigned int ADRES );
void bin2dec( unsigned long int ADRES );
//Provide the following variables global scope
EXTERN char adones;
EXTERN char adtenths;
EXTERN char adhundredths;
EXTERN char adthousandths;
EXTERN char tenthous ;
EXTERN char thousands ;
EXTERN char hundreds ;
EXTERN char tens ;
EXTERN char ones ;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -