You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,19 @@ A set of examples can be in [src/examples](./src/examples/), and in the respecti
40
40
41
41

42
42
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
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
+
43
56
## Build Instructions
44
57
45
58
**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