Skip to content

Commit

Permalink
Added thanks to drone readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paullewis committed Sep 20, 2012
1 parent 6e11139 commit 29b1efe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parrot-ar-drone/README.md
Expand Up @@ -30,3 +30,5 @@ _Please note: this has only been tested with an Xbox 360 controller_
* [Runtime](http://developer.chrome.com/trunk/apps/app.runtime.html)
* [Window](http://developer.chrome.com/trunk/apps/app.window.html)
* [Socket](http://developer.chrome.com/apps/socket.html)

_Thanks to felixge for the [Node AR Drone lib](https://github.com/felixge/node-ar-drone), which served as a helpful reference._
9 changes: 9 additions & 0 deletions parrot-ar-drone/lib/API.js
@@ -1,3 +1,12 @@
/**
* API which opens the sockets and handles sending the data to
* and receiving the data from the AR Drone
*
* Additional thanks to Felix Geisendörfer (felixge) for the Node AR Drone lib
* which served as a helpful reference.
*
* @see https://github.com/felixge/node-ar-drone
*/
var DRONE = DRONE || {};
DRONE.API = (function() {

Expand Down

0 comments on commit 29b1efe

Please sign in to comment.