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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Simple Example</title> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> | |
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false" type="text/javascript"></script> | |
<script src="js/canvas-toBlob.js"></script> | |
<script src="js/FileSaver.js"></script> | |
<script src="js/three.min.js"></script> |
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
#include "LPD8806.h" | |
#include "SPI.h" | |
// Constants | |
const int NUMLIGHTS = 6; // Number of lights per arm | |
const int NUMARMS = 3; // Number of arms per light | |
const int LEDPERARM = 20; // Number of lights | |
const int serialPin = 52; | |
const int testPin = 53; | |
bool connected; |
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
{ | |
"name" : "theProject" | |
,"preferGlobal": true | |
, "author":"Relay Studio" | |
, "client":"theClient" | |
, "version": "0.0.1" | |
, "private": true | |
, "dependencies": { | |
"express": "3.0" | |
, "jade" : ">= 0.0.1" |
NewerOlder