USB PSC help
Hello,
I have a USB PSC which I am using to control 6 servos. In addition to moving the servos, I would also like to turn on/off a LED via one of the servo pins. I don't think the PCS pins can act as a binary output (similar to what the pico pic does), is this correct? After playing around with the PSC, I was surprised to see .373v on the SS pin. Why would there be a voltage on that pin when the servo isn't being used? When I played around with a BOE I found the SS pin would read 0v when not in use. Can anyone think of a way I can turn on/off a LED with the PSC?
Thanks for any help you can provide.
Tim
I have a USB PSC which I am using to control 6 servos. In addition to moving the servos, I would also like to turn on/off a LED via one of the servo pins. I don't think the PCS pins can act as a binary output (similar to what the pico pic does), is this correct? After playing around with the PSC, I was surprised to see .373v on the SS pin. Why would there be a voltage on that pin when the servo isn't being used? When I played around with a BOE I found the SS pin would read 0v when not in use. Can anyone think of a way I can turn on/off a LED with the PSC?
Thanks for any help you can provide.
Tim
Comments
2) The PSC controls all of the channels all of the time as far as I know. The BOE (as does all Stamps) initializes all I/O pins to inputs which is high impedance. Unused pins would remain so until changed by a program.