25#ifndef INC_BSP_RETARGET_HAL_H_
26#define INC_BSP_RETARGET_HAL_H_
41#include "usb_device.h"
53#define IMU_ADDRESS 0x6B
82void LED_Blink(uint32_t Hdelay, uint32_t Ldelay);
This file contains all the function prototypes for the gpio.c file.
This file contains all the function prototypes for the i2c.c file.
This file contains all the functions prototypes for the lsm9ds1_reg.c driver.
void LED_Blink(uint32_t Hdelay, uint32_t Ldelay)
Blink LED with specified on/off timing.
void LED_On(void)
Turn LED on (active high)
void hal_init(void)
Initialize all hardware abstraction layer components.
void LED_Off(void)
Turn LED off.
This file contains all the function prototypes for the rtc.c file.
This file contains all the function prototypes for the spi.c file.