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 0270c86 commit 123e347Copy full SHA for 123e347
Chapter04_Bit-Twiddling/showingOffBits/showingOffBits.c
@@ -3,6 +3,7 @@
3
// ------- Preamble -------- //
4
#include <avr/io.h>
5
#include <avr/power.h>
6
+#include <util/delay.h> /* Functions to waste time */
7
8
#define DELAYTIME 85 /* milliseconds */
9
#define LED_PORT PORTB
0 commit comments