I'm hoping to use Adafruit proximity sensors through I2C on a Bela mini.
I was hoping I might be able to bring in their Arduino code and work through the process of modifying it to work with the Bela, but this might be way beyond me at the moment.
Some things I've tried so far:
- I've downloaded the Adafruit libraries from Github into he /Bela/Libraries folder
- I followed this tutorial to try and get the .h files available so that they can be found using #include. However so far I've not had any success and get the following error:
'Adafruit_VCNL4040.h' file not found column: 10, line: 2
/root/Bela/projects/Adafruit_4040/render.cpp:2:10: fatal error: 'Adafruit_VCNL4040.h' file not found
#include <Adafruit_VCNL4040.h>
I'd appreciate any pointers to get me headed in the right direction!