Sha256: 21abbf4c46990fc34a760f0a3143aa51986a1745d45452e73233091b9cbe83c8
Contents?: true
Size: 453 Bytes
Versions: 2
Compression:
Stored size: 453 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 ========================================================================= */ #include <stdio.h> #include "display.h" void display_turnOffStatusLed(void) { printf("Display: Status LED off"); }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | plugins/fff/examples/fff_example/src/display.c |
ceedling-1.0.0 | plugins/fff/examples/fff_example/src/display.c |