
#pragma once

extern void useAdc(void);

extern adcsample_t getAdc(uint8_t chan);

extern void adcSample(void);
