summaryrefslogtreecommitdiffstats
path: root/martin/door/src/cc1101.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2020-04-11 13:44:43 +0200
committermanuel <manuel@mausz.at>2020-04-11 13:44:43 +0200
commitef99adf6e71437c450bb336755e72f776cc09257 (patch)
tree4d0a01208c7671fce235090d1a520c7871325290 /martin/door/src/cc1101.h
parent0553b9907f912e56a2cd2a08b03a83ce6f2a75c6 (diff)
downloadarduino-ef99adf6e71437c450bb336755e72f776cc09257.tar.gz
arduino-ef99adf6e71437c450bb336755e72f776cc09257.tar.bz2
arduino-ef99adf6e71437c450bb336755e72f776cc09257.zip
Update martin
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);