Skip to content

Commit 6152175

Browse files
committed
Added link to PSBuzz example
1 parent dd600b4 commit 6152175

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ This library implements support for the Playstation Buzz controllers via USB.
246246
247247
It is essentially just a wrapper around the [HIDUniversal](hiduniversal.cpp) which takes care of the initializing and reading of the controllers. The [PSBuzz](PSBuzz.cpp) class simply inherits this and parses the data, so it is easy for users to read the buttons and turn the big red button on the controllers on and off.
248248
249+
The example [PSBuzz.ino](examples/PSBuzz/PSBuzz.ino) shows how one can do this with just a few lines of code.
250+
249251
More information about the controller can be found at the following sites:
250252
251253
* http://www.developerfusion.com/article/84338/making-usb-c-friendly/

0 commit comments

Comments
 (0)