1
0
forked from me/IronOS

Fixing up ADC config

This commit is contained in:
Ben V. Brown
2021-04-27 20:53:35 +10:00
parent d4ea53cdcd
commit 68316f0735
4 changed files with 8 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
#include "MSA301_defines.h"
#include <MSA301.h>
#define MSA301_I2C_ADDRESS 0x4C
#define MSA301_I2C_ADDRESS 0x26<<1
bool MSA301::detect() { return FRToSI2C::probe(MSA301_I2C_ADDRESS); }
static const FRToSI2C::I2C_REG i2c_registers[] = {