This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim-5:applications:gpio:adc [2026/09/14 04:17] nick |
products:sbc:vim-5:applications:gpio:adc [2026/09/14 04:18] (current) nick |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| | 12 | ADC_CH3 | 0~1.8V | | 12 | ADC_CH3 | 0~1.8V | ||
| - | ===== Get Raw ADC Value ===== | + | ===== Get ADC Value ===== |
| <WRAP important > | <WRAP important > | ||
| Line 28: | Line 28: | ||
| ```shell | ```shell | ||
| - | $ cat / | + | $ cat / |
| 1800 | 1800 | ||
| - | $ cat / | + | $ cat / |
| 0 | 0 | ||
| ``` | ``` | ||