mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 14:08:33 +00:00
Update DAC reference comment.
This commit is contained in:
parent
461e7c942e
commit
38f6d7d9d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue