From 0a40daf4fad5c1593c6e1696ac0cab992c799e2e Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 4 May 2026 22:48:07 +0530 Subject: initial commit --- firmware/nrf24.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 firmware/nrf24.h (limited to 'firmware/nrf24.h') diff --git a/firmware/nrf24.h b/firmware/nrf24.h new file mode 100644 index 0000000..9d543fc --- /dev/null +++ b/firmware/nrf24.h @@ -0,0 +1,14 @@ +#pragma once + +#include + +// Initialization +void initNRF(RF24 &radio); + +// Jammer modes +void startNRFJammer(); // dual-radio sweep jammer +void stopNRFJammer(); // (optional, for future) + +// Advanced (later) +void nrfJammerSweep(); // internal, but can expose if needed +void nrfSetChannel(uint8_t ch); -- cgit v1.2.3