record adc values and send them to another uprocessor
Dependencies: BufferedSerial SDFileSystem mbed
Fork of SDFileSystem_HelloWorld by
History
Organized into header files to keep main clean
2016-06-16, by patmcna [Thu, 16 Jun 2016 21:17:30 +0000] rev 4
Organized into header files to keep main clean
updated mbed
2016-06-15, by patmcna [Wed, 15 Jun 2016 01:47:13 +0000] rev 3
updated mbed
removed rtos since I wasn't using it anyways and it caused compile warnings
2016-06-15, by patmcna [Wed, 15 Jun 2016 01:42:08 +0000] rev 2
removed rtos since I wasn't using it anyways and it caused compile warnings
First rev.
2016-06-15, by patmcna [Wed, 15 Jun 2016 01:40:10 +0000] rev 1
First rev.
; Reads ADC
; Stores to SD card
; Reads from SD card
; Sends over serial
; Receives over serial
;
; All on the same board
First commit of SDFileSystem Hello World
2012-12-07, by mbed_official [Fri, 07 Dec 2012 11:25:01 +0000] rev 0
First commit of SDFileSystem Hello World