1.. veaa_x_3: 2 3VEAA-X-3 sample 4########################## 5 6Overview 7******** 8 9A sensor sample that demonstrates how to use a VEAA-X-3 device. 10 11Building and Running 12******************** 13 14This sample sets the valve setpoint then reads the actual pressure. 15This is done continuously. When the maximum supported pressure is reached the setpoint is reset to 16the valve's minimum supported pressure value. 17 18.. zephyr-app-commands:: 19 :zephyr-app: samples/sensor/veaa_x_3 20 :board: <board to use> 21 :goals: build flash 22 :compact: 23 24Sample Output 25============= 26 27.. code-block:: console 28 29 Testing test_veaa_x_3 30 Valve range: 1 to 200 kPa 31 Setpoint: 1 kPa, actual: 1 kPa 32 Setpoint: 2 kPa, actual: 2 kPa 33 Setpoint: 3 kPa, actual: 3 kPa 34 ... 35 Setpoint: 199 kPa, actual: 199 kPa 36 Setpoint: 200 kPa, actual: 200 kPa 37 Setpoint: 1 kPa, actual: 1 kPa 38 <repeats endlessly> 39