uMIDI
The swiss army knife for quick and easy developement of MIDI applications.
Data Fields
adc_config Struct Reference

ADC configuration common to all conversions. More...

#include <adc.h>

Collaboration diagram for adc_config:
Collaboration graph

Data Fields

enum adc_conversion_mode mode
 ADC conversion mode. More...
 
enum ADC_PRESCALER_enum prescaler
 ADC clock prescaler as defined in the AVR gcc headers. More...
 
struct linear_range input_range
 A function that converts ADC samples to MIDI values. More...
 

Detailed Description

ADC configuration common to all conversions.

See also
adc_conversion_mode
iox128a4u.h

Field Documentation

◆ input_range

struct linear_range adc_config::input_range

A function that converts ADC samples to MIDI values.

◆ mode

enum adc_conversion_mode adc_config::mode

ADC conversion mode.

◆ prescaler

enum ADC_PRESCALER_enum adc_config::prescaler

ADC clock prescaler as defined in the AVR gcc headers.


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