From 4a7eda342433d961321eb9bc5847e47f1d55b5b2 Mon Sep 17 00:00:00 2001 From: travisutk Date: Mon, 16 Aug 2010 22:38:40 +0000 Subject: [PATCH] Nothing important. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@698 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/GoodFETNRF.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/GoodFETNRF.py b/client/GoodFETNRF.py index 6afd934..e95b9cf 100644 --- a/client/GoodFETNRF.py +++ b/client/GoodFETNRF.py @@ -91,7 +91,7 @@ class GoodFETNRF(GoodFET): elif rate==250*10**3: r6=r6|0x20; print "Setting r6=%02x." % r6; - self.poke(0x06,r6); #Write new setting. + self.poke(0x06,r6); #Write new rate. def RF_setfreq(self,frequency): """Set the frequency in Hz.""" @@ -100,6 +100,8 @@ class GoodFETNRF(GoodFET): chan=frequency/1000000-2400; self.poke(0x05,chan); + + def RF_getfreq(self): """Get the frequency in Hz.""" -- 2.20.1