Various changes, in expansion, rgb, js

by Willy-JL , Spooks4576 , Sil333033 , HaxSam
This commit is contained in:
MX
2024-03-11 00:37:29 +03:00
parent 1bd56fb190
commit c9434492b8
19 changed files with 1665 additions and 12 deletions

View File

@@ -50,6 +50,15 @@ void expansion_enable(Expansion* instance);
*/
void expansion_disable(Expansion* instance);
/**
* @brief Check if an expansion module is connected.
*
* @param[in,out] instance pointer to the Expansion instance.
*
* @returns true if the module is connected and initialized, false otherwise.
*/
bool expansion_is_connected(Expansion* instance);
/**
* @brief Enable support for expansion modules on designated serial port.
*