Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers testsample_head1.h Source File

testsample_head1.h

00001 /* AUTOGENERATED FILE. DO NOT EDIT. */
00002 #ifndef _TESTSAMPLE_HEAD1_H
00003 #define _TESTSAMPLE_HEAD1_H
00004 
00005 #include "unity.h"
00006 #include "funky.h"
00007 #include "stanky.h"
00008 #include <setjmp.h>
00009 
00010 void test_TheFirstThingToTest(void);
00011 void test_TheSecondThingToTest(void);
00012 void test_TheThirdThingToTest(void);
00013 void test_TheFourthThingToTest(void);
00014 #endif
00015