AES128ESP32 Library
Loading...
Searching...
No Matches
delays.h File Reference
#include <Arduino.h>

Go to the source code of this file.

Macros

#define STOP
#define DBMSG(l, s)
#define DEBUG1
#define DEBUG2
#define DEBUG3

Macro Definition Documentation

◆ DBMSG

#define DBMSG ( l,
s )
Value:
Serial.print("LVL:"); \
Serial.print(String(l)); \
Serial.print(" "); \
Serial.print(__FILENAME__); \
Serial.print(":"); \
Serial.print(__LINE__); \
Serial.print(":"); \
Serial.print(__ASSERT_FUNC); \
Serial.print(" "); \
Serial.println(s); \
Serial.flush();

Definition at line 16 of file delays.h.

◆ DEBUG1

#define DEBUG1

Definition at line 31 of file delays.h.

◆ DEBUG2

#define DEBUG2

Definition at line 35 of file delays.h.

◆ DEBUG3

#define DEBUG3

Definition at line 39 of file delays.h.

◆ STOP

#define STOP
Value:
Serial.print(__FILENAME__); \
Serial.print(":"); \
Serial.print(__LINE__); \
Serial.print(":"); \
Serial.print(__ASSERT_FUNC);\
for(;;);

Definition at line 5 of file delays.h.