This commit is contained in:
2024-03-25 15:05:38 +08:00
commit 564de1dab2
9 changed files with 422 additions and 0 deletions

10
main.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef MAIN_H
#define MAIN_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "pico/stdlib.h"
#include "hardware/uart.h"
#endif