Swimate V2 without RTOS code

Dependencies:   Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL

Committer:
ellingjp
Date:
Mon Jun 09 04:55:16 2014 +0000
Revision:
24:f2503d1256ad
Parent:
9:a711b5b34d73
Using RTC filenames

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ellingjp 7:33a74adff0ff 1 #include "mbed.h"
ellingjp 7:33a74adff0ff 2 #include "USBSerial.h"
ellingjp 9:a711b5b34d73 3 #include "debug.h"
ellingjp 7:33a74adff0ff 4
ellingjp 7:33a74adff0ff 5 #ifndef NDEBUG
ellingjp 7:33a74adff0ff 6 DigitalOut led(LED1);
ellingjp 7:33a74adff0ff 7 USBSerial pc;
ellingjp 7:33a74adff0ff 8 #endif