ProjectsByJRP / stm32-bme280

Bosch BME280 driver for STM32 using HAL - both SPI and I2C work
26 stars 11 forks source link

Buld code #1

Open urobasa opened 6 years ago

urobasa commented 6 years ago

after add this files to proect, error build. File not found -

include "i2c.h"

include "usart.h"

include "gpio.h"

include "spi.h"

ProjectsByJRP commented 6 years ago

all files to build the project are in the repository

urobasa commented 6 years ago

include "i2c.h"

include "usart.h"

include "gpio.h"

include "spi.h"

this files in repository not found

urobasa commented 6 years ago

or need add ?

include "stm32f1xx_hal_i2c.h"

include "stm32f1xx_hal_usart.h" - not found

include "stm32f1xx_hal_gpio.h"

include "stm32f1xx_hal_spi.h" - not found

ProjectsByJRP commented 6 years ago

sorry I didn't make this a complete project like my others. install the drivers from http://www.st.com/en/embedded-software/stm32cube-mcu-packages.html?querycriteria=productId=LN1897