ad_conv.h

来自「simple program for e-puck robot」· C头文件 代码 · 共 9 行

H
9
字号
#ifndef _AD_CONV
#define _AD_CONV

/* functions */
void InitAd(void); // to be used at the beginning to initialize AD
int ReadAd(unsigned int channel); // simple function to sample one channel

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?