1
0
forked from me/IronOS

Update includes

This commit is contained in:
Ben V. Brown
2020-05-29 23:13:30 +10:00
parent 2d8d1ad8da
commit 7c45b67967
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
#ifndef LIS2DH12_HPP_
#define LIS2DH12_HPP_
#include "stm32f1xx_hal.h"
#include "FRToSI2C.hpp"
#include "I2C_Wrapper.hpp"
#include "LIS2DH12_defines.hpp"
#include "BSP.h"

View File

@@ -9,7 +9,7 @@
#define MMA8652FC_HPP_
#include "stm32f1xx_hal.h"
#include "MMA8652FC_defines.h"
#include "FRToSI2C.hpp"
#include "I2C_Wrapper.hpp"
#include "BSP.h"
class MMA8652FC {

View File

@@ -13,7 +13,7 @@
#include "stm32f1xx_hal.h"
#include <stdbool.h>
#include <string.h>
#include "FRToSI2C.hpp"
#include "I2C_Wrapper.hpp"
#include "Font.h"
#ifdef __cplusplus
extern "C" {