Skip to content

Instantly share code, notes, and snippets.

@nkav
nkav / mbed.cpp
Created May 17, 2014 22:18
Primary Mbed code for MindGames Project.
#include <string>
#include "mbed.h"
#define TRUE 1
#define FALSE 0
//set up a timer for timing FFT's
Timer timer;