aboutsummaryrefslogtreecommitdiff
path: root/firmware/cc1101.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/cc1101.h')
-rw-r--r--firmware/cc1101.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/firmware/cc1101.h b/firmware/cc1101.h
deleted file mode 100644
index a403edb..0000000
--- a/firmware/cc1101.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-bool initCC1101();
-bool isCC1101Ready();
-
-void startCapture();
-void stopCapture();
-void printCapture();
-void replaySignal();