Robert Martin
6e1d625f70
Merge remote-tracking branch 'origin/fix_device_class'
...
# Conflicts:
# joycontrol/server.py
2020-12-19 20:58:52 +01:00
Robert Martin
e20df74f73
Update README.md
2020-09-02 18:59:15 +02:00
Robert Martin
99ba062710
Revert "Merge pull request #29 from spacemeowx2/nfc-r3"
...
This reverts commit b1390805d9 , reversing
changes made to 2f85c4ce08 .
2020-09-02 18:45:01 +02:00
Robert Martin
bf2e7e52fb
cleanup register_commands_with_controller_state
2020-08-15 13:11:16 +02:00
Robert Martin
ee22b8d013
cleanup Merge 'pulls/326281544/67', added comments
2020-08-15 12:24:02 +02:00
Robert Martin
7aa9c59a5d
Merge branch 'pulls/326281544/67'
2020-08-15 12:22:38 +02:00
Robert Martin
4f5c3edd7d
Update README.md
2020-08-15 11:27:36 +02:00
Robert Martin
c546ba2590
"hold" and "release" commands for CLI
2020-08-15 11:26:38 +02:00
Robert Martin
805762e4ee
Merge pull request #74 from jackbdu/master
...
Minor error fixed: "minus" available on JOYCON_L instead of "plus"
2020-08-15 11:25:27 +02:00
Jack B. Du
a475d66a38
Minor error fixed: "minus" available on JOYCON_L instead of "plus"
2020-08-02 18:04:16 +04:00
Robert Martin
f4a8db0f7d
Merge pull request #63 from sekwah41/master
...
Fix NFC (Fixes Breath of the Wild comms error)
2020-08-02 00:27:10 +02:00
grace
467be81eb0
minor formatting change
2020-07-10 23:24:10 -07:00
grace
b6d20a5750
DRY button validation
2020-07-10 23:10:07 -07:00
grace
2581296c15
add hold and release commands to cli
2020-07-10 23:07:44 -07:00
grace
7a19841a2c
split button_push into distinct putton_down and button_up functions
2020-07-10 23:06:40 -07:00
Sekwah
fc6270e339
Fix NFC comms
2020-07-05 03:16:11 +01:00
Robert Martin
e83dc5964b
Merge pull request #58 from peterjc/patch-1
...
Update README, works on Raspberry Pi 3B+ too
2020-06-11 18:41:04 +02:00
Peter Cock
a06993308e
Works on Raspberry Pi 3B+ too
...
See GitHub issue #57 .
2020-06-11 17:34:13 +01:00
Robert Martin
a2122fb4d5
Update version
2020-06-11 18:25:19 +02:00
Robert Martin
9976d70af6
Update README.md
2020-06-11 18:14:35 +02:00
Robert Martin
76afd23192
Update README.md
2020-06-11 18:11:43 +02:00
Robert Martin
86cb5b09f3
Merge branch 'pulls/326281544/55'
2020-06-11 17:48:07 +02:00
Robert Martin
fee9e719c6
renamed nfc data command and argument (Now: nfc and --nfc)
2020-06-11 17:47:57 +02:00
Robert Martin
628491fd9f
add an --amiibo argument to command line
2020-06-11 17:07:20 +02:00
grace
cf15647891
add an --amiibo argument to command line
2020-06-02 00:19:02 -07:00
Robert Martin
721646a7ec
Merge branch 'pulls/326281544/44'
2020-05-16 11:34:06 +02:00
Robert Martin
4dc63c0e7f
cleanup
2020-05-16 11:33:57 +02:00
Robert Martin
d6ab0565e5
Adding a mash_button function
2020-05-16 11:10:04 +02:00
Robert Martin
a102011f8b
small cleanup
2020-05-16 11:09:05 +02:00
Robert Martin
78f015d79b
Merge branch 'pulls/326281544/41'
2020-05-16 11:02:14 +02:00
Robert Martin
509579b268
small cleanup
2020-05-16 10:51:45 +02:00
Jesse Millar
faf9a09229
Adding a mash_button function
...
Signed-off-by: Jesse Millar <jesse.millar@microsoft.com >
2020-05-11 12:20:29 -05:00
Robert Martin
2748181ee3
Adjusting size of source amiibo file
2020-05-09 12:25:09 +02:00
Robert Martin
8601dd4702
Merge branch 'pulls/326281544/37'
2020-05-09 12:19:56 +02:00
Robert Martin
62a7fdec56
set default memory in run_controller_cli; set center if stick calibration available
2020-05-09 12:19:38 +02:00
Robert Martin
a05d3c7ef2
Add default factory stick calibration data for FlashMemory.
2020-05-09 11:55:17 +02:00
Robert Martin
11d9bbbeb1
cleanup
2020-05-09 11:30:39 +02:00
Robert Martin
e8fea818b2
Merge pull request #42 from tedzhu/master
...
Fix typo
2020-05-09 11:12:13 +02:00
Ted Zhu
ed839f1c0d
Fix typo
...
Fix typo dumb -> dump
2020-05-08 23:04:53 -04:00
Lu.Mi
c33c4ff851
Adjusting size of source amiibo file
...
When scanning amiibo binaries over 540 bytes like Twilight Princess Link an out of range error is thrown. Just writing up to the byte 540 solves this error. This is similar to TagMo implementation for bigger amiibos.
2020-05-08 14:05:14 -05:00
Wenyu Zhang
9e03d0c782
Add default factory stick calibration data for FlashMemory.
2020-05-05 21:56:10 -07:00
Robert Martin
b1390805d9
Merge pull request #29 from spacemeowx2/nfc-r3
...
feat: send amiibo report
2020-05-04 16:43:08 +02:00
Robert Martin
32075b189c
Merge branch 'master' into nfc-r3
2020-05-04 16:12:43 +02:00
Robert Martin
bab7d73cfa
Merge branch 'nfc_cleanup' into nfc-r3
2020-05-04 16:12:36 +02:00
Robert Martin
3adf0b2878
improved input report timing; some nfc cleanup
2020-05-04 16:11:47 +02:00
Robert Martin
2f85c4ce08
Merge pull request #34 from TylerCarberry/patch-1
...
Include the libhidapi-hidraw0 library in README
2020-05-03 10:23:32 +02:00
Tyler Carberry
3822568738
Include the libhidapi-hidraw0 library in README
2020-05-01 20:40:23 -04:00
Robert Martin
c17ab21140
merged run_amiibo_cli with run_controller_cli; some cleanups
2020-04-30 20:44:07 +02:00
spacemeowx2
be8dce71a0
feat: send amiibo report
2020-04-23 23:18:38 +08:00
Robert Martin
e90499393b
Hotfix: Make controller emulation work on new Switch version
2020-04-15 20:31:17 +09:00