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