📄 dac.h
字号:
/* vim: set sw=8 ts=8 si : */
/*************************************************************************
Title : C include file for digital to analog conversion
Copyright: GPL
***************************************************************************/
#ifndef DAC_H
#define DAC_H
extern void init_dac(void);
// set a certain value:
extern void dac(int value);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -