]>
git.scottworley.com Git - tattlekey/blob - client/press.h
cd34b3df0b48aeb4189e8b9a0b393347121281f6
4 #include "pico/cyw43_arch.h"
5 #include "pico/util/pheap.h"
18 press_pile_t
*create_press_pile();
20 void create_press(press_pile_t
*pp
, uint32_t timestamp
, u16_t seq
);
22 /* When do we next need to send something (in seconds since boot)?
23 * Returns -1 if there's nothing pending. */
24 int32_t next_scheduled_send(press_pile_t
*pp
);