This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #define F_CPU 32000000UL | |
| #include <asf.h> | |
| #include <avr/io.h> | |
| #include <util/delay.h> | |
| // Function Declarations | |
| void Config32MHzClock(void); // Skifter klokkehastighet | |
| int main (void) |