Sha256: b5b3532e84eca31d7ba60387e86f0b88f58d351fa6731b5587468eae36dbe759
Contents?: true
Size: 515 Bytes
Versions: 2
Compression:
Stored size: 515 Bytes
Contents
/* ========================================================================= Ceedling - Test-Centered Build System for C ThrowTheSwitch.org Copyright (c) 2010-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #ifndef _TEMPERATURECALCULATOR_H #define _TEMPERATURECALCULATOR_H #include "Types.h" float TemperatureCalculator_Calculate(uint16 millivolts); #endif // _TEMPERATURECALCULATOR_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | examples/temp_sensor/src/TemperatureCalculator.h |
ceedling-1.0.0 | examples/temp_sensor/src/TemperatureCalculator.h |