Modbus Driver fixing multiRequest
This commit is contained in:
13
lib/utils/utils.h
Normal file
13
lib/utils/utils.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <DebugLog.h>
|
||||
#include <vector>
|
||||
|
||||
///////////// UTIL Functions /////////////////
|
||||
|
||||
void printBytes(const char title[], const std::vector<uint8_t> &b);
|
||||
|
||||
void printBytes(const char title[], const std::vector<uint16_t> &b);
|
||||
|
||||
void printBool(const char title[], const std::vector<bool> &vals);
|
||||
Reference in New Issue
Block a user