Write function to upload mcu firmware
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
parent
9e7d897f74
commit
70689b76a9
2 changed files with 110 additions and 2 deletions
|
@ -154,7 +154,7 @@ void device4_clear(device4_type* device);
|
|||
|
||||
int device4_read(device4_type* device, int timeout);
|
||||
|
||||
|
||||
bool device4_update_mcu_firmware(device4_type* device, const char* path);
|
||||
|
||||
void device4_close(device4_type* device);
|
||||
|
||||
|
|
Reference in a new issue