фиксы до работы с перемычкой вместо оптики
This commit is contained in:
9
OpticalChannelTester/Log.h
Normal file
9
OpticalChannelTester/Log.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <Arduino.h>
|
||||
|
||||
namespace Log {
|
||||
void event(const char *component, const char *message);
|
||||
void printf(const char *component, const char *format, ...)
|
||||
__attribute__((format(printf, 2, 3)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user