Update DAC reference comment.

c4fmdemod
Jonathan Naylor 2016-12-21 14:01:18 +00:00 committed by GitHub
parent 461e7c942e
commit 38f6d7d9d8
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ void CIO::startInt()
{
// Initialise the DAC
SIM_SCGC2 |= SIM_SCGC2_DAC0;
DAC0_C0 = DAC_C0_DACEN | DAC_C0_DACRFS; // 1.2V VDDA is DACREF_2
DAC0_C0 = DAC_C0_DACEN | DAC_C0_DACRFS; // 3.3V VDDA is DACREF_2
// Initialise ADC0
SIM_SCGC6 |= SIM_SCGC6_ADC0;