mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-08 14:42:19 -04:00
temp commit: Expose write functions to make development easier
This commit is contained in:
parent
7f7820b698
commit
ece53e044c
3 changed files with 3 additions and 3 deletions
|
@ -58,4 +58,5 @@ void writebyte(uint8_t b);
|
|||
uint8_t readbyte(void);
|
||||
void fwreply(struct frame_header hdr, enum fwcmd rspcode, uint8_t *buf);
|
||||
int readcommand(struct frame_header *hdr, uint8_t *cmd, int state);
|
||||
void write(uint8_t *buf, size_t nbytes);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue