Initial commit
This commit is contained in:
8
Source/Core/Inc/timer.h
Normal file
8
Source/Core/Inc/timer.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef TIMER_H
|
||||
#define TIMER_H
|
||||
|
||||
#include "stm32g431xx.h"
|
||||
|
||||
void tim6_init();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user