We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbf7a3 commit 5e02793Copy full SHA for 5e02793
atmega4809-adc-basics-mplab.X/main.c
@@ -1,5 +1,6 @@
1
#include <atmel_start.h>
2
#include <util/delay.h>
3
+#include <stdio.h>
4
5
#define FREE_RUNNING 1
6
#define SINGLE_CONVERSION 2
0 commit comments