Data collection core that utilises the nine ring buffer. Intended as the base of other data collection projects

Committer:
jont
Date:
Mon Jul 13 08:02:01 2015 +0000
Revision:
3:ba7863bdf478
Parent:
0:79615902fcb0
First pre-release without proper docs as the build system seems to be broken

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jont 0:79615902fcb0 1 /*
jont 0:79615902fcb0 2 These notes from
jont 0:79615902fcb0 3 Dr J.J.Trinder 2015
jont 0:79615902fcb0 4 This is a simple data logger library, mostly written for my own use and as demo code to explain principles
jont 0:79615902fcb0 5
jont 3:ba7863bdf478 6 A lot of it is based on C I wrote to do Ham radio repeater control and control MIDI instruments.
jont 0:79615902fcb0 7
jont 0:79615902fcb0 8
jont 0:79615902fcb0 9 */