Sha256: fcfd71096535d9179c02cd67e63d910d75a080c6096052bccf4de0c60bd0074f

Contents?: true

Size: 479 Bytes

Versions: 2

Compression:

Stored size: 479 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 _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 examples/temp_sensor/src/UsartConductor.h
ceedling-1.0.0 examples/temp_sensor/src/UsartConductor.h