Commit graph

10 commits

Author SHA1 Message Date
sieren 094f64b697 [RBL] Cast sizeof to uint8_t where needed
The RedbearLab compiler has a type mismatch for
STLs min() and sizeof. Thus we need to cast the
occurences of sizeof to uint8_t.
2016-09-27 18:02:08 +02:00
Kristian Sloth Lauszus 267f330ed7 Put DPADEnum into the source file, so it does not conflict with the one in the SRWS1 driver 2016-02-26 01:02:39 +01:00
Kristian Sloth Lauszus a032e01465 Fixed "warning: comparison between signed and unsigned integer expressions"
Also return if length is too short
2015-04-20 00:51:52 +02:00
Andrew J. Kroll 586ed62467 CRLF -> LF 2015-03-12 17:27:21 -04:00
Kristian Lauszus fcd6eb5084 Improved the way PS4 buttons are read 2014-02-17 01:25:29 +01:00
Kristian Lauszus 2b69cfe15e Fixed indentation in PS4Parser.cpp 2014-02-17 00:27:46 +01:00
Kristian Lauszus 6373ebe6ce Can now set the rumble and light on the PS4 controller
Still need to test it via USB
2014-02-17 00:21:21 +01:00
Kristian Lauszus 2a1db31cf1 Can now read the IMU and touchpad values of the PS4 controller via Bluetooth as well
Thanks to Frank Zhao - see: http://eleccelerator.com/wiki/index.php?title=DualShock_4#0x11
2014-01-22 05:13:49 +01:00
Kristian Lauszus e781d6c554 Updated some comments and some other minor things 2014-01-19 16:58:29 +01:00
Kristian Lauszus da2ee95445 Added support for the PS4 controller via USB
Also improved the PS4BT library
2014-01-18 22:36:01 +01:00
Renamed from PS4BT.cpp (Browse further)