Skip to content

Adding missing dual leds

Alexandre Rey requested to merge (removed):LED-dual into master

The symbols LED_Dual_AAKK/LED_Dual_AKAK/LED_Dual_AKKA/LED_Dual_KAKA were existing. To be consistent KAAK and KKAA versions was missing. These two new symbols are fully drawn on the model of the four existing.

For more clarity, here are the existing symbols previously (cathode<-anode):

pin 1 = anode:        | pin 1 = cathode:
AAKK    AKAK    AKKA  |  KAKA
1->3    1->2    1->2  |  1<-2
2->4    3->4    4->3  |  3<-4

I added the following two symbols:

pin 1 = cathode:
KAAK    KKAA
1<-2    1<-3
4<-3    2<-4

Merge request reports