]> git.scottworley.com Git - tattlekey/blame_incremental - client/button.h
client: Rename: send_report -> send_report_packet
[tattlekey] / client / button.h
... / ...
CommitLineData
1#ifndef BUTTON_H
2#define BUTTON_H
3
4typedef void (*callback_t)();
5
6void begin_listening_for_button_press(callback_t callback);
7
8#endif