提交裸机版工程
This commit is contained in:
parent
0e839fdba3
commit
b0e72aa6df
1099 changed files with 607159 additions and 0 deletions
8
软件/mouse_paw3395/MyCode/Delay.h
Normal file
8
软件/mouse_paw3395/MyCode/Delay.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef __DELAY_H__
|
||||
#define __DELAY_H__
|
||||
#include "stdint.h"
|
||||
void delay_init(uint8_t SYSCLK);
|
||||
void delay_ms(uint16_t nms);
|
||||
void delay_us(uint32_t nus);
|
||||
void delay_125_ns(uint8_t nns);
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue