View rotate.html
This file contains 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> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
<title> Rotate </title> | |
</head> |
View rotate.html
This file contains 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> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
<title> Rotate </title> | |
</head> |
View Cheetah
This file contains 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 <SFE_TPA2016D2.h> | |
//Kama Kaczmarczyk | |
//#2483626 | |
//ActiveWearableProject | |
//Prof Kate Hartman | |
//Code adapted from 'Trigger' by Mike Grusin and Steffanie Chaffin | |
// "Trigger" example sketch for Lilypad MP3 Player | |
// Mike Grusin, SparkFun Electronics |
View BP3
This file contains 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
//Kama Kaczmarczyk | |
//2483626 | |
//prof Kate Hartman | |
int red = 9; | |
int green = 10; | |
int blue = 11; | |
int buttonPin = 5; | |
int buttonVal = 0; |
View LilyLilyUpdated
This file contains 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
//Kama Kaczmarczyk #2483626 | |
//GDES3B16 Kate Hartman | |
//Sensitive Wearable | |
// Button with LED | |
int ledPin = 6; // LED is connected to digital pin 6 | |
int switchPin = 5; // button is connected to digital pin 5 | |
int switchValue; // a variable to keep track of when switch is pressed | |
//Temperature Sensor |
View LilyLily
This file contains 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
//Kama Kaczmarczyk #2483626 | |
//GDES3B16 Kate Hartman | |
//Sensitive Wearable | |
// Button with LED | |
int ledPin = 6; // LED is connected to digital pin 6 | |
int switchPin = 5; // button is connected to digital pin 5 | |
int switchValue; // a variable to keep track of when switch is pressed | |
//Temperature Sensor |