From 7e4cfad53699fabbecb6696508e5addcffc1b095 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sat, 20 Jun 2026 00:24:34 +0530 Subject: restructure to use rust source tree primarily --- src-arduino/rf/cc1101.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src-arduino/rf/cc1101.h (limited to 'src-arduino/rf/cc1101.h') diff --git a/src-arduino/rf/cc1101.h b/src-arduino/rf/cc1101.h new file mode 100644 index 0000000..def6a2e --- /dev/null +++ b/src-arduino/rf/cc1101.h @@ -0,0 +1,12 @@ +#pragma once + +bool initCC1101(); +bool isCC1101Ready(); + +void captureAndDisplay(); + +void handleMenu(); +void startCapture(); +void stopCapture(); +void printCapture(); +void replaySignal(); -- cgit v1.2.3