summaryrefslogtreecommitdiffstats
path: root/martin/door/src/cc1101.h
diff options
context:
space:
mode:
Diffstat (limited to 'martin/door/src/cc1101.h')
-rw-r--r--martin/door/src/cc1101.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/martin/door/src/cc1101.h b/martin/door/src/cc1101.h
index 04d828e..3bb0ad9 100644
--- a/martin/door/src/cc1101.h
+++ b/martin/door/src/cc1101.h
@@ -21,6 +21,7 @@ class CC1101
21#endif 21#endif
22 bool setup(); 22 bool setup();
23 bool setISM(ISM_FREQ ism_freq); 23 bool setISM(ISM_FREQ ism_freq);
24 void setPatable(const uint8_t patable[8]);
24 bool register_check(); 25 bool register_check();
25 bool transmit(); 26 bool transmit();
26 void setGDO0(int value); 27 void setGDO0(int value);