Update Markdown

pull/33/head
Raphaël Vinot 2015-07-04 22:39:54 +02:00
parent def6c26109
commit cdfbb9ba0e
1 changed files with 15 additions and 12 deletions

View File

@ -25,21 +25,24 @@ Mechanical design
coordinate (0,0) is located at the PCB corner near the power supply connector. coordinate (0,0) is located at the PCB corner near the power supply connector.
the X axis is along the longest side. the X axis is along the longest side.
hole_x1 = 3.50 ; // hole center x offset from PCB edge (uSD side)
LedBtn_y = device_y - hole_y - 2.5 * 2.54 + tolerance ; // Y axis center position of LEDs and button(s) * hole_x1 = 3.50 ; // hole center x offset from PCB edge (uSD side)
R_Led_x = hole_x1 + 29 + 2.54 + tolerance ; // X axis center position of red LED * LedBtn_y = device_y - hole_y - 2.5 * 2.54 + tolerance ; // Y axis center position of LEDs and button(s)
Y_Led_x = R_Led_x - 3 * 2.54 ; // X axis center position of yellow LED * R_Led_x = hole_x1 + 29 + 2.54 + tolerance ; // X axis center position of red LED
G_Led_x = R_Led_x - 6 * 2.54 ; // X axis center position of green LED * Y_Led_x = R_Led_x - 3 * 2.54 ; // X axis center position of yellow LED
Btn_x = R_Led_x + 4.5 * 2.54 ; // X axis center position of button * G_Led_x = R_Led_x - 6 * 2.54 ; // X axis center position of green LED
* Btn_x = R_Led_x + 4.5 * 2.54 ; // X axis center position of button
The LEDs and the push-button are positioned on the 2.54 mm (0.1 inch) grid The LEDs and the push-button are positioned on the 2.54 mm (0.1 inch) grid
Relative to he GPIO connector pin 1 Relative to he GPIO connector pin 1
along the X axis : -2 * 2.54 mm * along the X axis : -2 * 2.54 mm
along the Y axis (in multiples of 2.54 mm) * along the Y axis (in multiples of 2.54 mm)
Green LED center : 4.5 * Green LED center : 4.5
Yellow LED center : 7.5 * Yellow LED center : 7.5
Red LED center : 10.5 * Red LED center : 10.5
Push-button center : 15.0 * Push-button center : 15.0
The LEDs have a 3 mm diameter The LEDs have a 3 mm diameter
The top of the LEDs are 11 mm above the PCB The top of the LEDs are 11 mm above the PCB