I believe the Debug_BlinkyLED-Advanced is now complete; need to test now

This commit is contained in:
William Miceli
2021-05-18 12:57:24 -04:00
parent b719769971
commit 02d9ac3003
10 changed files with 230 additions and 65 deletions

View File

@@ -0,0 +1,9 @@
#ifndef CLOCK_INIT_H_
#define CLOCK_INIT_H_
void Port_Init(void);
void Clock_XT1_Init(void);
void Clock_XT2_Init(void);
void SetVCoreUp(unsigned int level);
#endif /* CLOCK_INIT_H_ */