Catch a couple missing updates + add 203 TX

This commit is contained in:
cnlohr
2024-10-06 03:58:44 -07:00
parent 39dbd6df19
commit 6802a917ae
7 changed files with 121 additions and 2 deletions
+4 -1
View File
@@ -193,7 +193,10 @@ void SetupADC()
while(ADC1->CTLR2 & ADC_CAL);
// ADC_SCAN: Allow scanning.
ADC1->CTLR1 = ADC_Pga_64 | ADC_SCAN;
ADC1->CTLR1 =
//ADC_SCAN;
ADC_Pga_16 | ADC_SCAN;
//ADC_Pga_64 | ADC_SCAN;
// Turn on DMA