Logo white

zhang / BootLoader

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • BootLoader
  • SYSTEM
  • usart
  • timer4.h
  • modfly the driver
    0e00ed59
    NightIsDark authored
    2019-06-26 18:07:23 +0800  
    Browse Code ยป
timer4.h 179 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
#ifndef _TIMER4_H
#define _TIMER4_H

#include "stm32f4xx.h" 
#include "uart.h"
#include "stdint.h"
extern Uart_Timer timer4;
extern void timer4_init(void (*callback)());

#endif