The ADS1X15 chips have two modes: single-shot and continuous. Single-shot powers down between reads, so the maximum read rate is around 33 times per second (not verified). Reading at a higher rate requires continuous mode.
In continuous mode the inputs must be selected and enabled. After that the fsr can be read at anytime and up to the maximum rate in the spec sheet.
Currently the code doesn't show how to do this.
The ADS1X15 chips have two modes: single-shot and continuous. Single-shot powers down between reads, so the maximum read rate is around 33 times per second (not verified). Reading at a higher rate requires continuous mode.
In continuous mode the inputs must be selected and enabled. After that the fsr can be read at anytime and up to the maximum rate in the spec sheet.
Currently the code doesn't show how to do this.