TTK4155 Lab Node 1
Term project in the NTNU course TTK4155 Embedded and Industrial Computer Systems Design
Loading...
Searching...
No Matches
ADC_meas Struct Reference

Container for ADC measurement results. More...

#include <adc.h>

Data Fields

uint8_t channel [4]

Detailed Description

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.

Definition at line 20 of file adc.h.

Field Documentation

◆ channel

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().


The documentation for this struct was generated from the following file: