early-access version 3260

This commit is contained in:
pineappleEA
2022-12-29 04:45:17 +01:00
parent 644de7a4f3
commit 2ac96f28e4
16 changed files with 828 additions and 232 deletions

View File

@@ -74,6 +74,13 @@ public:
*/
DriverResult SendSubCommand(SubCommand sc, std::span<const u8> buffer, std::vector<u8>& output);
/**
* Sends a mcu command to the device
* @param sc sub command to be send
* @param buffer data to be send
*/
DriverResult SendMcuCommand(SubCommand sc, std::span<const u8> buffer);
/**
* Sends vibration data to the joycon
* @param buffer data to be send