Arduino library for Keller X-Line sensors. Simplifies the integration and use of PD-10LX and other X-Line sensors.
You can find the Description of the Communication protocol for X-Line Pressure Transmitters from KELLER if you want to understand the reasoning of the code.
Here is the datasheet of the sensor used during the design of the library.
Once you have imported the library into your Arduino IDE, you can load an example to retrieve the pressure and temperature data from the sensor.
If you want to check the contents of the registers, you can do so. Use the debug() function after read().