Commit ae87fe14 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

bme680: Support SoftI2C

parent 52780526
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
#include "arch.h"
#if defined(MULTIPASS_ARCH_HAS_I2C) && !defined(DRIVER_SOFTI2C)
#include "driver/i2c.h"
#else
#include "driver/soft_i2c.h"
#endif
#include <stdint.h>

void bme680_delay_ms(uint32_t const period)