mod01 update headers and descriptions

This commit is contained in:
hugo LAMY
2025-03-08 21:53:15 +01:00
parent f992d76fe5
commit dd13c6582c
19 changed files with 392 additions and 244 deletions

View File

@@ -1,5 +1,11 @@
#include <avr/io.h>
#include "headers.h"
#include "utils.h"
#include "bitmanip.h"
#include "timer.h"
#define PERIOD 1000
#define DUTY_CYCLE 10
// turns on led2 at 1Hz and duty cycle of 10%, not using PORTx, with empty infinite loop
int main() {