Swimate V2 without RTOS code

Dependencies:   Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL

Changes

RevisionDateWhoCommit message
24:f2503d1256ad 2014-06-09 ellingjp Using RTC filenames default tip
23:80083138d609 2014-06-08 ellingjp Working with new oled using hacks
22:9350752f5414 2014-06-07 ellingjp Another merge;
21:2fa676f214fe 2014-06-07 ellingjp Working sync
20:294eaeaf2ebb 2014-06-05 ellingjp Couple bug fixes;
19:4f4f7bc4a3fb 2014-06-05 briggsa The big merge
18:06b718f8e6fd 2014-06-05 briggsa Bluetooth essentially working, but requires not using USBSerial for some reason (or not using OLED :( )
17:fb8415091770 2014-06-05 ellingjp Merged with Paul's published sync code
16:c080710fc143 2014-06-05 ellingjp Updated peak detection and using small font
15:002bac432234 2014-06-05 ellingjp Using updated peak detection
14:006d9087d76c 2014-05-28 paulbartell started working on listSessions piece.
13:227a6cfd2097 2014-05-28 paulbartell Started bluetooth functionality.
12:bf282a100fbc 2014-05-28 ellingjp ?
11:2e6e15df9957 2014-05-28 ellingjp Added pins.h file. TODO: remove references to specific pins in code
10:e34200d82d88 2014-05-28 ellingjp ...
9:a711b5b34d73 2014-05-28 ellingjp 5/27/14
8:8430a5c0914c 2014-05-20 ellingjp Working logging and split time detection
7:33a74adff0ff 2014-05-17 ellingjp Refactor -- introduced bug that causes garbage to be received from mpu
6:3b9b4e2c29bf 2014-05-16 ellingjp rtos breaks I2C. Workaround is to disable interrupts when accessing i2c devices (undesirable). SD library may also be broken.
5:7c2e7d657716 2014-05-14 ellingjp rtos integration
4:b962f5a783a1 2014-05-12 ellingjp Fixed bug in switch debouncing related to the timer overflowing
3:9aa7c37212b5 2014-05-09 ellingjp Fixes for real time analysis, still doesn't seem to be working right
2:a28cc676a454 2014-05-08 ellingjp Initial commit using real time split analysis
1:93723df61425 2014-05-08 ellingjp Initial RTOS integration commit
0:cd1fe4f0ed39 2014-05-08 ellingjp Initial commit. Ready for data gathering.