I was just looking at the pinouts for the mini-breakout and spotted. COMPASS_DRDY, ACCELEROMETER_INT_2, GYRO_INT etc. That's the first I've heard that the Edison has these sensors. Has anyone seen any examples of accessing those features in code?
I was just looking at the pinouts for the mini-breakout and spotted. COMPASS_DRDY, ACCELEROMETER_INT_2, GYRO_INT etc. That's the first I've heard that the Edison has these sensors. Has anyone seen any examples of accessing those features in code?
Hello,
I don't have an Edison board, but I think it is just pin mapping, meaning there is no integrated sensor (of the ones you mention) in the Edison module itself.
Just a preparation for breakout boards, like this one https://www.sparkfun.com/products/13033
Hello,
I don't have an Edison board, but I think it is just pin mapping, meaning there is no integrated sensor (of the ones you mention) in the Edison module itself.
Just a preparation for breakout boards, like this one https://www.sparkfun.com/products/13033
Cheers David. I thought it a bit strange that there was those cool features but no mention of them. On reflection, they say "input"
I would expect the pins to be described from the Edison module perspective, not the breakout board's perspective, as it is just a connection between the Edison module and the rest of the world.
Maybe there were plans to place an IMU on the Arduino expansion board, but were later abandoned.