global printer function
This commit is contained in:
12
globalfunctions/printer.h
Normal file
12
globalfunctions/printer.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef FRAMEWORK_GLOBALFUNCTIONS_PRINTER_H_
|
||||
#define FRAMEWORK_GLOBALFUNCTIONS_PRINTER_H_
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
|
||||
namespace printer {
|
||||
void print(uint8_t *data, size_t size);
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif /* FRAMEWORK_GLOBALFUNCTIONS_PRINTER_H_ */
|
Reference in New Issue
Block a user