Skip to content

Instantly share code, notes, and snippets.

@kitroed
kitroed / arduino.pde
Created February 3, 2012 13:48 — forked from bmorton/arduino.pde
Arduino Experiment
/*
* Set LED brightness by serial write
* An Arduino experiment
* by Brian Morton
*/
int ledPin = 9;
int brightness = 0;
void setup() {
@kitroed
kitroed / introrx.md
Created October 30, 2017 20:04 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@kitroed
kitroed / ffmpeg.md
Created April 25, 2021 04:47 — forked from steven2358/ffmpeg.md
FFmpeg cheat sheet