Sha256: 8e17853d8f104e2608350fd314dbfb6c77a83d73981f59b7b79abcd46c242bc8

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

#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-0.29.1 plugins/fake_function_framework/examples/fff_example/src/event_processor.h
ceedling-0.29.0 plugins/fake_function_framework/examples/fff_example/src/event_processor.h