Sha256: 6242140debd331a884c7f67a44038aaff514b07b63afda7ccd3da4279b2b729c
Contents?: true
Size: 503 Bytes
Versions: 2
Compression:
Stored size: 503 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 _USARTTRANSMITBUFFERSTATUS_H #define _USARTTRANSMITBUFFERSTATUS_H #include "Types.h" bool Usart_ReadyToTransmit(void); #endif // _USARTTRANSMITBUFFERSTATUS_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | examples/temp_sensor/src/UsartTransmitBufferStatus.h |
ceedling-1.0.0 | examples/temp_sensor/src/UsartTransmitBufferStatus.h |