EveryCircuit
Contact
Reviews
Home
cymatic
modified 9 years ago

LED matrix no logic

6
1
407
03:48:47
Simple LED matrix. Arduino does the rest. Use digitalWrite() for x and y location. Sample code gives different effect. Void setup() { // set pins 2 - 9 as output For(int x = 2; x < 10; x++) { pinMode(x, OUTPUT); } } void main() { // pins 2 - 5 are x, pins 6 - 9 y for(int x = 2; x < 6; x++) { for(int y = 2; y < 10; y++) { digitalWrite(x, HIGH); digitalWrite(y, HIGH); delay(125); digitalWrite(x, LOW); digitalWrite(y, LOW); } } }
published 9 years ago
Turna
9 years ago
weldone

EveryCircuit is an easy to use, highly interactive circuit simulator and schematic capture tool. Real-time circuit simulation, interactivity, and dynamic visualization make it a must have application for professionals and academia. EveryCircuit user community has collaboratively created the largest searchable library of circuit designs. EveryCircuit app runs online in popular browsers and on mobile phones and tablets, enabling you to capture design ideas and learn electronics on the go.

Copyright © 2026 by MuseMaze, Inc.     Terms of use     Privacy policy