Sha256: 8abc9acac1e26869244f839258b6eecb8bc26acb983658b92a47cee689439465
Contents?: true
Size: 475 Bytes
Versions: 2
Compression:
Stored size: 475 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 _USARTCONDUCTOR_H #define _USARTCONDUCTOR_H void UsartConductor_Init(void); void UsartConductor_Run(void); #endif // _USARTCONDUCTOR_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/cmock/examples/temp_sensor/src/UsartConductor.h |
ceedling-1.0.0 | vendor/cmock/examples/temp_sensor/src/UsartConductor.h |