mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added link to blog post
This commit is contained in:
parent
1625afb25c
commit
db37672e2c
1 changed files with 2 additions and 6 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue