diff options
Diffstat (limited to 'src-arduino/rf/cc1101.h')
| -rw-r--r-- | src-arduino/rf/cc1101.h | 12 |
1 files changed, 12 insertions, 0 deletions
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(); |
