Logo white

zhang / BootLoader

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • BootLoader
  • SYSTEM
  • TIMER
  • timer.h
  • init BOOTLODER mfgw1.0 from xuqiang
    a7b9c768
    NightIsDark authored
    2019-06-24 11:33:30 +0800  
    Browse Code ยป
timer.h 133 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
#ifndef _TIMER_H
#define _TIMER_H
#include "dev.h"


extern bool UART_FINISH;

void TIM3_Config(uint32_t arr,uint16_t psc);


#endif