X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETNRF.py;h=e95b9cf0002c42a18b8a7a99f0b3d868b451b5b9;hp=6afd9349a4c996b8212b11bdc541ba56ef5219d4;hb=c358276f31d141742a951112dc10bee4439a8b74;hpb=9a2b743b2105ca84080b2bcb355130e423809cd3 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."""