5 lines
61 B
C++
5 lines
61 B
C++
|
#pragma once
|
||
|
|
||
|
#define F_CPU 16000000
|
||
|
#include <util/delay.h>
|