Library to handle the X-NUCLEO-PLC01A1 Programmable Logic Controller Expansion Board based on the VNI8200XP (solid state relay) and CLT01-38SQ7 (octal digital termination array) components.
Dependents: HelloWorld_PLC01A1
Component Class Reference
An abstract class for Generic components. More...
#include <Component.h>
Inherited by PLCInput, and PLCOutput.
Public Member Functions | |
| virtual int | init (void *init)=0 |
| Initializing the component. | |
| virtual int | read_id (uint8_t *id)=0 |
| Getting the ID of the component. | |
| virtual | ~Component () |
| Destructor. | |
Detailed Description
An abstract class for Generic components.
Definition at line 56 of file Component.h.
Constructor & Destructor Documentation
| virtual ~Component | ( | ) | [virtual] |
Destructor.
Definition at line 76 of file Component.h.
Member Function Documentation
| virtual int init | ( | void * | init ) | [pure virtual] |
Generated on Fri Jul 15 2022 00:11:30 by
1.7.2
X-NUCLEO-PLC01A1 Programmable Logic Controller