Skip to content

Commit 2d1d7be

Browse files
author
Johan Lofstad - M19936
committed
Updated readme
1 parent d1738b4 commit 2d1d7be

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@ A set of examples can be in [src/examples](./src/examples/), and in the respecti
4040

4141
![](./readme_images/examples.png)
4242

43+
## Sensor Drivers
44+
45+
The [AVR-IoT Celluar Mini](https://www.microchip.com/en-us/development-tool/EV70N78A) features two sensors. The drivers for these sensors can be found at the following locations
46+
47+
* Temperature Sensor - MCP9808
48+
* [Source Code](https://github.com/microchip-pic-avr-solutions/mcp9808_arduino_driver)
49+
* [Documentation](https://iot.microchip.com/docs/arduino/userguide/sensor-drivers/MCP9808)
50+
* RGBCIR Sensor - Color Sensor
51+
* [Source Code](https://github.com/microchip-pic-avr-solutions/veml3328_arduino_driver)
52+
* [Documentation](https://iot.microchip.com/docs/arduino/userguide/sensor-drivers/VEML3328)
53+
54+
Some examples featured in this library use these sensor drivers. Specifically the sandbox and low power examples. To compile said examples, both sensor driver libraries must be installed.
55+
4356
## Build Instructions
4457

4558
**A pre-built library can be downloaded from the releases tab. This section explains how to build the library locally for Linux. The process for Windows is similar. Most users do not need to build from source.**

0 commit comments

Comments
 (0)