Skip to content
Snippets Groups Projects
Commit ae87fe14 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

bme680: Support SoftI2C

parent 52780526
No related branches found
No related tags found
No related merge requests found
#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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment