This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************************************* | |
* Classical Blink with power saving (c)2024 aleksandr.ru * | |
* This should work both in Arduino and LGT8F328x * | |
* @see https://github.com/dbuezas/lgt8fx/issues/155 * | |
*******************************************************************************/ | |
#include <PMU.h> | |
//#define DEBUG 115200 |
OlderNewer