|
Peritoneal Dialysis Capstone
Controlling catheter for peritoneal dialysis
|
#include <stddef.h>

Go to the source code of this file.
Classes | |
| class | IHAL |
| A hardware abstraction layer interface. More... | |
Typedefs | |
| using | AnalogValue = int |
Enumerations | |
| enum | DigitalValue { DigitalLow = 0 , DigitalHigh = 1 } |
| enum | PinMode { InputMode = 0 , OutputMode = 1 } |
| using AnalogValue = int |
| enum DigitalValue |
| enum PinMode |