|
1 |
| -SparkFun_ICM-20948_ArduinoLibrary |
2 |
| -======================================== |
| 1 | +# SparkFun_ICM-20948_ArduinoLibrary |
3 | 2 |
|
4 | 3 | This is the library for the [SparkFun 9DoF IMU Breakout - ICM-20948 (Qwiic)](https://www.sparkfun.com/products/15335).
|
5 | 4 |
|
| 5 | +## Contributing |
6 | 6 |
|
7 |
| -Repository Contents |
8 |
| -------------------- |
| 7 | +If you would like to contribute to this library: please do, we truly appreciate it, but please follow [these guidelines](./CONTRIBUTING.md). Thanks! |
9 | 8 |
|
10 |
| -* **/examples** - Example sketches for the library (.ino). Run these from the Arduino IDE. |
11 |
| -* **/src** - Source files for the library (.cpp, .h). |
12 |
| -* **keywords.txt** - Keywords from this library that will be highlighted in the Arduino IDE. |
13 |
| -* **library.properties** - General library properties for the Arduino package manager. |
| 9 | +## Repository Contents |
14 | 10 |
|
15 |
| -Documentation |
16 |
| --------------- |
| 11 | +* [**/examples**](./examples) - Example sketches for the library (.ino). Run these from the Arduino IDE. |
| 12 | +* [**/src**](./src) - Source files for the library (.cpp, .h). |
| 13 | +* [**keywords.txt**](./keywords.txt) - Keywords from this library that will be highlighted in the Arduino IDE. |
| 14 | +* [**library.properties**](./library.properties) - General library properties for the Arduino package manager. |
| 15 | +* [**CONTRIBUTING.md**](./CONTRIBUTING.md) - Guidelines on how to contribute to this library. |
| 16 | + |
| 17 | +## Documentation |
17 | 18 |
|
18 | 19 | * **[Hookup Guide](https://learn.sparkfun.com/tutorials/sparkfun-9dof-imu-icm-20948-breakout-hookup-guide)** - Basic hookup guide for the SparkFun 9DoF IMU Breakout.
|
19 | 20 | * **[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library.
|
20 | 21 |
|
21 |
| -Products that use this Library |
22 |
| ---------------------------------- |
23 |
| -* [SparkFun 9DoF IMU Breakout - ICM-20948 (Qwiic)](https://www.sparkfun.com/products/15335) |
| 22 | +## Products that use this Library |
24 | 23 |
|
| 24 | +* [SparkFun 9DoF IMU Breakout - ICM-20948 (Qwiic) - SEN-15335](https://www.sparkfun.com/products/15335) |
| 25 | +* [SparkFun OpenLog Artemis - DEV-16832](https://www.sparkfun.com/products/16832) |
| 26 | +* [SparkFun MicroMod Asset Tracker Carrier Board - DEV-17272](https://www.sparkfun.com/products/17272) |
25 | 27 |
|
26 |
| -License Information |
27 |
| -------------------- |
| 28 | +## License Information |
28 | 29 |
|
29 | 30 | This product is _**open source**_!
|
30 | 31 |
|
|
0 commit comments