Sha256: 0e9bcc3984f774487062a378b8365e909a045216932ff1c3aaec44eb76b9755d

Contents?: true

Size: 584 Bytes

Versions: 2

Compression:

Stored size: 584 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 _ADCTEMPERATURESENSOR_H
#define _ADCTEMPERATURESENSOR_H

#include "Types.h"

void Adc_StartTemperatureSensorConversion(void);
bool Adc_TemperatureSensorSampleReady(void);
uint16 Adc_ReadTemperatureSensor(void);

#endif // _ADCTEMPERATURESENSOR_H

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/cmock/examples/temp_sensor/src/AdcTemperatureSensor.h
ceedling-1.0.0 vendor/cmock/examples/temp_sensor/src/AdcTemperatureSensor.h