瀏覽代碼

Merge airmouse from https://github.com/ginkage/FlippAirMouse/

# Conflicts:
#	airmouse/README.md
#	airmouse/application.fam
Willy-JL 1 年之前
父節點
當前提交
d995298491
共有 2 個文件被更改,包括 2 次插入11 次删除
  1. 1 10
      airmouse/README.md
  2. 1 1
      airmouse/application.fam

+ 1 - 10
airmouse/README.md

@@ -1,7 +1,7 @@
 [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/ginkage)
 [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/ginkage)
 [![paypal](https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LF9S5WAF6E4VA)
 [![paypal](https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LF9S5WAF6E4VA)
 
 
-# Flipper Air Mouse
+# BMI Air Mouse
 
 
 ## Brief
 ## Brief
 
 
@@ -49,15 +49,6 @@ Reality:
 
 
 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
 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:
-```
-cd applications/plugins
-git clone https://github.com/ginkage/FlippAirMouse
-cd ../..
-./fbt fap_air_mouse
-```
-If you're not familiar with those, just grab a `fap` file from Releases.
-
 ## License
 ## License
 
 
 TL;DR: Use the code however you want, give credit where it's due, no warranty of any kind is provided.
 TL;DR: Use the code however you want, give credit where it's due, no warranty of any kind is provided.

+ 1 - 1
airmouse/application.fam

@@ -6,6 +6,6 @@ App(
     stack_size=10 * 1024,
     stack_size=10 * 1024,
     fap_category="GPIO",
     fap_category="GPIO",
     fap_icon="mouse_10px.png",
     fap_icon="mouse_10px.png",
-    fap_version="0.8",
+    fap_version="0.9",
     sources=["*.c", "*.cc"],
     sources=["*.c", "*.cc"],
 )
 )