Add driver to Makefile and include in main

This commit is contained in:
Mario Hüttel 2019-08-31 20:08:18 +02:00
parent cf9a94f1f5
commit 2c611ccc5a
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ mapfile = memmap
##Custom Files### ##Custom Files###
#TODO CFILES += BME680_driver/bme680.c
################################################################################### ###################################################################################

2
main.c
View File

@ -1,5 +1,5 @@
#include <stm32f0xx.h> #include <stm32f0xx.h>
#include "BME680_driver/bme680.h"
unsigned int i = 0x12345678; unsigned int i = 0x12345678;
unsigned char c = 2; unsigned char c = 2;