Trying to make less calls to dtu, making it "multithreaded"
This commit is contained in:
parent
9c3ed916b5
commit
ad4ff13be0
7 changed files with 37 additions and 32 deletions
|
|
@ -19,6 +19,9 @@ class Port {
|
|||
|
||||
uint16_t portStartAddress;
|
||||
|
||||
uint16_t *readArray;
|
||||
int readArraySize;
|
||||
|
||||
std::vector<std::shared_ptr<PortParameter>> parameters;
|
||||
|
||||
void populateParameters();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue