Types.h
Go to the documentation of this file.
1 
23 #pragma once
24 
25 #include <assert.h>
26 #include <time.h>
27 #include <debug_progmem.h>
28 #include <BitManipulations.h>
29 #include <stringutil.h>
30 #include <sming_attr.h>
31 #include <WString.h>
32 #include <Data/BitSet.h>
33 
34 #define snprintf(_buf, _length, _fmt, ...) m_snprintf(_buf, _length, _fmt, ##__VA_ARGS__)