Sha256: 3ea12eb954305556617507aa8983f26fe0cb7afb7c8afc71341056e6d8ca23dd
Contents?: true
Size: 371 Bytes
Versions: 27
Compression:
Stored size: 371 Bytes
Contents
#ifndef _ADCMODEL_H #define _ADCMODEL_H #include "Types.h" bool AdcModel_DoGetSample(void); void AdcModel_ProcessInput(uint16 millivolts); bool AdcModel_DoNothingExceptTestASpecialType(EXAMPLE_STRUCT_T ExampleStruct); bool AdModel_DoNothingExceptTestPointers(uint32* pExample); EXAMPLE_STRUCT_T AdcModel_DoNothingExceptReturnASpecialType(void); #endif // _ADCMODEL_H
Version data entries
27 entries across 14 versions & 1 rubygems