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 ProductionCode2.c Source File

ProductionCode2.c

00001 
00002 #include "ProductionCode2.h"
00003 
00004 char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction)
00005 {
00006   (void)Poor;
00007   (void)LittleFunction;
00008   /* Since There Are No Tests Yet, This Function Could Be Empty For All We Know.
00009    * Which isn't terribly useful... but at least we put in a TEST_IGNORE so we won't forget */
00010   return (char*)0;
00011 }