DG-DEN-6890

RESOLVED in CODE WALKTHROUGH

RESOLVED in CODE WALKTHROUGH

DG-DEN-6890_Fluid Leak Detector Driver
DG-DEN-6890_Fluid Leak Detector Driver
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Addressed for both DG and HD.

Addressed for both DG and HD.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Because the fluid leak detector is packaged as part of a 16-bit (LSB + MSB) representing the GPIOs of the FPGA. This is to save space. I use a bitmask to extract that one bit I need which is repres...

Because the fluid leak detector is packaged as part of a 16-bit (LSB + MSB) representing the GPIOs of the FPGA. This is to save space. I use a bitmask to extract that one bit I need which is representative of the fluid leak detector state (dry/1 vs. wet/0).

Why is this called fpgaGPIO? Why not leakDetector or something that is more representative of your driver?

Why is this called fpgaGPIO? Why not leakDetector or something that is more representative of your driver?

We started adding the sensors's part number and model. Could you please add it here?

We started adding the sensors's part number and model. Could you please add it here?

Removed.

Removed.

Added.

Added.

If no params, just remove this line from header.

If no params, just remove this line from header.

Did you add a call to this function in TaskPriority.c?

Did you add a call to this function in TaskPriority.c?

Probably don't need OperationModes.h either.

Probably don't need OperationModes.h either.

DG-DEN-6890_Fluid Leak Detector Driver
DG-DEN-6890_Fluid Leak Detector Driver