add reset sketch and reorganize files
This commit is contained in:
9
spybug/fstr.hh
Normal file
9
spybug/fstr.hh
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
size_t fstrlen(const __FlashStringHelper *s);
|
||||
|
||||
bool fstreq(const char *a, const __FlashStringHelper *b_fsh);
|
||||
|
||||
int printf(const __FlashStringHelper *fmt, ...);
|
||||
Reference in New Issue
Block a user