A metronome using the FRDM K64F board

Committer:
ram54288
Date:
Sun May 14 18:40:18 2017 +0000
Revision:
0:a7a43371b306
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ram54288 0:a7a43371b306 1 Copyright (c) 2010 James Grenning and Contributed to Unity Project
ram54288 0:a7a43371b306 2
ram54288 0:a7a43371b306 3 Unity Project - A Test Framework for C
ram54288 0:a7a43371b306 4 Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
ram54288 0:a7a43371b306 5 [Released under MIT License. Please refer to license.txt for details]
ram54288 0:a7a43371b306 6
ram54288 0:a7a43371b306 7 This Framework is an optional add-on to Unity. By including unity_framework.h in place of unity.h,
ram54288 0:a7a43371b306 8 you may now work with Unity in a manner similar to CppUTest. This framework adds the concepts of
ram54288 0:a7a43371b306 9 test groups and gives finer control of your tests over the command line.