aboutsummaryrefslogtreecommitdiff
path: root/firmware/nrf24.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/nrf24.h')
-rw-r--r--firmware/nrf24.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/firmware/nrf24.h b/firmware/nrf24.h
deleted file mode 100644
index 308bbc4..0000000
--- a/firmware/nrf24.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include <RF24.h>
-
-// Initialization
-void initNRF(RF24 &radio);
-
-void startBluetoothJammer();
-void startBleJammer();
-
-void startJammer(const char* name, const byte* channels, size_t channelCount);
-
-void NRFToolsMenu(int index);