How do the Kitronik Robotics Boards' motor outputs work only for motors specifically?

13 Views Asked by At

I was under the belief that I can connect anything to the motor outputs on the board and it will function as a simple dc power supply. However, connecting one of the outputs to an LED does not light the LED . The code is just a simple :

Kitronik_Robotics_Board.motorOn(Kitronik_Ro 
botics_Board.Motors.Motor2, 
  
Kitronik_Robotics_Board.MotorDirection.Forward, ledVoltageInSpeed)

Why do they work only on motors?

I have tested with multiple voltage inputs into the board. The lights also work when connected directly to an external power supply.

0

There are 0 best solutions below