HD-DEN-752

Added blood pump control per flow. Added timeout to power off request. Added more interrupt handling....
Added blood pump control per flow. Added timeout to power off request. Added more interrupt handling....
RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

I would suggest using && operator to reduce complexity of code

I would suggest using && operator to reduce complexity of code

1. Space between arithmetic signs; 2. Did you want to use the STUCK_BUTTON_TIMEOUT instead of 1000 if they are correlated?

1. Space between arithmetic signs;
2. Did you want to use the STUCK_BUTTON_TIMEOUT instead of 1000 if they are correlated?

Added blood pump control per flow. Added timeout to power off request. Added more interrupt handling....
Added blood pump control per flow. Added timeout to power off request. Added more interrupt handling....
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Possibly. I have not needed one yet and generally do not like delaying in real-time software.

Possibly. I have not needed one yet and generally do not like delaying in real-time software.

U32 is unsigned 32 bit integer. S32 is signed 32 bit integer. F32 is float. These are possible types of data that we might want to log with the triggering of an alarm (e.g. if we get a high pressur...

U32 is unsigned 32 bit integer. S32 is signed 32 bit integer. F32 is float. These are possible types of data that we might want to log with the triggering of an alarm (e.g. if we get a high pressure alarm, what was the pressure that triggered it?).

Is there a plan to include delays (1_MS_DELAY, 10_MS_DELAY, etc.) using timers at any point in time? If so, these are usually included in the Timers.h/c files.

Is there a plan to include delays (1_MS_DELAY, 10_MS_DELAY, etc.) using timers at any point in time? If so, these are usually included in the Timers.h/c files.

What are U, S, and F used for in the case of alarms?

What are U, S, and F used for in the case of alarms?

HD-DEN-752-ALARMS
HD-DEN-752-ALARMS