37 #define NUMITEMS(arg) ((unsigned int) (sizeof (arg) / sizeof (arg [0])))
40 #define xstr(s) str(s)
43 void showHex (
const byte b,
const boolean newline =
false,
const boolean show0x =
true);
44 void showYesNo (
const boolean b,
const boolean newline =
false);
unsigned long oldPage
Definition: General_Stuff.h:20
unsigned long pagesize
Definition: General_Stuff.h:18
uint8_t byte
Definition: Arduino.h:123
byte lastAddressMSB
Definition: General_Stuff.h:31
unsigned long pagemask
Definition: General_Stuff.h:19
void commitPage(unsigned long addr, bool showMessage=false)
byte addr[8]
Definition: OWP_DG_1w-adaptor.ino:104
int32_t int16_t b
Definition: IMU.cpp:172
signatureType currentSignature
Definition: General_Stuff.h:33
unsigned int progressBarCount
Definition: General_Stuff.h:27
Definition: Signatures.h:31
const unsigned long NO_PAGE
Definition: General_Stuff.h:25
int foundSig
Definition: General_Stuff.h:30
void showHex(const byte b, const boolean newline=false, const boolean show0x=true)
Definition: Programming_Utils.ino:61
unsigned int errors
Definition: General_Stuff.h:23
void showYesNo(const boolean b, const boolean newline=false)
Definition: Programming_Utils.ino:82