|
YAHAL
Yet Another Hardware Abstraction Library
|
Public Member Functions | |
| adc_rp2350_channel (uint16_t c) | |
Public Member Functions inherited from adc_channel | |
| adc_channel (adc_interface &interf) | |
| adc_channel (adc_interface &interf, uint8_t c) | |
| void | setChannel (uint8_t c) |
| void | adcMode (adc_mode_t mode) |
| adc_mode_t | getMode () |
| uint16_t | adcReadRaw () |
| float | adcReadVoltage () |
| float | rawToVoltage (uint16_t raw) |
Additional Inherited Members | |
Protected Attributes inherited from adc_channel | |
| adc_interface & | _interf |
| uint8_t | _channel |
Definition at line 45 of file adc_rp2350.h.
|
inline |
Definition at line 47 of file adc_rp2350.h.
|
inlineexplicit |
Definition at line 50 of file adc_rp2350.h.