first commit
This commit is contained in:
14
MPU6050/System/Delay.h
Normal file
14
MPU6050/System/Delay.h
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
#ifndef STM32_DELAY_H
|
||||
#define STM32_DELAY_H
|
||||
/******************************************************************************/
|
||||
|
||||
#include "stm32f10x.h"
|
||||
|
||||
void delay_us(unsigned long nus);
|
||||
void delay_ms(unsigned short nms);
|
||||
void systick_CountMode(void);
|
||||
/******************************************************************************/
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user