Sha256: ae04a035822b7f20aa9302904f4c5d6c359806ef7e88355e46a315717131e971
Contents?: true
Size: 495 Bytes
Versions: 2
Compression:
Stored size: 495 Bytes
Contents
/* ========================================================================= CMock - Automatic Mock Generation for C ThrowTheSwitch.org Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #ifndef _TIMERCONDUCTOR_H #define _TIMERCONDUCTOR_H #include "Types.h" void TimerConductor_Init(void); void TimerConductor_Run(void); #endif // _TIMERCONDUCTOR_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/cmock/examples/temp_sensor/src/TimerConductor.h |
ceedling-1.0.0 | vendor/cmock/examples/temp_sensor/src/TimerConductor.h |