From 7bfffdbbfe7b6ca42575c176083a2c9466692e6e Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Thu, 26 Apr 2012 19:06:16 +0200 Subject: Move hardware access routines to programmer implementation Signed-off-by: Michael Buesch --- libtoprammer/top_devices.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libtoprammer/top_devices.py') diff --git a/libtoprammer/top_devices.py b/libtoprammer/top_devices.py index 39526dd..91ac1ab 100644 --- a/libtoprammer/top_devices.py +++ b/libtoprammer/top_devices.py @@ -1,6 +1,7 @@ # Import programmer specific stuff # TOP2049 specific stuff +import top2049.hardware_access import top2049.vcc_layouts import top2049.vpp_layouts import top2049.gnd_layouts -- cgit v1.2.3