This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Robot = function(robot) { | |
}; | |
Robot.prototype.onIdle = function(ev) { | |
// { | |
// robot: { | |
// // INFORMATION ON THE CURRENT GAME | |
// id, // Id from your robot | |
// angle, // Current angle from your robot in degrees |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* DDS Sine Generator mit ATMEGS 168 | |
* Timer2 generates the 31250 KHz Clock Interrupt | |
* | |
* KHM 2009 / Martin Nawrath | |
* Kunsthochschule fuer Medien Koeln | |
* Academy of Media Arts Cologne | |
* | |
* Edit: Daniele Polencic |
NewerOlder