new maxusb library
[goodfet] / client / GoodFETMAXUSB.py
index c20a748..b918dd0 100644 (file)
@@ -7,9 +7,14 @@
 
 
 import sys, time, string, cStringIO, struct, glob, os;
+import warnings
 
 from GoodFET import GoodFET;
 
+warnings.warn(
+"""This library will soon be deprecated in favor of the USB*.py libraries."""
+)
+
 #Handy registers.
 rEP0FIFO=0
 rEP1OUTFIFO=1