// Howdy 👋.
//
// This is where you can create powerful part automations like resistors that tell you when too much current is flowing through them
// You can also create your own flexible parts, like generics (https://docs.flux.ai/Introduction/generic-parts)
//
// If you are new to writing code in Flux make sure to check out our get started docs: https://docs.flux.ai/reference/introduction
//
// We also have a Flux Slack Community in case you need help: https://join.slack.com/t/fluxcommunity/shared_invite/zt-2ouyf80w6-7Wp81YlNEsuDFFdED9UQMA
//
// To infinity and beyond 🚀
// Componentes
LED1 Anodo = Net1 Catodo = Resistor1 - Term1
LED2 Anodo = Net2 Catodo = Resistor2 - Term1
LED3 Anodo = Net3 Catodo = Resistor3 - Term1
Resistor1 Term1 = Net3 Term2 = GND Resistance = 220
Resistor2 Term1 = Net4 Term2 = GND Resistance = 220
Resistor3 Term1 = Net5 Term2 = GND Resistance = 220
PowerSource Voltage = 5V Positiva = Net1, Net2, Net3 Negativa = GND