diff --git a/resistors.ato b/resistors.ato index f0f5095..3ca0f71 100644 --- a/resistors.ato +++ b/resistors.ato @@ -1,3 +1,6 @@ +import Power from "interfaces.ato" +import I2C from "interfaces.ato" + component Resistor: signal p1 ~ pin 1 signal p2 ~ pin 2