Closed shabaz123 closed 1 year ago
This Pull Request is for a new feature, which implements a high-resolution ADC for the Pico SCPI labTool.
To use the new feature, an ADS1115 chip needs to be connected to the I2C pins (SCL:GP5, SDA:GP4) of the Pi Pico.
The new SCPI query is:
ANA:HIRES:INP#:RAW?
where # is a value [0..3].
@shabaz123 , this was the one from last night. I'm discarding it.
This Pull Request is for a new feature, which implements a high-resolution ADC for the Pico SCPI labTool.
To use the new feature, an ADS1115 chip needs to be connected to the I2C pins (SCL:GP5, SDA:GP4) of the Pi Pico.
The new SCPI query is:
ANA:HIRES:INP#:RAW?
where # is a value [0..3].