abstract.txt
来自「msc 1210 a/d口的使用」· 文本 代码 · 共 18 行
TXT
18 行
The AD8INPUT program reads all eight analog inputs of the
MSC1210 and outputs the values along with other A/D relevant
information via the serial interface.
This example shows a simple method to convert the A/D HEX
values into a voltage value that is more readable. The
algorithm uses only long arithmetic and avoids any loss of
precision as it would be the case when using single precision
floating point arithmetic.
Also show is the usage of the uVision2 simulator. The file
Debugger.INI defines a signal function that creates a volatge
ramp on AIN0. Toolbox buttons are defined for easy access to
this signal function. The other analog inputs are set to
ramdom input voltages.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?