This is the remote control code from the Ingenium team.
The src code consists of an arduino sketch containing a .ino
file:
{
"switch": true,
"keypad": 3,
"joysticks": {
"left": {
"x": 512,
"y": 512,
"clck": true
},
"right": {
"x": 512,
"y": 512,
"clck": false
}
}
}
N.B. All this process is done by the Bluetooth library
The INO file depends of the following list of libraries:
1 | 2 | 3 |
4 | 5 | 6 |
7 | 8 | 9 |
# | 0 | * |