bin2dec.h
来自「使用dsPIC30F 实现交流感应电机的矢量控制源代码」· C头文件 代码 · 共 20 行
H
20 行
#ifndef bin2dec_H
#define bin2dec_H
void adc2dec( unsigned int ADRES );
void bin2dec( unsigned long int ADRES );
//Provide the following variables global scope
EXT char adones;
EXT char adtenths;
EXT char adhundredths;
EXT char adthousandths;
EXT char tenthous ;
EXT char thousands ;
EXT char hundreds ;
EXT char tens ;
EXT char ones ;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?