![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
The 'DIO' namespace provides drivers for Digital Input/Output drivers. More...
The 'DIO' namespace provides drivers for Digital Input/Output drivers.
Namespaces | |
namespace | Arduino |
The 'RP2040' namespace implements the Driver::DIO interfaces for the Raspberry PI Pico RP2040 microcontroller. | |
namespace | Simulated |
The 'Simulated' namespace implements the DIO interface using model points. | |
namespace | STM32 |
The 'STM32' namespace implements the Driver::DIO interfaces for the ST Microelectronics STM32 family of micro-controllers. | |
Classes | |
class | In |
This class defines a generic interface for sampling a single Digital Input signal. More... | |
class | InOut |
This class defines a generic interface for controlling N Digital inputs and M Digital outputs. More... | |
class | InOutCmd |
This class implements a TShell command that exercises the RH/Temp driver. More... | |
class | Out |
This class defines a generic interface for controlling a single Digital output signal. More... | |
class | Pwm |
This class defines a generic interface for controlling a simple PWM output signal. More... | |