abstract.txt
来自「基于P87LPC760的DALI从机」· 文本 代码 · 共 16 行
TXT
16 行
This example program demonstrates how to use the on-chip A/D Converters
of the Philips LPC767/768/769 Devices. The program configures the A/D
and continuously reads each A/D channel and prints the conversion results.
1. Build the program (Project-Build Target)
2. Start the Debugger (Debug-Start/Stop Debug Session)
3. Open the A/D Converter Dialog Box (Peripherals A/D Converter)
4. Open the Serial Window (View-Serial Window #1)
5. Run the program while viewing the Serial Window
You may change the A/D input voltages by editing AD0-AD3 in the A/D Converter
Dialog or you may simply enter new values for the input channels in the
command window at the bottom of the screen. For example, "AD0=2.5" will set
the simulated input voltage on AD0 to 2.5 volts.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?