From 631a10938d2e8d4961d4864db370b1a01e96c553 Mon Sep 17 00:00:00 2001 From: atse Date: Fri, 25 Aug 2023 17:27:57 +0800 Subject: [PATCH] README: Remove VREF --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 221263d..24acff9 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,6 @@ with the following keys. | `temperature` | Degrees Celsius | Steinhart-Hart conversion result derived from `sens` | | `pid_engaged` | Boolean | `true` if in closed-loop mode | | `i_set` | Amperes | TEC output current | -| `vref` | Volts | MAX1968 VREF (1.5 V) | | `dac_value` | Volts | AD5680 output derived from `i_set` | | `dac_feedback` | Volts | ADC measurement of the AD5680 output | | `i_tec` | Volts | MAX1968 TEC current monitor |