v5 - adding preassure sensor (lid status)

This commit is contained in:
2024-05-02 09:58:56 +02:00
parent 213ee88c7a
commit 427106670b
6 changed files with 2647 additions and 4061 deletions

View File

@ -47,6 +47,7 @@ extern "C" {
#define ADCD_FAULT_REFINHIGH 0x10
#define ADCD_FAULT_RTDINLOW 0x08
#define ADCD_FAULT_OVUV 0x04
#define ADCD_FAULT_MASK 0xFC
//=================================================================================================
// Section: MACROS