Sha256: c69793a452a68e4567477d18cc0b2a466829e732d9758ae1b16f1a327ff051c1
Contents?: true
Size: 676 Bytes
Versions: 2
Compression:
Stored size: 676 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 <stdbool.h> void event_deviceReset(void); void event_volumeKnobMaxed(void); void event_powerReadingUpdate(int powerReading); void event_modeSelectButtonPressed(void); void event_devicePoweredOn(void); void event_keyboardCheckTimerExpired(void); void event_newDataAvailable(int data); bool eventProcessor_isLastEventComplete(void);
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | plugins/fff/examples/fff_example/src/event_processor.h |
ceedling-1.0.0 | plugins/fff/examples/fff_example/src/event_processor.h |