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

8
module04/ex00/main.c Normal file
View File

@@ -0,0 +1,8 @@
#include "header.h"
// led RGB D5 must turns on in a loop of colors using PWM
int main() {
while (1);
}