There are quite a few different LIBS that I searched for Electron, I2C and wake on movement.
What I would like to do is use an Electron, use I2C and the LIS3DH accelerometer. I do already have that accelerometer from Adafruit. I have basic code that uses I2C and reads the accelerometer and displays the x,y,z values Ok.
Now I would like to add an interrupt that will wake the Electron from movement.
I was a little confused with so many different LIBS and not sure which one(s) I should use to accomplish the wake on movement.
Any direction on this would be great…Thanks