Hello,
I am trying to develop a low profile circuit that will convert distance to a magnitude of vibration.
I am trying to use Sparkfun’s
<SparkFun_VL53L1X_Tiny.h> and
<vl53l1x_class_Tiny.h>
in the Arduino compiler.
To use with the atTiny I am trying to convert the use of Wire in these header files to TinyWireM.
I am getting the error
error: could not convert ‘TinyWireM’ from ‘USI_TWI’ to ‘TwoWire&’
I’d appreciate any help you can give!
Thanks,
Caleb Dueck