/* * machine.h * * Created: 03.03.2019 09:21:56 * Author: Jens */ #ifndef MACHINE_H_ #define MACHINE_H_ #define F_CPU (18432000UL) // MHz #endif /* MACHINE_H_ */