-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6523ec6
commit 3d4914a
Showing
13 changed files
with
137 additions
and
83 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# joystick_bluetooth | ||
Android Joystick Bluetooth for Arduino | ||
# Android Joystick Bluetooth for Arduino | ||
|
||
##### Command Mapping ##### | ||
|
||
Command | Char | ||
------------- | ------------- | ||
BTN_LED_ON | 'a' | ||
BTN_LED_OFF | 'b' | ||
BTN_BUZZ | 'c' | ||
AXIS_UP | 'd' | ||
AXIS_DOWN | 'e' | ||
AXIS_LEFT_UP | 'f' | ||
AXIS_LEFT_DOWN | 'g' | ||
AXIS_RIGHT_UP | 'h' | ||
AXIS_RIGHT_DOWN | 'i' | ||
AXIS_CENTERED | 'j' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<vector android:height="24dp" android:viewportHeight="44" | ||
android:viewportWidth="72.131" android:width="39dp" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<path android:fillColor="#FFFFFF" android:pathData="M2.645,14.2661C2.645,16.27 4.248,18.754 6.251,18.754L45.282,18.594C58.346,17.311 68.284,8.976 68.284,0L72.131,0L72.131,44L68.284,44C68.284,36.867 61.953,30.135 52.736,27.009C54.499,28.532 55.541,30.215 55.541,32.138C55.541,38.23 44.962,42.8781 30.936,42.8781C16.911,42.8781 6.412,38.23 6.412,32.138C6.412,29.494 8.415,27.0891 11.862,25.246L6.251,25.246C4.248,25.246 2.645,27.73 2.645,29.734L0,29.734L0,14.2661L2.645,14.2661ZM11.381,32.138C11.381,34.944 18.995,38.951 31.016,38.951C42.958,38.951 50.652,34.944 50.652,32.138C50.652,29.574 44,25.807 33.341,25.326L29.494,25.326C18.353,25.647 11.381,29.494 11.381,32.138Z"/> | ||
</vector> |
Oops, something went wrong.