So I have tried a new method of achieving this according to Richard. I have updated the init functions to accept a Wire object parameter.
https://github.com/01-BlackHawk-11/lis3mdl-Teensy-I2C...
Type: Posts; User: DelVione
So I have tried a new method of achieving this according to Richard. I have updated the init functions to accept a Wire object parameter.
https://github.com/01-BlackHawk-11/lis3mdl-Teensy-I2C...
This time I abandoned whatever KurtE suggested (I think I've overloaded the constructor aswell). And this time I worked by the solution provided Richard Gemmell himself:...
29131
Did not work. I have ensured that Wire1 is connected.
Any Help or suggestion?
Here are the forks:
https://github.com/01-BlackHawk-11/lis3mdl-Teensy-I2C
https://github.com/01-BlackHawk-11/lsm6-arduino-Teensy-I2C
What I had in mind was adding a variable that stores the...
I want to modify those libraries in order to pass other I2C buses (Wire1 or Wire2) instead of the default Wire. The libraries are LIS3MDL and LSM6. I use the Teensy 4.1 I2C library as well by Richard...