Search results

  1. N

    Is it possible? 7-seg LED MO8 4511

    Is it possible to get a 7 segment led to count 0-9 with a M08 and a 4511? Here is the code out of the book main: for b1 = 0 to 9 ‘ Set up a for...next loop using variable b1 let pins=b1 ‘ Output b1 onto the four data lines pause 1000 ‘ Pause 1 second next b1 ‘ Next goto main ‘ Loop back to...
Top