Hi @giuliomoro
I am just going through the steps above to make this Library on another Bela board.
Just run into this Error. Any ideas how to fix it? Many thanks
Simon
Building Wire.cpp...
Makefile:510: recipe for target '/root/Bela/projects/Adafruit_TSC2007-Linux-master/build/Wire.o' failed
Build finished
In file Wire.cpp: no member named 'readRaw' in 'I2c' column: 21, line: 78
In file Wire.cpp: no member named 'writeRaw' in 'I2c' column: 14, line: 82
In file Wire.cpp: no member named 'readRaw' in 'I2c' column: 20, line: 92
/root/Bela/projects/Adafruit_TSC2007-Linux-master/Wire.cpp:78:21: error: no member named 'readRaw' in 'I2c'
int ret = master->readRaw(address, (i2c_char_t*)buf, 1, !stopBit);
/root/Bela/projects/Adafruit_TSC2007-Linux-master/Wire.cpp:82:14: error: no member named 'writeRaw' in 'I2c'
if (master->writeRaw(_address, (i2c_char_t *) txBuffer, usedTxBuffer, !stopBit) == usedTxBuffer) return 0;
~~~~~~ ^
/root/Bela/projects/Adafruit_TSC2007-Linux-master/Wire.cpp:92:20: error: no member named 'readRaw' in 'I2c'
int ret = master->readRaw(address, buf, len, !stopBit) == len ? 0 : -1;
~~~~~~ ^
3 errors generated.
make: *** [/root/Bela/projects/Adafruit_TSC2007-Linux-master/build/Wire.o] Error 1
`
`