8 lines
84 B
C
8 lines
84 B
C
#ifndef TIMER_H
|
|
#define TIMER_H
|
|
|
|
#include "stm32g431xx.h"
|
|
|
|
void tim6_init();
|
|
|
|
#endif |