mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 05:24:30 +01:00
move web plugins to sprocket-plugin-web repo, rename utils
This commit is contained in:
15
src/utils/print.h
Normal file
15
src/utils/print.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __SPROCKET_UTILS__
|
||||
#define __SPROCKET_UTILS__
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
#ifndef SPROCKET_PRINT
|
||||
#define SPROCKET_PRINT 1
|
||||
#endif
|
||||
|
||||
// TODO move to sprocket
|
||||
|
||||
int FORMAT_BUFFER_SIZE(const char *format, ...);
|
||||
void PRINT_MSG(Print &out, const char *prefix, const char *format, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user