Sha256: 4b0f10bae9c5994677179c80a2d14796aac1534cfee374e24460ac9c5003ac40

Contents?: true

Size: 461 Bytes

Versions: 2

Compression:

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