1 Star 1 Fork 2

拉灯/esp32EpdAlarmClock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Debug.h 677 Bytes
一键复制 编辑 原始数据 按行查看 历史
拉灯 提交于 2022-11-06 10:01 . C语言
/*****************************************************************************
* | File : Debug.h
* | Author : Waveshare team
* | Function : debug with printf
* | Info :
* Image scanning
* Please use progressive scanning to generate images or fonts
*----------------
* | This version: V1.0
* | Date : 2018-01-11
* | Info : Basic version
*
******************************************************************************/
#ifndef __DEBUG_H
#define __DEBUG_H
#include <Wire.h>
#define USE_DEBUG 1
#if USE_DEBUG
#define Debug(__info) Serial.print(__info)
#else
#define Debug(__info)
#endif
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ladneg/esp32-epd-alarm-clock.git
git@gitee.com:ladneg/esp32-epd-alarm-clock.git
ladneg
esp32-epd-alarm-clock
esp32EpdAlarmClock
master

搜索帮助