diff options
Diffstat (limited to 'klippy/extras/replicape.py')
-rw-r--r-- | klippy/extras/replicape.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/extras/replicape.py b/klippy/extras/replicape.py index 5938502e..9236264f 100644 --- a/klippy/extras/replicape.py +++ b/klippy/extras/replicape.py @@ -4,7 +4,8 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import logging, os -import pins, mcu, bus +import pins, mcu +from . import bus REPLICAPE_MAX_CURRENT = 3.84 REPLICAPE_PCA9685_BUS = 2 |