Sha256: c4cec550f4676fdb1e6351bc00b12dc11ad3fe300a5ef1e6afecc63337f1f9a8

Contents?: true

Size: 384 Bytes

Versions: 54

Compression:

Stored size: 384 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

54 entries across 39 versions & 1 rubygems

Version Path
ceedling-0.0.16 examples/temp_sensor/src/AdcModel.h
ceedling-0.0.15 examples/temp_sensor/src/AdcModel.h
ceedling-0.0.14 examples/temp_sensor/src/AdcModel.h
ceedling-0.0.13 examples/temp_sensor/src/AdcModel.h
ceedling-0.0.12 examples/temp_sensor/src/AdcModel.h
ceedling-0.0.8 examples/temp_sensor/src/AdcModel.h
ceedling-0.0.7 examples/temp_sensor/src/AdcModel.h
ceedling-0.0.5 examples/temp_sensor/src/AdcModel.h
ceedling-0.0.4 examples/temp_sensor/src/AdcModel.h
ceedling-0.0.3 examples/temp_sensor/src/AdcModel.h
ceedling-0.0.2 new_project_template/vendor/ceedling/vendor/cmock/examples/src/AdcModel.h
ceedling-0.0.2 new_project_template/vendor/ceedling/examples/temp_sensor/src/AdcModel.h
ceedling-0.0.1 new_project_template/vendor/ceedling/vendor/cmock/examples/src/AdcModel.h
ceedling-0.0.1 new_project_template/vendor/ceedling/examples/temp_sensor/src/AdcModel.h