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 /* AUTOGENERATED FILE. DO NOT EDIT. */
ram54288 0:a7a43371b306 2 #ifndef _TESTSAMPLE_HEAD1_H
ram54288 0:a7a43371b306 3 #define _TESTSAMPLE_HEAD1_H
ram54288 0:a7a43371b306 4
ram54288 0:a7a43371b306 5 #include "unity.h"
ram54288 0:a7a43371b306 6 #include "funky.h"
ram54288 0:a7a43371b306 7 #include "stanky.h"
ram54288 0:a7a43371b306 8 #include <setjmp.h>
ram54288 0:a7a43371b306 9
ram54288 0:a7a43371b306 10 void test_TheFirstThingToTest(void);
ram54288 0:a7a43371b306 11 void test_TheSecondThingToTest(void);
ram54288 0:a7a43371b306 12 void test_TheThirdThingToTest(void);
ram54288 0:a7a43371b306 13 void test_TheFourthThingToTest(void);
ram54288 0:a7a43371b306 14 #endif
ram54288 0:a7a43371b306 15