early-access version 3319

This commit is contained in:
pineappleEA
2023-01-20 05:15:18 +01:00
parent 63ca092a91
commit e3c75c4723
12 changed files with 181 additions and 237 deletions

View File

@@ -74,6 +74,13 @@ public:
*/
DriverResult SendSubCommand(SubCommand sc, std::span<const u8> buffer, std::vector<u8>& output);
/**
* Sends a sub command to the device and waits for it's reply and ignores the output
* @param sc sub command to be send
* @param buffer data to be send
*/
DriverResult SendSubCommand(SubCommand sc, std::span<const u8> buffer);
/**
* Sends a mcu command to the device
* @param sc sub command to be send