jancumps / pico_scpi_usbtmc_labtool

LabVIEW compatible instrument on a Raspberry Pico
https://github.com/jancumps/pico_scpi_usbtmc_labtool/wiki
MIT License
13 stars 17 forks source link

ADS1115 feature - ANA:HIRES #23

Closed shabaz123 closed 1 year ago

shabaz123 commented 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].

jancumps commented 1 year ago

@shabaz123 , this was the one from last night. I'm discarding it.