Skip to content

Commit 17aa7db

Browse files
committed
Merge branch 'develop' into feature/ntp
2 parents da9949c + 6b5ce2c commit 17aa7db

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

examples/power_down/power_down.ino

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* Note that this example requires the Mcp9808 and Veml3328 driver, they can be
3+
* found here:
4+
*
5+
* Mcp9808:
6+
* https://github.com/microchip-pic-avr-solutions/mcp9808_arduino_driver
7+
* Veml3328:
8+
* https://github.com/microchip-pic-avr-solutions/veml3328_arduino_driver
9+
*/
10+
111
#include <avr/io.h>
212
#include <led_ctrl.h>
313
#include <log.h>

examples/power_save/power_save.ino

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* Note that this example requires the Mcp9808 and Veml3328 driver, they can be
3+
* found here:
4+
*
5+
* Mcp9808:
6+
* https://github.com/microchip-pic-avr-solutions/mcp9808_arduino_driver
7+
* Veml3328:
8+
* https://github.com/microchip-pic-avr-solutions/veml3328_arduino_driver
9+
*/
10+
111
#include <avr/io.h>
212
#include <led_ctrl.h>
313
#include <log.h>

0 commit comments

Comments
 (0)