init module 04
This commit is contained in:
8
module04/ex00/main.c
Normal file
8
module04/ex00/main.c
Normal 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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user