X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2Fgoodfet.maxusbhid;h=4396b1e42d4f7f6ed77a7d0e6dab2923aac2503e;hp=cc355f74881483e90329328a16bae0bed7442ab4;hb=96ebf28fac2e03cfee954db85282eac7b8ec8015;hpb=78533a51ab5421601b046a917dd0f6f01a402a49 diff --git a/client/goodfet.maxusbhid b/client/goodfet.maxusbhid index cc355f7..4396b1e 100755 --- a/client/goodfet.maxusbhid +++ b/client/goodfet.maxusbhid @@ -6,9 +6,16 @@ import sys; import binascii; import array; +import warnings from GoodFETMAXUSB import GoodFETMAXUSBHID; +warnings.warn( +"""The libraries upon which this program depends will soon be deprecated in +favor of the USB*.py libraries. See facedancer-keyboard.py for an example of +this program written using the new libraries.""" +) + #Initialize FET and set baud rate client=GoodFETMAXUSBHID(); client.serInit()