|
TTK4155 Lab Node 1
Term project in the NTNU course TTK4155 Embedded and Industrial Computer Systems Design
|
Container for ADC measurement results. More...
#include <adc.h>
Data Fields | |
| uint8_t | channel [4] |
Container for ADC measurement results.
Holds one 8-bit sample for each of the four ADC channels. Channels correspond to physical ADC inputs 0–3.
| uint8_t ADC_meas::channel[4] |
ADC reading for each channel index (0–3).
Definition at line 21 of file adc.h.
Referenced by ADC_read_all(), io_joystick_read_position(), and utils_joystick_print_raw().