Sha256: d8afaac8297f5fbceda313d05250ff25fff097ffc509acdfb4e278d06469ef61

Contents?: true

Size: 491 Bytes

Versions: 2

Compression:

Stored size: 491 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 _TEMPERATURECALCULATOR_H
#define _TEMPERATURECALCULATOR_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 vendor/cmock/examples/temp_sensor/src/TemperatureCalculator.h
ceedling-1.0.0 vendor/cmock/examples/temp_sensor/src/TemperatureCalculator.h