Search found 2 matches

by abisdad
Thu Dec 27, 2018 3:46 pm
Forum: MicroPython pyboard
Topic: Simple Newbie LED Question...
Replies: 2
Views: 1931

Re: Simple Newbie LED Question...

:D Thank you chrismas9, that example was just what I needed! I appreciated your LED current limiting calculations too, but that was not my issue. The problem was I could not find how to reference the pyboard pins, as I had an error when I typed: [code]from machine import Pin, Signal led1_pin = Pin(0...
by abisdad
Thu Dec 27, 2018 4:34 am
Forum: MicroPython pyboard
Topic: Simple Newbie LED Question...
Replies: 2
Views: 1931

Simple Newbie LED Question...

I'm almost embarrassed :oops: to ask this, but having trawled through the forum, looked at YouTube and the WWW in general, I have not come across a simple tutorial to just turn on an external LED on a pyboard using micropython! Yes, I can turn on the onboard LEDs, but I want to attach a LED to say X...