updated nrf24 sniffer & mousejacker

This commit is contained in:
Sil 333033
2023-07-16 16:27:15 +02:00
parent caa1bc9253
commit 9f94f2aa82
7 changed files with 92 additions and 39 deletions

View File

@@ -361,6 +361,13 @@ void int32_to_bytes(uint32_t val, uint8_t* out, bool bigendian);
*/
uint32_t bytes_to_int32(uint8_t* bytes, bool bigendian);
/** Check if the nrf24 is connected
* @param handle - pointer to FuriHalSpiHandle
*
* @return true if connected, otherwise false
*/
bool nrf24_check_connected(FuriHalSpiBusHandle* handle);
#ifdef __cplusplus
}
#endif