File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
11
#include < avr/io.h>
2
12
#include < led_ctrl.h>
3
13
#include < log.h>
Original file line number Diff line number Diff line change
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
+
1
11
#include < avr/io.h>
2
12
#include < led_ctrl.h>
3
13
#include < log.h>
You can’t perform that action at this time.
0 commit comments