diff options
Diffstat (limited to 'src/rf/cc1101.h')
| -rw-r--r-- | src/rf/cc1101.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rf/cc1101.h b/src/rf/cc1101.h new file mode 100644 index 0000000..a403edb --- /dev/null +++ b/src/rf/cc1101.h @@ -0,0 +1,9 @@ +#pragma once + +bool initCC1101(); +bool isCC1101Ready(); + +void startCapture(); +void stopCapture(); +void printCapture(); +void replaySignal(); |
