Skip to content

Instantly share code, notes, and snippets.

View andreavitaletti's full-sized avatar

Andrea Vitaletti andreavitaletti

View GitHub Profile
int incomingByte = 0; // for incoming serial data
// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin 7 as an output.
pinMode(7, OUTPUT);
// set up Serial library at 9600 bps
Serial.begin(9600);
@andreavitaletti
andreavitaletti / gist:5706026
Created June 4, 2013 13:43
Social DIAG analysis
{
"metadata": {
"name": "Social_DIAG"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@andreavitaletti
andreavitaletti / gist:5431164
Last active December 16, 2015 11:59
Report on flame experiment
{
"metadata": {
"name": "Experiment-Copy1-Copy0"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{