Config GPIO for LED

This commit is contained in:
Miducc
2023-06-23 09:39:05 +07:00
parent 14899d1b41
commit f09793786d
2 changed files with 16 additions and 0 deletions

6
inc/gpio_configuration.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _GPIO_CONFIGURATION_
#define _GPIO_CONFIGURATION_
void gpio_config();
#endif