diff --git a/README.md b/README.md index a4096c8..51ed05e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ _Based on [jrowberg/i2cdevlib](https://github.com/jrowberg/i2cdevlib/tree/master ## Quick Installing To install, use the [Arduino Library Manager](https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE) and search for "MPU6050" and install the MPU6050 by Electronic Cats library. +## Getting Started +See the [documentation](https://github.com/ElectronicCats/mpu6050/wiki) for details on how to use this library. + +Example code can be found in the [/examples](https://github.com/ElectronicCats/mpu6050/tree/master/examples) directory. + ## How to contribute Contributions are welcome!