Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View psorey's full-sized avatar

Paul Sorey psorey

View GitHub Profile
@psorey
psorey / pMidiController.c
Created October 17, 2011 02:23
Rain Drums at Cedar River Watershed -- Code for Atmel AT90CAN128 to run system
#include <inttypes.h>
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/wdt.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include <string.h>