changeset 5:e449bb0779c4

Venus MCL: add LEDs
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 19 Nov 2021 01:43:41 +0000
parents 7059b3a5224e
children 64ce89bd3376
files venus/src/MCL venus/src/pinouts/LED.pinout
diffstat 2 files changed, 50 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/venus/src/MCL	Fri Nov 19 01:02:52 2021 +0000
+++ b/venus/src/MCL	Fri Nov 19 01:43:41 2021 +0000
@@ -1,5 +1,37 @@
 # Master Component List for FreeCalypso Venus development board
 
+# LEDs and other diodes
+
+part green-led:
+ manufacturer=Rohm
+ manufacturer_part_number=SML-D12M8WT86
+ description=SMT LED, green, 0603
+ vendor=Digi-Key
+ vendor_part_number=511-1578-1-ND
+ footprint=file:LED__Rohm_SML-D12x8
+ pinout=LED.pinout
+ npins=2
+
+part yellow-led:
+ manufacturer=Rohm
+ manufacturer_part_number=SML-D12Y8WT86
+ description=SMT LED, yellow, 0603
+ vendor=Digi-Key
+ vendor_part_number=511-1582-1-ND
+ footprint=file:LED__Rohm_SML-D12x8
+ pinout=LED.pinout
+ npins=2
+
+part red-led:
+ manufacturer=Rohm
+ manufacturer_part_number=SML-D12U8WT86
+ description=SMT LED, red, 0603
+ vendor=Digi-Key
+ vendor_part_number=511-1580-1-ND
+ footprint=file:LED__Rohm_SML-D12x8
+ pinout=LED.pinout
+ npins=2
+
 D200:
  device=HVC375B
  manufacturer=Renesas
@@ -9,6 +41,22 @@
  pinout=HVC375B.pinout
  npins=2
 
+# PWON LED
+D309:
+ part=green-led
+
+# LPG LED
+D401:
+ part=yellow-led
+
+# PWL LED
+D402:
+ part=red-led
+
+# Charging LED
+D403:
+ part=red-led
+
 # Connectors
 
 part header-2pin:
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/venus/src/pinouts/LED.pinout	Fri Nov 19 01:43:41 2021 +0000
@@ -0,0 +1,2 @@
+Cathode		1
+Anode		2