Would I be better off using pigpio's "i2cWriteDevice" function instead? (How?). Or can anyone suggest another 'C' I2C library/method that provides equivalent behaviour to i2cset (wiringPi doesn't)? Note: It's not that much of an issue for the backpack as there is a workaround via...
UseU2C_SpiWrite()function if you don't want to involve slave device selection into SPI transaction. This can be useful if you want to send several buffers through SPI Bus changing Slave Select pin only once. You can useGPIO routinesto work with Slave Select pin in such a case. Parameters...