Update includes
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#include "Pins.h"
|
#include "Pins.h"
|
||||||
#include "main.hpp"
|
#include "main.hpp"
|
||||||
#include "history.hpp"
|
#include "history.hpp"
|
||||||
#include "FRToSI2C.hpp"
|
#include "I2C_Wrapper.hpp"
|
||||||
volatile uint16_t PWMSafetyTimer = 0;
|
volatile uint16_t PWMSafetyTimer = 0;
|
||||||
volatile uint8_t pendingPWM = 0;
|
volatile uint8_t pendingPWM = 0;
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
#ifndef LIS2DH12_HPP_
|
#ifndef LIS2DH12_HPP_
|
||||||
#define LIS2DH12_HPP_
|
#define LIS2DH12_HPP_
|
||||||
#include "stm32f1xx_hal.h"
|
#include "stm32f1xx_hal.h"
|
||||||
#include "FRToSI2C.hpp"
|
#include "I2C_Wrapper.hpp"
|
||||||
#include "LIS2DH12_defines.hpp"
|
#include "LIS2DH12_defines.hpp"
|
||||||
#include "BSP.h"
|
#include "BSP.h"
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#define MMA8652FC_HPP_
|
#define MMA8652FC_HPP_
|
||||||
#include "stm32f1xx_hal.h"
|
#include "stm32f1xx_hal.h"
|
||||||
#include "MMA8652FC_defines.h"
|
#include "MMA8652FC_defines.h"
|
||||||
#include "FRToSI2C.hpp"
|
#include "I2C_Wrapper.hpp"
|
||||||
#include "BSP.h"
|
#include "BSP.h"
|
||||||
|
|
||||||
class MMA8652FC {
|
class MMA8652FC {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "stm32f1xx_hal.h"
|
#include "stm32f1xx_hal.h"
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "FRToSI2C.hpp"
|
#include "I2C_Wrapper.hpp"
|
||||||
#include "Font.h"
|
#include "Font.h"
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include "FreeRTOS.h"
|
#include "FreeRTOS.h"
|
||||||
#include "task.h"
|
#include "task.h"
|
||||||
#include "Settings.h"
|
#include "Settings.h"
|
||||||
#include "FRToSI2C.hpp"
|
#include "I2C_Wrapper.hpp"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "LIS2DH12.hpp"
|
#include "LIS2DH12.hpp"
|
||||||
#include <MMA8652FC.hpp>
|
#include <MMA8652FC.hpp>
|
||||||
|
|||||||
Reference in New Issue
Block a user