init module 04

This commit is contained in:
hugo LAMY
2025-03-10 15:39:50 +01:00
parent 5274ba1ee5
commit 768054d6c2
10 changed files with 150 additions and 2 deletions

19
module04/ex00/header.h Normal file
View File

@@ -0,0 +1,19 @@
#ifndef HEADER_H
#define HEADER_H
#include <avr/io.h>
#include <util/delay.h>
#include <avr/interrupt.h>
#include "utils.h"
#include "timer.h"
#include "bitmanip.h"
#include "usart.h"
#include "interrupt.h"
//
// PROTOTYPES
//
// main.c
#endif // HEADER_H