Hi, I am trying to get analog inputs working and a Adafruit TSC2007 I2C board.
I tried installing the dev as recommended in the other thread and thats not helping me get the Adafruit TSC2007 I2C to work and it also seems to breaks the analog inputs.
https://github.com/BelaPlatform/Bela/archive/refs/heads/dev.zip
Just updated to the current master and the current master, analog pins working but not able to get the library to work. I currently have this set up and can get analog pins working but not the Adafruit TSC2007 I2C .
image:
v0.3.8h, 5 January 2023
Core code:
Last updated on '3 Oct 2024 15:38:53 '
from file 'Bela-master'
via 'update_board'
Update was successful
Git desc: 'e43b8abe-dirty'
Here is the error message when trying to install the I2c library.
Makefile:510: recipe for target '/root/Bela/projects/Adafruit_TSC2007-Linux-master1/build/main.o' failed
Build finished
no member named 'sendNonRt' in 'OscSender' column: 44, line: 25
/root/Bela/projects/Adafruit_TSC2007-Linux-master1/main.cpp:25:44: error: no member named 'sendNonRt' in 'OscSender'
oscSender.add(x).add(y).add(z1).add(z2).sendNonRt();
1 error generated.
make: *** [/root/Bela/projects/Adafruit_TSC2007-Linux-master__1_/build/main.o] Error 1
Any ideas?
Cheers