mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 01:58:47 +01:00
basic led code
This commit is contained in:
15
lib/sprocket-utils/utils_print.h
Normal file
15
lib/sprocket-utils/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