Sha256: e33b071b56396a46cdb1b857dc162e72834a17b82013863f31f85a770dc2bf5f

Contents?: true

Size: 457 Bytes

Versions: 2

Compression:

Stored size: 457 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 _USARTPUT_HAR_H
#define _USARTPUT_HAR_H

#include "Types.h"

void Usart_PutChar(char data);

#endif // _USARTPUT_HAR_H

Version data entries

2 entries across 2 versions & 1 rubygems

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