new maxusb library
[goodfet] / client / goodfet.maxusbhid
index cc355f7..4396b1e 100755 (executable)
@@ -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()