Sha256: 5f8e3e10ba94ef987fd30838eb335b5fbfa7fface7429fa778bd842d1edc195f
Contents?: true
Size: 498 Bytes
Versions: 2
Compression:
Stored size: 498 Bytes
Contents
/* ========================================================================= Ceedling - Test-Centered Build System for C ThrowTheSwitch.org Copyright (c) 2010-24 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #ifndef DRIVER #define DRIVER #include <stdint.h> void driver_write(uint8_t val); uint8_t driver_read(); void driver_init_device(); #endif /*include guard*/
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | plugins/fff/vendor/fff/examples/driver_testing/driver.h |
ceedling-1.0.0 | plugins/fff/vendor/fff/examples/driver_testing/driver.h |