From 28f964cb48ae179c94103c9e70ed000ffad9554a Mon Sep 17 00:00:00 2001 From: Abhishek Malik Date: Fri, 2 Jun 2017 11:55:44 -0700 Subject: [PATCH] ULN200XA: Adding Vcc and Vm info to doc --- src/uln200xa/uln200xa.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/uln200xa/uln200xa.hpp b/src/uln200xa/uln200xa.hpp index a1de2f8c..ebd1118b 100644 --- a/src/uln200xa/uln200xa.hpp +++ b/src/uln200xa/uln200xa.hpp @@ -49,6 +49,9 @@ namespace upm { * should also support the ULN2001A, ULN2002A, and ULN2004A devices, when * using to drive the 28BYJ-48 unipolar stepper motor. * + * Vcc goes to the 5V pin on your development board and the Vm pin should + * be connected to an external 5V supply. + * * @image html uln200xa.jpg * Example driving a stepper motor * @snippet uln200xa.cxx Interesting