i seem to have everything installed correctly. test.py runs and detects as explorer hat pro, buttons work, leds work. and if i plug a motor directly into 5v and ground, my motor works (so we know the motor and wiring is ok). but all attempts at getting power from motor channel 1 or 2 fail. i have quadruple checked my wiring. shouldn't this just work?
`#!/usr/bin/env python
import explorerhat
import time
while True:
explorerhat.motor.one.forward()
explorerhat.motor.two.forward()
`