Sha256: fe408093a0ba4c8cc91ba4c0bc54aaa47349d3d5841873e1dbfe714fbb4582fc

Contents?: true

Size: 471 Bytes

Versions: 2

Compression:

Stored size: 471 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 _TIMERMODEL_H
#define _TIMERMODEL_H

#include "Types.h"

void TimerModel_UpdateTime(uint32 systemTime);

#endif // _TIMERMODEL_H

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 examples/temp_sensor/src/TimerModel.h
ceedling-1.0.0 examples/temp_sensor/src/TimerModel.h