This file contains 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
/** | |
* Sets an alarm using a DS3231 device, goes to sleep and wakes up again | |
* @author: dev-eth0 | |
* @url: https://www.dev-eth0.de/ | |
*/ | |
#include <DS3231.h> // https://github.com/NorthernWidget/DS3231 | |
#include <Wire.h> | |
#include <LowPower.h> // https://github.com/rocketscream/Low-Power |
This file contains 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
git clone git://github.com/sivel/speedtest-cli.git speedtest-cli |