Implemented variable VREF for DAC and ADC

This commit is contained in:
Mark Qvist 2019-01-04 16:13:29 +01:00
parent cf186ba64a
commit 8b2e66eb57
7 changed files with 51 additions and 5 deletions

View file

@ -22,7 +22,6 @@ int afsk_putchar(char c, FILE *stream);
// ADC and clock setup
void AFSK_hw_init(void) {
// Set Timer1 to normal operation
TCCR1A = 0;