From c9b74898f30ba1218e2e683151fb082d3bc35fd5 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Fri, 6 Apr 2012 23:23:11 +0200 Subject: Move chip algorithms to submodule Signed-off-by: Michael Buesch --- libtoprammer/top_devices.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libtoprammer/top_devices.py (limited to 'libtoprammer/top_devices.py') diff --git a/libtoprammer/top_devices.py b/libtoprammer/top_devices.py new file mode 100644 index 0000000..39526dd --- /dev/null +++ b/libtoprammer/top_devices.py @@ -0,0 +1,6 @@ +# Import programmer specific stuff + +# TOP2049 specific stuff +import top2049.vcc_layouts +import top2049.vpp_layouts +import top2049.gnd_layouts -- cgit v1.2.3