From 42607a0eae4e597c5dd5387ba834e0065019e1f0 Mon Sep 17 00:00:00 2001 From: Ivan Podogov Date: Fri, 30 Dec 2022 22:50:19 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e84bfcfac91..04e346e4bf8 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,9 @@ Reality: ![What it looks like](https://github.com/ginkage/FlippAirMouse/blob/main/schematic/flipper.jpg) - ## Software -The code is based on the original Bosch [driver](https://github.com/BoschSensortec/BMI160_driver/) and an orientation tracking implementation from the [Cardboard](https://github.com/googlevr/cardboard/tree/master/sdk/sensors) project +The code is based on the original Bosch [driver](https://github.com/BoschSensortec/BMI160_driver/) and an orientation tracking implementation from the Google [Cardboard](https://github.com/googlevr/cardboard/tree/master/sdk/sensors) project If you're familiar with Flipper applications, start in the [firmware](https://github.com/flipperdevices/flipperzero-firmware) checkout folder and do the following: ``` @@ -55,3 +54,7 @@ cd ../.. ./fbt fap_air_mouse ``` If you're not familiar with those, just grab a `fap` file from Releases. + +## License + +TL;DR: Use the code however you want, give credit where it's due, no warranty of any kind is provided.