Added link to blog post

This commit is contained in:
Kristian Sloth Lauszus 2012-12-29 14:15:40 +01:00
parent 1625afb25c
commit db37672e2c

View file

@ -1,7 +1,7 @@
/* /*
Example sketch for the Xbox Wireless Reciver library - developed by Kristian Lauszus Example sketch for the Xbox Wireless Reciver library - developed by Kristian Lauszus
It supports up to four controllers It supports up to four controllers wirelessly
For more information visit my blog: http://blog.tkjelectronics.dk/ or For more information see the blog post: http://blog.tkjelectronics.dk/2012/12/xbox-360-receiver-added-to-the-usb-host-library/ or
send me an e-mail: kristianl@tkjelectronics.com send me an e-mail: kristianl@tkjelectronics.com
*/ */
@ -108,7 +108,3 @@ void loop() {
} }
delay(1); delay(1);
} }