mirror of
https://github.com/solderparty/i2c_puppet.git
synced 2025-08-18 00:59:39 +02:00
8 lines
97 B
C
8 lines
97 B
C
#pragma once
|
|
|
|
typedef struct mutex mutex_t;
|
|
|
|
mutex_t *usb_get_mutex(void);
|
|
|
|
void usb_init(void);
|