changed structer of whole Project

-Added GPIO.c
-Added ADC.c
-Added mcpwm.c
-Added all headrs for new files
-Fixed Header usage
-Fixed parsed pins only import  once
This commit is contained in:
2025-01-26 01:07:40 +01:00
parent e93e5c8c15
commit 56f6c33124
15 changed files with 609 additions and 552 deletions

View File

@@ -1,4 +1,6 @@
// Automatically generated file. Do not modify.
#ifndef PARSED_PINS_H
#define PARSED_PINS_H
#define CONFIG_I_SENSE_U_ADC 6
#define CONFIG_I_SENSE_V_ADC 3
@@ -24,3 +26,4 @@
#define CONFIG_EXT_ENC_LEFT_GPIO 18
#define CONFIG_EXT_ENC_RIGHT_GPIO 5
#endif