wip mod04 ex01

This commit is contained in:
hugo LAMY
2025-03-10 21:17:39 +01:00
parent e16552b4bc
commit 2aaaac6c57
9 changed files with 59 additions and 43 deletions

18
module04/ex01/header.h Normal file
View File

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