16 lines
No EOL
283 B
C
16 lines
No EOL
283 B
C
/*
|
|
* main.h
|
|
*
|
|
* Created: 17/05/2021 12:14:20
|
|
* Author: yboujon1
|
|
*/
|
|
|
|
#define F_CPU 3686400
|
|
#include <avr/io.h>
|
|
#include <avr/interrupt.h>
|
|
#include <util/delay.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdint.h>
|
|
#include <inttypes.h> |