master
Jessy Diamond Exum 2017-07-10 18:38:58 -07:00
parent e5b524eddc
commit 191f67b083
5 changed files with 3 additions and 6 deletions

View File

@ -36,4 +36,3 @@ uint32_t adc_get(int channel) {
return ADC1->JDR1;
}

View File

@ -77,4 +77,3 @@ good:
((void(*)()) _app_start[1])();
return 0;
}

View File

@ -13,4 +13,3 @@ void dac_set(int channel, uint32_t value) {
DAC->DHR12R2 = value;
}
}