Skip to content

Instantly share code, notes, and snippets.

View commak's full-sized avatar

commak

  • Toronto
View GitHub Profile
@commak
commak / rotate.html
Last active October 28, 2015 04:30
reading experience assignment
<!DOCTYPE HTML>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<title> Rotate </title>
</head>
<!DOCTYPE HTML>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<title> Rotate </title>
</head>
@commak
commak / Cheetah
Created March 23, 2015 04:15
Active wearable project
#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
@commak
commak / BP3
Last active August 29, 2015 14:16
BP3
//Kama Kaczmarczyk
//2483626
//prof Kate Hartman
int red = 9;
int green = 10;
int blue = 11;
int buttonPin = 5;
int buttonVal = 0;
@commak
commak / LilyLilyUpdated
Last active August 29, 2015 14:16
LilyLilyUpdated
//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
@commak
commak / LilyLily
Created February 9, 2015 03:51
Code for sensitive wearable project
//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