Skip to content
Snippets Groups Projects
Commit 728a7a9a authored by Bengt Ragnemalm's avatar Bengt Ragnemalm
Browse files

comments

parent 5bcd1242
Branches
No related tags found
No related merge requests found
......@@ -58,6 +58,8 @@ void ArduinoZeroTemplate(void)
}
}
// Create example of using ADC
while (true)
{
}// end while (true) infinite loop
......@@ -225,7 +227,7 @@ void ArduinoZeroTemplateInit(void)
// But in the current version of ASF there is no support for DAC channels. See dac.h
// Note: There are just a few SAM devices that has more than one DAC, like the SAM4L-family.
// Output is probably enabled by dac_init or dac_enable but otherwise it must be done also.
// Output is probably enabled by dac_init or dac_enable but otherwise it must also be done.
// Internal ADC
adc_get_config_defaults(&adc_config_struct);
......
......@@ -138,7 +138,7 @@ Available for user
#define MAX_USART5_RX_BUFFER_LENGTH 5
// Analog in addition in progress
// Configuration shall be set and how to read. Also if it should be callback or not
// How to read is missing.
// Functions
void ArduinoZeroTemplateInit(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment