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:
7
main/include/mcpwm.h
Normal file
7
main/include/mcpwm.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef MCPWM_H
|
||||
#define MCPWM_H
|
||||
|
||||
void mcpwm_init();
|
||||
void mcpwm_set_duty(float duty);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user