Problem with comparison.
/Modules/HumanInterfaces/TOUCHBOARD01A/PrjInfo.txt |
---|
0,0 → 1,12 |
[InfoShortDescription.cs] |
Dotyková klávesnice |
[InfoLongDescription.en] |
Capacitive touch board with I²C interface. |
[InfoLongDescription.cs] |
Beztlačítková univerzální klávesnice, využívá metody kapacitního snímání a je proto vhodná k zabudování do hermetických zařízení. Komunikační rozhraní klávesnice je I²C. |
[InfoBuyUST] |
[End] |
/Modules/HumanInterfaces/TOUCHBOARD01A/DOC/SRC/img/TOUCHBOARD01A_QRcode.png |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Modules/HumanInterfaces/TOUCHBOARD01A/SW/PIC16F887/main.bak |
---|
0,0 → 1,47 |
#include "D:\Honza\MLAB\Modules\HumanInterfaces\TOUCHBOARD01A\SW\PIC16F887\main.h" |
#define S_SDA PIN_C3 |
#define S_SCL PIN_C4 |
#use i2c(master, sda=S_SDA, scl=S_SCL) |
#use rs232(baud=9600,parity=N,xmit=PIN_B3,rcv=PIN_B2,bits=8) //rcv TXD xmit RXD |
void main() |
{ |
setup_adc_ports(NO_ANALOGS|VSS_VDD); |
setup_adc(ADC_CLOCK_DIV_2); |
setup_spi(SPI_SS_DISABLED); |
setup_timer_0(RTCC_INTERNAL|RTCC_DIV_1); |
setup_timer_1(T1_DISABLED); |
setup_timer_2(T2_DISABLED,0,1); |
setup_ccp1(CCP_OFF); |
setup_comparator(NC_NC_NC_NC);// This device COMP currently not supported by the PICWizard |
printf("Simple Thermomether \r\n",); |
int STAV1; |
unsigned int data1; |
while(TRUE) |
{ |
//akcelerometr |
int1 ack=0; |
i2c_start(); // If the write command is acknowledged, |
ack = i2c_write(0xB5);// then the device is ready. |
i2c_stop(); |
ack=!ack; |
printf("Stav: %d (procenta)\r\n", ack); |
//printf("Stav: %d (procenta)\r\n", STAV1); |
delay_ms(500); |
} |
} |
/Modules/HumanInterfaces/TOUCHBOARD01A/SW/PIC16F887/main.c |
---|
0,0 → 1,66 |
#include "D:\Honza\MLAB\Modules\HumanInterfaces\TOUCHBOARD01A\SW\PIC16F887\main.h" |
#define S_SDA PIN_C3 |
#define S_SCL PIN_C4 |
#use i2c(master, sda=S_SDA, scl=S_SCL) |
#use rs232(baud=9600,parity=N,xmit=PIN_B3,rcv=PIN_B2,bits=8) //rcv TXD xmit RXD |
void main() |
{ |
setup_adc_ports(NO_ANALOGS|VSS_VDD); |
setup_adc(ADC_CLOCK_DIV_2); |
setup_spi(SPI_SS_DISABLED); |
setup_timer_0(RTCC_INTERNAL|RTCC_DIV_1); |
setup_timer_1(T1_DISABLED); |
setup_timer_2(T2_DISABLED,0,1); |
setup_ccp1(CCP_OFF); |
setup_comparator(NC_NC_NC_NC);// This device COMP currently not supported by the PICWizard |
printf("Simple Thermomether \r\n",); |
unsigned int STAV1; |
unsigned int data1; |
while(TRUE) |
{ |
//akcelerometr |
int1 ack=0; |
i2c_start(); // If the write command is acknowledged, |
ack = i2c_write(0xB5);// then the device is ready. |
i2c_stop(); |
ack=!ack; |
i2c_stop(); |
i2c_start(); |
I2C_Write(0xB4); |
I2C_write(0x00); |
i2c_stop(); |
i2c_start(); |
I2C_Write(0xB5); |
STAV1=i2c_read(0); |
i2c_stop(); |
i2c_start(); |
I2C_Write(0xB4); |
I2C_write(0x01); |
i2c_stop(); |
i2c_start(); |
I2C_Write(0xB5); |
data1=i2c_read(0); |
i2c_stop(); |
printf("Stav: %d (procenta)\r\n", ack); |
printf("Stav00: %d (procenta)\r\n", STAV1); |
printf("Stav01: %d (procenta)\r\n", data1); |
delay_ms(500); |
} |
} |
/Modules/HumanInterfaces/TOUCHBOARD01A/SW/PIC16F887/main.cof |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Modules/HumanInterfaces/TOUCHBOARD01A/SW/PIC16F887/main.err |
---|
0,0 → 1,2 |
Memory usage: ROM=12% RAM=2% - 5% |
0 Errors, 0 Warnings. |
/Modules/HumanInterfaces/TOUCHBOARD01A/SW/PIC16F887/main.esym |
---|
0,0 → 1,417 |
D G "__PCM__" 0 49 ""4.106"" |
D G "__DEVICE__" 0 49 "887" |
D G "__DATE__" 0 49 ""25-6-13"" |
D G "__TIME__" 0 49 ""09:31:57"" "Standard Header file for the PIC16F887 device ////////////////" |
d G "PIN_A0" 2 20 "40" |
d G "PIN_A1" 2 21 "41" |
d G "PIN_A2" 2 22 "42" |
d G "PIN_A3" 2 23 "43" |
d G "PIN_A4" 2 24 "44" |
d G "PIN_A5" 2 25 "45" |
d G "PIN_A6" 2 26 "46" |
d G "PIN_A7" 2 27 "47" |
d G "PIN_B0" 2 29 "48" |
d G "PIN_B1" 2 30 "49" |
d G "PIN_B2" 2 31 "50" |
d G "PIN_B3" 2 32 "51" |
d G "PIN_B4" 2 33 "52" |
d G "PIN_B5" 2 34 "53" |
d G "PIN_B6" 2 35 "54" |
d G "PIN_B7" 2 36 "55" |
d G "PIN_C0" 2 38 "56" |
d G "PIN_C1" 2 39 "57" |
d G "PIN_C2" 2 40 "58" |
d G "PIN_C3" 2 41 "59" |
d G "PIN_C4" 2 42 "60" |
d G "PIN_C5" 2 43 "61" |
d G "PIN_C6" 2 44 "62" |
d G "PIN_C7" 2 45 "63" |
d G "PIN_D0" 2 47 "64" |
d G "PIN_D1" 2 48 "65" |
d G "PIN_D2" 2 49 "66" |
d G "PIN_D3" 2 50 "67" |
d G "PIN_D4" 2 51 "68" |
d G "PIN_D5" 2 52 "69" |
d G "PIN_D6" 2 53 "70" |
d G "PIN_D7" 2 54 "71" |
d G "PIN_E0" 2 56 "72" |
d G "PIN_E1" 2 57 "73" |
d G "PIN_E2" 2 58 "74" |
d G "PIN_E3" 2 59 "75" |
d G "FALSE" 2 62 "0" |
d G "TRUE" 2 63 "1" |
d G "BYTE" 2 65 "int8" |
d G "BOOLEAN" 2 66 "int1" |
d G "getc" 2 68 "getch" |
d G "fgetc" 2 69 "getch" |
d G "getchar" 2 70 "getch" |
d G "putc" 2 71 "putchar" |
d G "fputc" 2 72 "putchar" |
d G "fgets" 2 73 "gets" |
d G "fputs" 2 74 "puts" |
d G "WDT_FROM_SLEEP" 2 79 "3" |
d G "WDT_TIMEOUT" 2 80 "11" |
d G "MCLR_FROM_SLEEP" 2 81 "19" |
d G "MCLR_FROM_RUN" 2 82 "27" |
d G "NORMAL_POWER_UP" 2 83 "25" |
d G "BROWNOUT_RESTART" 2 84 "26" |
d G "T0_INTERNAL" 2 91 "0" |
d G "T0_EXT_L_TO_H" 2 92 "32" |
d G "T0_EXT_H_TO_L" 2 93 "48" |
d G "T0_DIV_1" 2 95 "8" |
d G "T0_DIV_2" 2 96 "0" |
d G "T0_DIV_4" 2 97 "1" |
d G "T0_DIV_8" 2 98 "2" |
d G "T0_DIV_16" 2 99 "3" |
d G "T0_DIV_32" 2 100 "4" |
d G "T0_DIV_64" 2 101 "5" |
d G "T0_DIV_128" 2 102 "6" |
d G "T0_DIV_256" 2 103 "7" |
d G "T0_8_BIT" 2 106 "0" |
d G "RTCC_INTERNAL" 2 108 "0" "The following are provided for compatibility" |
d G "RTCC_EXT_L_TO_H" 2 109 "32" "with older compiler versions" |
d G "RTCC_EXT_H_TO_L" 2 110 "48" |
d G "RTCC_DIV_1" 2 111 "8" |
d G "RTCC_DIV_2" 2 112 "0" |
d G "RTCC_DIV_4" 2 113 "1" |
d G "RTCC_DIV_8" 2 114 "2" |
d G "RTCC_DIV_16" 2 115 "3" |
d G "RTCC_DIV_32" 2 116 "4" |
d G "RTCC_DIV_64" 2 117 "5" |
d G "RTCC_DIV_128" 2 118 "6" |
d G "RTCC_DIV_256" 2 119 "7" |
d G "RTCC_8_BIT" 2 120 "0" |
d G "WDT_18MS" 2 132 "8" |
d G "WDT_36MS" 2 133 "9" |
d G "WDT_72MS" 2 134 "10" |
d G "WDT_144MS" 2 135 "11" |
d G "WDT_288MS" 2 136 "12" |
d G "WDT_576MS" 2 137 "13" |
d G "WDT_1152MS" 2 138 "14" |
d G "WDT_2304MS" 2 139 "15" |
d G "WDT_ON" 2 143 "0x4100" |
d G "WDT_OFF" 2 144 "0" |
d G "WDT_DIV_16" 2 145 "0x100" |
d G "WDT_DIV_8" 2 146 "0x300" |
d G "WDT_DIV_4" 2 147 "0x500" |
d G "WDT_DIV_2" 2 148 "0x700" |
d G "WDT_TIMES_1" 2 149 "0x900" "Default" |
d G "WDT_TIMES_2" 2 150 "0xB00" |
d G "WDT_TIMES_4" 2 151 "0xD00" |
d G "WDT_TIMES_8" 2 152 "0xF00" |
d G "WDT_TIMES_16" 2 153 "0x1100" |
d G "WDT_TIMES_32" 2 154 "0x1300" |
d G "WDT_TIMES_64" 2 155 "0x1500" |
d G "WDT_TIMES_128" 2 156 "0x1700" |
d G "T1_DISABLED" 2 162 "0" |
d G "T1_INTERNAL" 2 163 "5" |
d G "T1_EXTERNAL" 2 164 "7" |
d G "T1_EXTERNAL_SYNC" 2 165 "3" |
d G "T1_CLK_OUT" 2 167 "8" |
d G "T1_DIV_BY_1" 2 169 "0" |
d G "T1_DIV_BY_2" 2 170 "0x10" |
d G "T1_DIV_BY_4" 2 171 "0x20" |
d G "T1_DIV_BY_8" 2 172 "0x30" |
d G "T1_GATE" 2 174 "0x40" |
d G "T1_GATE_INVERTED" 2 175 "0xC0" |
d G "T2_DISABLED" 2 180 "0" |
d G "T2_DIV_BY_1" 2 181 "4" |
d G "T2_DIV_BY_4" 2 182 "5" |
d G "T2_DIV_BY_16" 2 183 "6" |
d G "CCP_OFF" 2 189 "0" |
d G "CCP_CAPTURE_FE" 2 190 "4" |
d G "CCP_CAPTURE_RE" 2 191 "5" |
d G "CCP_CAPTURE_DIV_4" 2 192 "6" |
d G "CCP_CAPTURE_DIV_16" 2 193 "7" |
d G "CCP_COMPARE_SET_ON_MATCH" 2 194 "8" |
d G "CCP_COMPARE_CLR_ON_MATCH" 2 195 "9" |
d G "CCP_COMPARE_INT" 2 196 "0xA" |
d G "CCP_COMPARE_RESET_TIMER" 2 197 "0xB" |
d G "CCP_PWM" 2 198 "0xC" |
d G "CCP_PWM_PLUS_1" 2 199 "0x1c" |
d G "CCP_PWM_PLUS_2" 2 200 "0x2c" |
d G "CCP_PWM_PLUS_3" 2 201 "0x3c" |
d G "CCP_PWM_H_H" 2 206 "0x0c" |
d G "CCP_PWM_H_L" 2 207 "0x0d" |
d G "CCP_PWM_L_H" 2 208 "0x0e" |
d G "CCP_PWM_L_L" 2 209 "0x0f" |
d G "CCP_PWM_FULL_BRIDGE" 2 211 "0x40" |
d G "CCP_PWM_FULL_BRIDGE_REV" 2 212 "0xC0" |
d G "CCP_PWM_HALF_BRIDGE" 2 213 "0x80" |
d G "CCP_SHUTDOWN_ON_COMP1" 2 215 "0x100000" |
d G "CCP_SHUTDOWN_ON_COMP2" 2 216 "0x200000" |
d G "CCP_SHUTDOWN_ON_COMP" 2 217 "0x300000" |
d G "CCP_SHUTDOWN_ON_INT0" 2 218 "0x400000" |
d G "CCP_SHUTDOWN_ON_COMP1_INT0" 2 219 "0x500000" |
d G "CCP_SHUTDOWN_ON_COMP2_INT0" 2 220 "0x600000" |
d G "CCP_SHUTDOWN_ON_COMP_INT0" 2 221 "0x700000" |
d G "CCP_SHUTDOWN_AC_L" 2 223 "0x000000" |
d G "CCP_SHUTDOWN_AC_H" 2 224 "0x040000" |
d G "CCP_SHUTDOWN_AC_F" 2 225 "0x080000" |
d G "CCP_SHUTDOWN_BD_L" 2 227 "0x000000" |
d G "CCP_SHUTDOWN_BD_H" 2 228 "0x010000" |
d G "CCP_SHUTDOWN_BD_F" 2 229 "0x020000" |
d G "CCP_SHUTDOWN_RESTART" 2 231 "0x80000000" |
d G "CCP_PULSE_STEERING_A" 2 233 "0x01000000" |
d G "CCP_PULSE_STEERING_B" 2 234 "0x02000000" |
d G "CCP_PULSE_STEERING_C" 2 235 "0x04000000" |
d G "CCP_PULSE_STEERING_D" 2 236 "0x08000000" |
d G "CCP_PULSE_STEERING_SYNC" 2 237 "0x10000000" |
d G "SPI_MASTER" 2 245 "0x20" |
d G "SPI_SLAVE" 2 246 "0x24" |
d G "SPI_L_TO_H" 2 247 "0" |
d G "SPI_H_TO_L" 2 248 "0x10" |
d G "SPI_CLK_DIV_4" 2 249 "0" |
d G "SPI_CLK_DIV_16" 2 250 "1" |
d G "SPI_CLK_DIV_64" 2 251 "2" |
d G "SPI_CLK_T2" 2 252 "3" |
d G "SPI_SS_DISABLED" 2 253 "1" |
d G "SPI_SAMPLE_AT_END" 2 255 "0x8000" |
d G "SPI_XMIT_L_TO_H" 2 256 "0x4000" |
d G "UART_ADDRESS" 2 262 "2" |
d G "UART_DATA" 2 263 "4" |
d G "UART_AUTODETECT" 2 264 "8" |
d G "UART_AUTODETECT_NOWAIT" 2 265 "9" |
d G "UART_WAKEUP_ON_RDA" 2 266 "10" |
d G "UART_SEND_BREAK" 2 267 "13" |
d G "NC_NC_NC_NC" 2 273 "0x00" |
d G "NC_NC" 2 274 "0x00" |
d G "CP1_A0_A3" 2 277 "0x00090080" |
d G "CP1_A1_A3" 2 278 "0x000A0081" |
d G "CP1_B3_A3" 2 279 "0x00880082" |
d G "CP1_B1_A3" 2 280 "0x00280083" |
d G "CP1_A0_VREF" 2 281 "0x00010084" |
d G "CP1_A1_VREF" 2 282 "0x00020085" |
d G "CP1_B3_VREF" 2 283 "0x00800086" |
d G "CP1_B1_VREF" 2 284 "0x00200087" |
d G "CP1_OUT_ON_A4" 2 286 "0x00000020" |
d G "CP1_INVERT" 2 287 "0x00000010" |
d G "CP1_ABSOLUTE_VREF" 2 288 "0x20000000" |
d G "CP2_A0_A2" 2 291 "0x00058000" |
d G "CP2_A1_A2" 2 292 "0x00068100" |
d G "CP2_B3_A2" 2 293 "0x00848200" |
d G "CP2_B1_A2" 2 294 "0x00248300" |
d G "CP2_A0_VREF" 2 295 "0x00018400" |
d G "CP2_A1_VREF" 2 296 "0x00028500" |
d G "CP2_B3_VREF" 2 297 "0x00808600" |
d G "CP2_B1_VREF" 2 298 "0x00208700" |
d G "CP2_OUT_ON_A5" 2 300 "0x00002000" |
d G "CP2_INVERT" 2 301 "0x00001000" |
d G "CP2_ABSOLUTE_VREF" 2 302 "0x10000000" |
d G "CP2_T1_SYNC" 2 305 "0x01000000" |
d G "CP2_T1_GATE" 2 306 "0x02000000" |
d G "VREF_LOW" 2 315 "0xa0" |
d G "VREF_HIGH" 2 316 "0x80" |
d G "OSC_31KHZ" 2 322 "1" |
d G "OSC_125KHZ" 2 323 "0x11" |
d G "OSC_250KHZ" 2 324 "0x21" |
d G "OSC_500KHZ" 2 325 "0x31" |
d G "OSC_1MHZ" 2 326 "0x41" |
d G "OSC_2MHZ" 2 327 "0x51" |
d G "OSC_4MHZ" 2 328 "0x61" |
d G "OSC_8MHZ" 2 329 "0x71" |
d G "OSC_INTRC" 2 330 "1" |
d G "OSC_NORMAL" 2 331 "0" |
d G "OSC_STATE_STABLE" 2 333 "4" |
d G "OSC_31KHZ_STABLE" 2 334 "2" |
d G "ADC_OFF" 2 342 "0" "ADC Off" |
d G "ADC_CLOCK_DIV_2" 2 343 "0x100" |
d G "ADC_CLOCK_DIV_8" 2 344 "0x40" |
d G "ADC_CLOCK_DIV_32" 2 345 "0x80" |
d G "ADC_CLOCK_INTERNAL" 2 346 "0xc0" "Internal 2-6us" |
d G "sAN0" 2 350 "1" "| A0" |
d G "sAN1" 2 351 "2" "| A1" |
d G "sAN2" 2 352 "4" "| A2" |
d G "sAN3" 2 353 "8" "| A3" |
d G "sAN4" 2 354 "16" "| A5" |
d G "sAN5" 2 355 "32" "| E0" |
d G "sAN6" 2 356 "64" "| E1" |
d G "sAN7" 2 357 "128" "| E2" |
d G "sAN8" 2 358 "0x10000" "| B2" |
d G "sAN9" 2 359 "0x20000" "| B3" |
d G "sAN10" 2 360 "0x40000" "| B1" |
d G "sAN11" 2 361 "0x80000" "| B4" |
d G "sAN12" 2 362 "0x100000" "| B0" |
d G "sAN13" 2 363 "0x200000" "| B5" |
d G "NO_ANALOGS" 2 364 "0" "None" |
d G "ALL_ANALOG" 2 365 "0x1F00FF" "A0 A1 A2 A3 A5 E0 E1 E2 B0 B1 B2 B3 B4 B5" |
d G "VSS_VDD" 2 368 "0x0000" "| Range 0-Vdd" |
d G "VSS_VREF" 2 369 "0x1000" "| Range 0-Vref" |
d G "VREF_VREF" 2 370 "0x3000" "| Range Vref-Vref" |
d G "VREF_VDD" 2 371 "0x2000" "| Range Vref-Vdd" |
d G "ADC_START_AND_READ" 2 375 "7" "This is the default if nothing is specified" |
d G "ADC_START_ONLY" 2 376 "1" |
d G "ADC_READ_ONLY" 2 377 "6" |
d G "L_TO_H" 2 389 "0x40" |
d G "H_TO_L" 2 390 "0" |
d G "GLOBAL" 2 392 "0x0BC0" |
d G "INT_RTCC" 2 393 "0x000B20" |
d G "INT_RB" 2 394 "0x01FF0B08" |
d G "INT_EXT_L2H" 2 395 "0x50000B10" |
d G "INT_EXT_H2L" 2 396 "0x60000B10" |
d G "INT_EXT" 2 397 "0x000B10" |
d G "INT_AD" 2 398 "0x008C40" |
d G "INT_TBE" 2 399 "0x008C10" |
d G "INT_RDA" 2 400 "0x008C20" |
d G "INT_TIMER1" 2 401 "0x008C01" |
d G "INT_TIMER2" 2 402 "0x008C02" |
d G "INT_CCP1" 2 403 "0x008C04" |
d G "INT_CCP2" 2 404 "0x008D01" |
d G "INT_SSP" 2 405 "0x008C08" |
d G "INT_BUSCOL" 2 406 "0x008D08" |
d G "INT_EEPROM" 2 407 "0x008D10" |
d G "INT_TIMER0" 2 408 "0x000B20" |
d G "INT_OSC_FAIL" 2 409 "0x008D80" |
d G "INT_COMP" 2 410 "0x008D20" |
d G "INT_COMP2" 2 411 "0x008D40" |
d G "INT_ULPWU" 2 412 "0x008D04" |
d G "INT_RB0" 2 413 "0x0010B08" |
d G "INT_RB1" 2 414 "0x0020B08" |
d G "INT_RB2" 2 415 "0x0040B08" |
d G "INT_RB3" 2 416 "0x0080B08" |
d G "INT_RB4" 2 417 "0x0100B08" |
d G "INT_RB5" 2 418 "0x0200B08" |
d G "INT_RB6" 2 419 "0x0400B08" |
d G "INT_RB7" 2 420 "0x0800B08" |
D G "S_SDA" 0 2 "PIN_C3" |
D G "S_SCL" 0 3 "PIN_C4" |
F G "main" 0 8 "void()" |
C L "main" 0 18 1 "FUNCTION" |
V L "STAV1" 0 22 "int8" |
V L "data1" 0 23 "int8" |
C L "main" 0 18 1 "FUNCTION" |
V L "ack" 0 32 "int1" |
C L "main" 0 18 1 "FUNCTION" |
C L "main" 0 18 1 "FUNCTION" |
F B "reset_cpu" 0 0 |
F B "abs" 1 0 |
F B "sleep_ulpwu" 1 0 |
F B "sleep" 0 0 |
F B "delay_cycles" 1 0 |
F B "read_bank" 2 0 |
F B "write_bank" 3 0 |
F B "shift_left" 2 2 |
F B "shift_right" 2 2 |
F B "rotate_left" 2 0 |
F B "rotate_right" 2 0 |
F B "_mul" 2 0 |
F B "memset" 3 0 |
F B "isamoung" 2 0 |
F B "isamong" 2 0 |
F B "bit_set" 2 0 |
F B "bit_clear" 2 0 |
F B "bit_test" 2 0 |
F B "toupper" 1 0 |
F B "tolower" 1 0 |
F B "swap" 1 0 |
F B "printf" 1 255 |
F B "fprintf" 1 255 |
F B "sprintf" 1 255 |
F B "make8" 2 0 |
F B "make16" 2 0 |
F B "make32" 1 255 |
F B "label_address" 1 1 |
F B "goto_address" 1 0 |
F B "_va_arg" 1 0 |
F B "offsetofbit" 2 2 |
F B "enable_interrupts" 1 0 |
F B "disable_interrupts" 1 0 |
F B "interrupt_active" 1 0 |
F B "clear_interrupt" 1 0 |
F B "jump_to_isr" 1 0 |
F B "ext_int_edge" 1 2 |
F B "read_eeprom" 1 0 |
F B "write_eeprom" 2 0 |
F B "read_program_eeprom" 1 0 |
F B "write_program_eeprom" 2 0 |
F B "write_program_memory" 4 0 |
F B "write_program_memory8" 4 0 |
F B "read_program_memory" 4 0 |
F B "read_program_memory8" 4 0 |
F B "erase_program_eeprom" 1 0 |
F B "strcpy" 2 0 |
F B "memcpy" 3 0 |
F B "strstr100" 2 0 |
F B "output_high" 1 0 |
F B "output_low" 1 0 |
F B "input" 1 0 |
F B "input_state" 1 0 |
F B "output_float" 1 0 |
F B "output_drive" 1 0 |
F B "output_bit" 1 1 |
F B "output_toggle" 1 0 |
F B "output_a" 1 0 |
F B "output_b" 1 0 |
F B "output_c" 1 0 |
F B "output_d" 1 0 |
F B "output_e" 1 0 |
F B "input_a" 0 0 |
F B "input_b" 0 0 |
F B "input_c" 0 0 |
F B "input_d" 0 0 |
F B "input_e" 0 0 |
F B "set_tris_a" 1 0 |
F B "set_tris_b" 1 0 |
F B "set_tris_c" 1 0 |
F B "set_tris_d" 1 0 |
F B "set_tris_e" 1 0 |
F B "get_tris_a" 0 0 |
F B "get_tris_b" 0 0 |
F B "get_tris_c" 0 0 |
F B "get_tris_d" 0 0 |
F B "get_tris_e" 0 0 |
F B "input_change_a" 0 0 |
F B "input_change_b" 0 0 |
F B "input_change_c" 0 0 |
F B "input_change_d" 0 0 |
F B "input_change_e" 0 0 |
F B "port_b_pullups" 1 0 |
F B "setup_counters" 2 0 |
F B "setup_wdt" 1 0 |
F B "restart_cause" 0 0 |
F B "restart_wdt" 0 0 |
F B "get_rtcc" 0 0 |
F B "set_rtcc" 1 0 |
F B "get_timer0" 0 0 |
F B "set_timer0" 1 0 |
F B "setup_comparator" 1 0 |
F B "setup_port_a" 1 0 |
F B "setup_adc_ports" 1 0 |
F B "setup_adc" 1 0 |
F B "set_adc_channel" 1 0 |
F B "read_adc" 0 1 |
F B "adc_done" 0 0 |
F B "setup_timer_0" 1 0 |
F B "setup_vref" 1 0 |
F B "setup_timer_1" 1 0 |
F B "get_timer1" 0 0 |
F B "set_timer1" 1 0 |
F B "setup_timer_2" 3 0 |
F B "get_timer2" 0 0 |
F B "set_timer2" 1 0 |
F B "setup_ccp1" 1 2 |
F B "set_pwm1_duty" 1 0 |
F B "setup_ccp2" 1 0 |
F B "set_pwm2_duty" 1 0 |
F B "setup_oscillator" 1 2 |
F B "setup_spi" 1 0 |
F B "spi_read" 0 1 |
F B "spi_write" 1 0 |
F B "spi_data_is_in" 0 0 |
F B "setup_spi2" 1 0 |
F B "spi_read2" 0 1 |
F B "spi_write2" 1 0 |
F B "spi_data_is_in2" 0 0 |
F B "brownout_enable" 1 0 |
F B "delay_ms" 1 0 |
F B "delay_us" 1 0 |
F B "i2c_read" 0 2 |
F B "i2c_write" 1 2 |
F B "i2c_start" 0 2 |
F B "i2c_stop" 0 1 |
F B "i2c_isr_state" 0 1 |
F B "putchar" 1 2 |
F B "puts" 1 2 |
F B "getch" 0 1 |
F B "gets" 1 3 |
F B "kbhit" 0 1 |
/Modules/HumanInterfaces/TOUCHBOARD01A/SW/PIC16F887/main.h |
---|
0,0 → 1,19 |
#include <16F887.h> |
#device adc=8 |
#FUSES NOWDT //No Watch Dog Timer |
#FUSES INTRC_IO //Internal RC Osc, no CLKOUT |
#FUSES NOPUT //No Power Up Timer |
#FUSES MCLR //Master Clear pin enabled |
#FUSES NOPROTECT //Code not protected from reading |
#FUSES NOCPD //No EE protection |
#FUSES NOBROWNOUT //No brownout reset |
#FUSES IESO //Internal External Switch Over mode enabled |
#FUSES FCMEN //Fail-safe clock monitor enabled |
#FUSES NOLVP //No low voltage prgming, B3(PIC16) or B5(PIC18) used for I/O |
#FUSES NODEBUG //No Debug mode for ICD |
#FUSES NOWRT //Program memory not write protected |
#FUSES BORV40 //Brownout reset at 4.0V |
#use delay(clock=8000000) |
/Modules/HumanInterfaces/TOUCHBOARD01A/SW/PIC16F887/main.hex |
---|
0,0 → 1,130 |
:1000000002308A000B2A0000D3346D38EC32202AEB |
:10001000E832F236EF36653AE8327210A0060A008E |
:10002000533A613B3A10253220147039EF3165376D |
:10003000F430A9060A00533A613B30183A102532D1 |
:1000400020147039EF316537F430A9060A00533AAD |
:10005000613BB0183A10253220147039EF31653702 |
:10006000F430A9060A00831686118312861108301F |
:10007000F8003A280000F8174B28F813AB0C0318C7 |
:100080008615031C861178174B287813F80B3E2829 |
:100090004928000086153F308400840B4D2800005D |
:1000A000F81B3D28781B45280800831603178C177A |
:1000B0000C140000000083120C087F3903199928E2 |
:1000C0000313A40003170D080313A50003170F085B |
:1000D0000313A6002408AB003320250803178D0066 |
:1000E0000313260803178F0083168C170C140000C7 |
:1000F000000083120C0D0E0D7F390319992803138C |
:10010000A40003170D080313A50003170F0803131A |
:10011000A6002408AB003320250803178D00031325 |
:10012000260803178F008D0A03198F0A0313552819 |
:10013000031703138A110A12732A0830F80000000B |
:100140000712201220088316870000008312A40DD6 |
:100150008711031CB128A015200883168700B52835 |
:100160008312A01120088316870000008312201636 |
:100170002008831687008312071EBC28F80B9F28CF |
:100180000000071220122008831687000000831247 |
:10019000A015200883168700000000008312201697 |
:1001A0002008831687008312071ED428F801000058 |
:1001B00087197814071220122008831687008312EB |
:1001C0008711A011200883168700831208000830C9 |
:1001D000A5007708A600A015200883168700000058 |
:1001E000831220162008831687008312071EF62824 |
:1001F00087190314871D0310F80D00002012200832 |
:100200008316870083120712A50BEB28A015200880 |
:100210008316870000008312871126080319152909 |
:10022000A0112008831687008312000020162008E2 |
:10023000831687008312071E1B2900000712201255 |
:10024000200883168700000083128711A011200860 |
:100250008316870083120800831603178C170C146B |
:100260000000000003185B2983120C087F39031378 |
:10027000A60003170D080313A70003170F080313A5 |
:10028000A8002608AB003320270803178D000313AE |
:10029000280803178F0083168C170C140000000029 |
:1002A00083120313A50B55295829831603175B29BD |
:1002B0007A298316031783120C0D0E0D7F39031351 |
:1002C000A60003170D080313A70003170F08031355 |
:1002D000A8002608AB003320270803178D0003135E |
:1002E000280803178F008D0A03198F0A03100313C0 |
:1002F000A50B2C2908002C08F8012B0203188329D0 |
:100300002B08F7008F29F7010830AD00AB0DF70D72 |
:100310002C0877020318F700F80DAD0B86290800AA |
:100320002030261E3030A7002508F700A51F9F2982 |
:10033000F709F70A7708A5002D30A700A6172508AA |
:10034000AB006430AC007B217708A5003030780723 |
:10035000A8002508AB000A30AC007B2130307707BD |
:10036000AA0030307807A9002708F700A61DBA298F |
:10037000A61F2611261AC729A61FE2292619E22937 |
:100380007708A800A618E2297708A900E2293030EA |
:100390002802031DE2297708A8002030A700A61D27 |
:1003A000D5292611A614A61FA61030302902031D38 |
:1003B000E2297708A9002030A800A61DD529A6109B |
:1003C000A61F2610261DE7292708AB003320A61CF0 |
:1003D000EC292808AB003320261CF1292908AB00A2 |
:1003E00033202A08AB003320080025308400831313 |
:1003F00000080319082A0230F800F701F70BFE295C |
:10040000F80BFD299730F700F70B042A800BFB2926 |
:100410008A110A12EB2B840183131F30830571307C |
:1004200083168F000F088611831286158316031713 |
:100430000908C039890003131F129F1200300317E7 |
:1004400088008312870188018901FF300313A0000F |
:10045000831603170908C039890003131F129F125E |
:10046000003003178800831203131F139F13831692 |
:100470009F1383121F149412A01220088316870062 |
:10048000831220162008831687008312A0112008EB |
:100490008316870001308312940000308316940085 |
:1004A0000108C73908388100831290010030F80034 |
:1004B00092000030831692008312201520088316C4 |
:1004C00087008312970183169B019C0101309D00D8 |
:1004D0008312031787018801890104308D000030E1 |
:1004E0008F00031355282310A015200883168700BA |
:1004F0000000831220162008831687000000831254 |
:100500008711A011200883168700000083120712AC |
:100510002012200883168700B5308312A4009D2086 |
:100520007808231078182314A01120088316870058 |
:100530000000831220162008831687008312071EEE |
:100540009F2A0000A32A0000A01520088316870018 |
:10055000000001308312A306A01120088316870033 |
:100560000000831220162008831687008312071EBE |
:10057000B72A0000BB2A0000A015200883168700B8 |
:1005800000008312A0152008831687000000831244 |
:100590002016200883168700000083128711A011FF |
:1005A00020088316870000008312071220122008FB |
:1005B00083168700B4308312A4009D20A4019D20DF |
:1005C000A01120088316870000008312201620083F |
:1005D000831687008312071EEB2A0000EF2A000013 |
:1005E000A01520088316870000008312A01520089C |
:1005F00083168700000083122016200883168700C8 |
:10060000000083128711A0112008831687000000C4 |
:10061000831207122012200883168700B530831238 |
:10062000A4009D20F701E7207808A100A011200870 |
:100630008316870000008312201620088316870087 |
:100640008312071E212B0000252B0000A015200877 |
:100650008316870000008312A015200883168700E8 |
:1006600000008312201620088316870000008312E2 |
:100670008711A0112008831687000000831207123B |
:100680002012200883168700B4308312A4009D2016 |
:100690000130A4009D20A0112008831687000000CF |
:1006A000831220162008831687008312071E562BFC |
:1006B00000005A2B0000A0152008831687000000B8 |
:1006C0008312A015200883168700000083122016CD |
:1006D000200883168700000083128711A0112008CC |
:1006E0008316870000008312071220122008831649 |
:1006F0008700B5308312A4009D20F701E720780819 |
:10070000A200A01120088316870000008312201683 |
:100710002008831687008312071E8C2B0000902B65 |
:100720000000A01520088316870000000030831207 |
:1007300023180130A400103003178D0000308F0003 |
:10074000031006300313A5002C212408A5001F3038 |
:10075000A6009021143003178D0000308F00031085 |
:100760000D300313A5002C211B3003178D00003022 |
:100770008F00031008300313A5002C212108A500C9 |
:100780001F30A6009021203003178D0000308F000D |
:1007900003100D300313A5002C21273003178D0003 |
:1007A00000308F00031008300313A5002C2122080D |
:1007B000A5001F30A60090212C3003178D000030BB |
:1007C0008F0003100D300313A5002C210230A4006C |
:0E07D000FA30A500F529A40BE82B732A63006C |
:04400E00F42CFF3F50 |
:00000001FF |
;PIC16F887 |
;CRC=4DBE CREATED="25-6-13 09:31" |
/Modules/HumanInterfaces/TOUCHBOARD01A/SW/PIC16F887/main.lst |
---|
0,0 → 1,794 |
CCS PCM C Compiler, Version 4.106, 47914 25-6-13 09:31 |
Filename: D:\Honza\MLAB\Modules\HumanInterfaces\TOUCHBOARD01A\SW\PIC16F887\main.lst |
ROM used: 1007 words (12%) |
Largest free fragment is 2048 |
RAM used: 7 (2%) at main() level |
19 (5%) worst case |
Stack: 2 locations |
* |
0000: MOVLW 02 |
0001: MOVWF 0A |
0002: GOTO 20B |
0003: NOP |
.................... #include "D:\Honza\MLAB\Modules\HumanInterfaces\TOUCHBOARD01A\SW\PIC16F887\main.h" |
.................... #include <16F887.h> |
.................... //////// Standard Header file for the PIC16F887 device //////////////// |
.................... #device PIC16F887 |
.................... #list |
.................... |
.................... #device adc=8 |
.................... |
.................... #FUSES NOWDT //No Watch Dog Timer |
.................... #FUSES INTRC_IO //Internal RC Osc, no CLKOUT |
.................... #FUSES NOPUT //No Power Up Timer |
.................... #FUSES MCLR //Master Clear pin enabled |
.................... #FUSES NOPROTECT //Code not protected from reading |
.................... #FUSES NOCPD //No EE protection |
.................... #FUSES NOBROWNOUT //No brownout reset |
.................... #FUSES IESO //Internal External Switch Over mode enabled |
.................... #FUSES FCMEN //Fail-safe clock monitor enabled |
.................... #FUSES NOLVP //No low voltage prgming, B3(PIC16) or B5(PIC18) used for I/O |
.................... #FUSES NODEBUG //No Debug mode for ICD |
.................... #FUSES NOWRT //Program memory not write protected |
.................... #FUSES BORV40 //Brownout reset at 4.0V |
.................... |
.................... #use delay(clock=8000000) |
* |
01F5: MOVLW 25 |
01F6: MOVWF 04 |
01F7: BCF 03.7 |
01F8: MOVF 00,W |
01F9: BTFSC 03.2 |
01FA: GOTO 208 |
01FB: MOVLW 02 |
01FC: MOVWF 78 |
01FD: CLRF 77 |
01FE: DECFSZ 77,F |
01FF: GOTO 1FE |
0200: DECFSZ 78,F |
0201: GOTO 1FD |
0202: MOVLW 97 |
0203: MOVWF 77 |
0204: DECFSZ 77,F |
0205: GOTO 204 |
0206: DECFSZ 00,F |
0207: GOTO 1FB |
0208: BCF 0A.3 |
0209: BCF 0A.4 |
020A: GOTO 3EB (RETURN) |
.................... |
.................... |
.................... #define S_SDA PIN_C3 |
.................... #define S_SCL PIN_C4 |
.................... #use i2c(master, sda=S_SDA, scl=S_SCL) |
* |
009D: MOVLW 08 |
009E: MOVWF 78 |
009F: NOP |
00A0: BCF 07.4 |
00A1: BCF 20.4 |
00A2: MOVF 20,W |
00A3: BSF 03.5 |
00A4: MOVWF 07 |
00A5: NOP |
00A6: BCF 03.5 |
00A7: RLF 24,F |
00A8: BCF 07.3 |
00A9: BTFSS 03.0 |
00AA: GOTO 0B1 |
00AB: BSF 20.3 |
00AC: MOVF 20,W |
00AD: BSF 03.5 |
00AE: MOVWF 07 |
00AF: GOTO 0B5 |
00B0: BCF 03.5 |
00B1: BCF 20.3 |
00B2: MOVF 20,W |
00B3: BSF 03.5 |
00B4: MOVWF 07 |
00B5: NOP |
00B6: BCF 03.5 |
00B7: BSF 20.4 |
00B8: MOVF 20,W |
00B9: BSF 03.5 |
00BA: MOVWF 07 |
00BB: BCF 03.5 |
00BC: BTFSS 07.4 |
00BD: GOTO 0BC |
00BE: DECFSZ 78,F |
00BF: GOTO 09F |
00C0: NOP |
00C1: BCF 07.4 |
00C2: BCF 20.4 |
00C3: MOVF 20,W |
00C4: BSF 03.5 |
00C5: MOVWF 07 |
00C6: NOP |
00C7: BCF 03.5 |
00C8: BSF 20.3 |
00C9: MOVF 20,W |
00CA: BSF 03.5 |
00CB: MOVWF 07 |
00CC: NOP |
00CD: NOP |
00CE: BCF 03.5 |
00CF: BSF 20.4 |
00D0: MOVF 20,W |
00D1: BSF 03.5 |
00D2: MOVWF 07 |
00D3: BCF 03.5 |
00D4: BTFSS 07.4 |
00D5: GOTO 0D4 |
00D6: CLRF 78 |
00D7: NOP |
00D8: BTFSC 07.3 |
00D9: BSF 78.0 |
00DA: BCF 07.4 |
00DB: BCF 20.4 |
00DC: MOVF 20,W |
00DD: BSF 03.5 |
00DE: MOVWF 07 |
00DF: BCF 03.5 |
00E0: BCF 07.3 |
00E1: BCF 20.3 |
00E2: MOVF 20,W |
00E3: BSF 03.5 |
00E4: MOVWF 07 |
00E5: BCF 03.5 |
00E6: RETURN |
00E7: MOVLW 08 |
00E8: MOVWF 25 |
00E9: MOVF 77,W |
00EA: MOVWF 26 |
00EB: BSF 20.3 |
00EC: MOVF 20,W |
00ED: BSF 03.5 |
00EE: MOVWF 07 |
00EF: NOP |
00F0: BCF 03.5 |
00F1: BSF 20.4 |
00F2: MOVF 20,W |
00F3: BSF 03.5 |
00F4: MOVWF 07 |
00F5: BCF 03.5 |
00F6: BTFSS 07.4 |
00F7: GOTO 0F6 |
00F8: BTFSC 07.3 |
00F9: BSF 03.0 |
00FA: BTFSS 07.3 |
00FB: BCF 03.0 |
00FC: RLF 78,F |
00FD: NOP |
00FE: BCF 20.4 |
00FF: MOVF 20,W |
0100: BSF 03.5 |
0101: MOVWF 07 |
0102: BCF 03.5 |
0103: BCF 07.4 |
0104: DECFSZ 25,F |
0105: GOTO 0EB |
0106: BSF 20.3 |
0107: MOVF 20,W |
0108: BSF 03.5 |
0109: MOVWF 07 |
010A: NOP |
010B: BCF 03.5 |
010C: BCF 07.3 |
010D: MOVF 26,W |
010E: BTFSC 03.2 |
010F: GOTO 115 |
0110: BCF 20.3 |
0111: MOVF 20,W |
0112: BSF 03.5 |
0113: MOVWF 07 |
0114: BCF 03.5 |
0115: NOP |
0116: BSF 20.4 |
0117: MOVF 20,W |
0118: BSF 03.5 |
0119: MOVWF 07 |
011A: BCF 03.5 |
011B: BTFSS 07.4 |
011C: GOTO 11B |
011D: NOP |
011E: BCF 07.4 |
011F: BCF 20.4 |
0120: MOVF 20,W |
0121: BSF 03.5 |
0122: MOVWF 07 |
0123: NOP |
0124: BCF 03.5 |
0125: BCF 07.3 |
0126: BCF 20.3 |
0127: MOVF 20,W |
0128: BSF 03.5 |
0129: MOVWF 07 |
012A: BCF 03.5 |
012B: RETURN |
.................... #use rs232(baud=9600,parity=N,xmit=PIN_B3,rcv=PIN_B2,bits=8) //rcv TXD xmit RXD |
* |
0033: BSF 03.5 |
0034: BCF 06.3 |
0035: BCF 03.5 |
0036: BCF 06.3 |
0037: MOVLW 08 |
0038: MOVWF 78 |
0039: GOTO 03A |
003A: NOP |
003B: BSF 78.7 |
003C: GOTO 04B |
003D: BCF 78.7 |
003E: RRF 2B,F |
003F: BTFSC 03.0 |
0040: BSF 06.3 |
0041: BTFSS 03.0 |
0042: BCF 06.3 |
0043: BSF 78.6 |
0044: GOTO 04B |
0045: BCF 78.6 |
0046: DECFSZ 78,F |
0047: GOTO 03E |
0048: GOTO 049 |
0049: NOP |
004A: BSF 06.3 |
004B: MOVLW 3F |
004C: MOVWF 04 |
004D: DECFSZ 04,F |
004E: GOTO 04D |
004F: NOP |
0050: BTFSC 78.7 |
0051: GOTO 03D |
0052: BTFSC 78.6 |
0053: GOTO 045 |
0054: RETURN |
.................... |
.................... |
.................... void main() |
.................... { |
* |
020B: CLRF 04 |
020C: BCF 03.7 |
020D: MOVLW 1F |
020E: ANDWF 03,F |
020F: MOVLW 71 |
0210: BSF 03.5 |
0211: MOVWF 0F |
0212: MOVF 0F,W |
0213: BCF 06.3 |
0214: BCF 03.5 |
0215: BSF 06.3 |
0216: BSF 03.5 |
0217: BSF 03.6 |
0218: MOVF 09,W |
0219: ANDLW C0 |
021A: MOVWF 09 |
021B: BCF 03.6 |
021C: BCF 1F.4 |
021D: BCF 1F.5 |
021E: MOVLW 00 |
021F: BSF 03.6 |
0220: MOVWF 08 |
0221: BCF 03.5 |
0222: CLRF 07 |
0223: CLRF 08 |
0224: CLRF 09 |
.................... |
.................... setup_adc_ports(NO_ANALOGS|VSS_VDD); |
* |
0228: BSF 03.5 |
0229: BSF 03.6 |
022A: MOVF 09,W |
022B: ANDLW C0 |
022C: MOVWF 09 |
022D: BCF 03.6 |
022E: BCF 1F.4 |
022F: BCF 1F.5 |
0230: MOVLW 00 |
0231: BSF 03.6 |
0232: MOVWF 08 |
.................... setup_adc(ADC_CLOCK_DIV_2); |
0233: BCF 03.5 |
0234: BCF 03.6 |
0235: BCF 1F.6 |
0236: BCF 1F.7 |
0237: BSF 03.5 |
0238: BCF 1F.7 |
0239: BCF 03.5 |
023A: BSF 1F.0 |
.................... setup_spi(SPI_SS_DISABLED); |
023B: BCF 14.5 |
023C: BCF 20.5 |
023D: MOVF 20,W |
023E: BSF 03.5 |
023F: MOVWF 07 |
0240: BCF 03.5 |
0241: BSF 20.4 |
0242: MOVF 20,W |
0243: BSF 03.5 |
0244: MOVWF 07 |
0245: BCF 03.5 |
0246: BCF 20.3 |
0247: MOVF 20,W |
0248: BSF 03.5 |
0249: MOVWF 07 |
024A: MOVLW 01 |
024B: BCF 03.5 |
024C: MOVWF 14 |
024D: MOVLW 00 |
024E: BSF 03.5 |
024F: MOVWF 14 |
.................... setup_timer_0(RTCC_INTERNAL|RTCC_DIV_1); |
0250: MOVF 01,W |
0251: ANDLW C7 |
0252: IORLW 08 |
0253: MOVWF 01 |
.................... setup_timer_1(T1_DISABLED); |
0254: BCF 03.5 |
0255: CLRF 10 |
.................... setup_timer_2(T2_DISABLED,0,1); |
0256: MOVLW 00 |
0257: MOVWF 78 |
0258: MOVWF 12 |
0259: MOVLW 00 |
025A: BSF 03.5 |
025B: MOVWF 12 |
.................... setup_ccp1(CCP_OFF); |
025C: BCF 03.5 |
025D: BSF 20.2 |
025E: MOVF 20,W |
025F: BSF 03.5 |
0260: MOVWF 07 |
0261: BCF 03.5 |
0262: CLRF 17 |
0263: BSF 03.5 |
0264: CLRF 1B |
0265: CLRF 1C |
0266: MOVLW 01 |
0267: MOVWF 1D |
.................... setup_comparator(NC_NC_NC_NC);// This device COMP currently not supported by the PICWizard |
0268: BCF 03.5 |
0269: BSF 03.6 |
026A: CLRF 07 |
026B: CLRF 08 |
026C: CLRF 09 |
.................... |
.................... printf("Simple Thermomether \r\n",); |
026D: MOVLW 04 |
026E: MOVWF 0D |
026F: MOVLW 00 |
0270: MOVWF 0F |
0271: BCF 03.6 |
0272: GOTO 055 |
.................... |
.................... unsigned int STAV1; |
.................... unsigned int data1; |
.................... |
.................... |
.................... while(TRUE) |
.................... { |
.................... |
.................... |
.................... |
.................... //akcelerometr |
.................... int1 ack=0; |
0273: BCF 23.0 |
.................... i2c_start(); // If the write command is acknowledged, |
0274: BSF 20.3 |
0275: MOVF 20,W |
0276: BSF 03.5 |
0277: MOVWF 07 |
0278: NOP |
0279: BCF 03.5 |
027A: BSF 20.4 |
027B: MOVF 20,W |
027C: BSF 03.5 |
027D: MOVWF 07 |
027E: NOP |
027F: BCF 03.5 |
0280: BCF 07.3 |
0281: BCF 20.3 |
0282: MOVF 20,W |
0283: BSF 03.5 |
0284: MOVWF 07 |
0285: NOP |
0286: BCF 03.5 |
0287: BCF 07.4 |
0288: BCF 20.4 |
0289: MOVF 20,W |
028A: BSF 03.5 |
028B: MOVWF 07 |
.................... ack = i2c_write(0xB5);// then the device is ready. |
028C: MOVLW B5 |
028D: BCF 03.5 |
028E: MOVWF 24 |
028F: CALL 09D |
0290: MOVF 78,W |
0291: BCF 23.0 |
0292: BTFSC 78.0 |
0293: BSF 23.0 |
.................... i2c_stop(); |
0294: BCF 20.3 |
0295: MOVF 20,W |
0296: BSF 03.5 |
0297: MOVWF 07 |
0298: NOP |
0299: BCF 03.5 |
029A: BSF 20.4 |
029B: MOVF 20,W |
029C: BSF 03.5 |
029D: MOVWF 07 |
029E: BCF 03.5 |
029F: BTFSS 07.4 |
02A0: GOTO 29F |
02A1: NOP |
02A2: GOTO 2A3 |
02A3: NOP |
02A4: BSF 20.3 |
02A5: MOVF 20,W |
02A6: BSF 03.5 |
02A7: MOVWF 07 |
02A8: NOP |
.................... ack=!ack; |
02A9: MOVLW 01 |
02AA: BCF 03.5 |
02AB: XORWF 23,F |
.................... |
.................... i2c_stop(); |
02AC: BCF 20.3 |
02AD: MOVF 20,W |
02AE: BSF 03.5 |
02AF: MOVWF 07 |
02B0: NOP |
02B1: BCF 03.5 |
02B2: BSF 20.4 |
02B3: MOVF 20,W |
02B4: BSF 03.5 |
02B5: MOVWF 07 |
02B6: BCF 03.5 |
02B7: BTFSS 07.4 |
02B8: GOTO 2B7 |
02B9: NOP |
02BA: GOTO 2BB |
02BB: NOP |
02BC: BSF 20.3 |
02BD: MOVF 20,W |
02BE: BSF 03.5 |
02BF: MOVWF 07 |
02C0: NOP |
.................... |
.................... i2c_start(); |
02C1: BCF 03.5 |
02C2: BSF 20.3 |
02C3: MOVF 20,W |
02C4: BSF 03.5 |
02C5: MOVWF 07 |
02C6: NOP |
02C7: BCF 03.5 |
02C8: BSF 20.4 |
02C9: MOVF 20,W |
02CA: BSF 03.5 |
02CB: MOVWF 07 |
02CC: NOP |
02CD: BCF 03.5 |
02CE: BCF 07.3 |
02CF: BCF 20.3 |
02D0: MOVF 20,W |
02D1: BSF 03.5 |
02D2: MOVWF 07 |
02D3: NOP |
02D4: BCF 03.5 |
02D5: BCF 07.4 |
02D6: BCF 20.4 |
02D7: MOVF 20,W |
02D8: BSF 03.5 |
02D9: MOVWF 07 |
.................... I2C_Write(0xB4); |
02DA: MOVLW B4 |
02DB: BCF 03.5 |
02DC: MOVWF 24 |
02DD: CALL 09D |
.................... I2C_write(0x00); |
02DE: CLRF 24 |
02DF: CALL 09D |
.................... i2c_stop(); |
02E0: BCF 20.3 |
02E1: MOVF 20,W |
02E2: BSF 03.5 |
02E3: MOVWF 07 |
02E4: NOP |
02E5: BCF 03.5 |
02E6: BSF 20.4 |
02E7: MOVF 20,W |
02E8: BSF 03.5 |
02E9: MOVWF 07 |
02EA: BCF 03.5 |
02EB: BTFSS 07.4 |
02EC: GOTO 2EB |
02ED: NOP |
02EE: GOTO 2EF |
02EF: NOP |
02F0: BSF 20.3 |
02F1: MOVF 20,W |
02F2: BSF 03.5 |
02F3: MOVWF 07 |
02F4: NOP |
.................... i2c_start(); |
02F5: BCF 03.5 |
02F6: BSF 20.3 |
02F7: MOVF 20,W |
02F8: BSF 03.5 |
02F9: MOVWF 07 |
02FA: NOP |
02FB: BCF 03.5 |
02FC: BSF 20.4 |
02FD: MOVF 20,W |
02FE: BSF 03.5 |
02FF: MOVWF 07 |
0300: NOP |
0301: BCF 03.5 |
0302: BCF 07.3 |
0303: BCF 20.3 |
0304: MOVF 20,W |
0305: BSF 03.5 |
0306: MOVWF 07 |
0307: NOP |
0308: BCF 03.5 |
0309: BCF 07.4 |
030A: BCF 20.4 |
030B: MOVF 20,W |
030C: BSF 03.5 |
030D: MOVWF 07 |
.................... I2C_Write(0xB5); |
030E: MOVLW B5 |
030F: BCF 03.5 |
0310: MOVWF 24 |
0311: CALL 09D |
.................... STAV1=i2c_read(0); |
0312: CLRF 77 |
0313: CALL 0E7 |
0314: MOVF 78,W |
0315: MOVWF 21 |
.................... i2c_stop(); |
0316: BCF 20.3 |
0317: MOVF 20,W |
0318: BSF 03.5 |
0319: MOVWF 07 |
031A: NOP |
031B: BCF 03.5 |
031C: BSF 20.4 |
031D: MOVF 20,W |
031E: BSF 03.5 |
031F: MOVWF 07 |
0320: BCF 03.5 |
0321: BTFSS 07.4 |
0322: GOTO 321 |
0323: NOP |
0324: GOTO 325 |
0325: NOP |
0326: BSF 20.3 |
0327: MOVF 20,W |
0328: BSF 03.5 |
0329: MOVWF 07 |
032A: NOP |
.................... |
.................... i2c_start(); |
032B: BCF 03.5 |
032C: BSF 20.3 |
032D: MOVF 20,W |
032E: BSF 03.5 |
032F: MOVWF 07 |
0330: NOP |
0331: BCF 03.5 |
0332: BSF 20.4 |
0333: MOVF 20,W |
0334: BSF 03.5 |
0335: MOVWF 07 |
0336: NOP |
0337: BCF 03.5 |
0338: BCF 07.3 |
0339: BCF 20.3 |
033A: MOVF 20,W |
033B: BSF 03.5 |
033C: MOVWF 07 |
033D: NOP |
033E: BCF 03.5 |
033F: BCF 07.4 |
0340: BCF 20.4 |
0341: MOVF 20,W |
0342: BSF 03.5 |
0343: MOVWF 07 |
.................... I2C_Write(0xB4); |
0344: MOVLW B4 |
0345: BCF 03.5 |
0346: MOVWF 24 |
0347: CALL 09D |
.................... I2C_write(0x01); |
0348: MOVLW 01 |
0349: MOVWF 24 |
034A: CALL 09D |
.................... i2c_stop(); |
034B: BCF 20.3 |
034C: MOVF 20,W |
034D: BSF 03.5 |
034E: MOVWF 07 |
034F: NOP |
0350: BCF 03.5 |
0351: BSF 20.4 |
0352: MOVF 20,W |
0353: BSF 03.5 |
0354: MOVWF 07 |
0355: BCF 03.5 |
0356: BTFSS 07.4 |
0357: GOTO 356 |
0358: NOP |
0359: GOTO 35A |
035A: NOP |
035B: BSF 20.3 |
035C: MOVF 20,W |
035D: BSF 03.5 |
035E: MOVWF 07 |
035F: NOP |
.................... i2c_start(); |
0360: BCF 03.5 |
0361: BSF 20.3 |
0362: MOVF 20,W |
0363: BSF 03.5 |
0364: MOVWF 07 |
0365: NOP |
0366: BCF 03.5 |
0367: BSF 20.4 |
0368: MOVF 20,W |
0369: BSF 03.5 |
036A: MOVWF 07 |
036B: NOP |
036C: BCF 03.5 |
036D: BCF 07.3 |
036E: BCF 20.3 |
036F: MOVF 20,W |
0370: BSF 03.5 |
0371: MOVWF 07 |
0372: NOP |
0373: BCF 03.5 |
0374: BCF 07.4 |
0375: BCF 20.4 |
0376: MOVF 20,W |
0377: BSF 03.5 |
0378: MOVWF 07 |
.................... I2C_Write(0xB5); |
0379: MOVLW B5 |
037A: BCF 03.5 |
037B: MOVWF 24 |
037C: CALL 09D |
.................... data1=i2c_read(0); |
037D: CLRF 77 |
037E: CALL 0E7 |
037F: MOVF 78,W |
0380: MOVWF 22 |
.................... i2c_stop(); |
0381: BCF 20.3 |
0382: MOVF 20,W |
0383: BSF 03.5 |
0384: MOVWF 07 |
0385: NOP |
0386: BCF 03.5 |
0387: BSF 20.4 |
0388: MOVF 20,W |
0389: BSF 03.5 |
038A: MOVWF 07 |
038B: BCF 03.5 |
038C: BTFSS 07.4 |
038D: GOTO 38C |
038E: NOP |
038F: GOTO 390 |
0390: NOP |
0391: BSF 20.3 |
0392: MOVF 20,W |
0393: BSF 03.5 |
0394: MOVWF 07 |
0395: NOP |
.................... |
.................... |
.................... |
.................... |
.................... printf("Stav: %d (procenta)\r\n", ack); |
0396: MOVLW 00 |
0397: BCF 03.5 |
0398: BTFSC 23.0 |
0399: MOVLW 01 |
039A: MOVWF 24 |
039B: MOVLW 10 |
039C: BSF 03.6 |
039D: MOVWF 0D |
039E: MOVLW 00 |
039F: MOVWF 0F |
03A0: BCF 03.0 |
03A1: MOVLW 06 |
03A2: BCF 03.6 |
03A3: MOVWF 25 |
03A4: CALL 12C |
03A5: MOVF 24,W |
03A6: MOVWF 25 |
03A7: MOVLW 1F |
03A8: MOVWF 26 |
03A9: CALL 190 |
03AA: MOVLW 14 |
03AB: BSF 03.6 |
03AC: MOVWF 0D |
03AD: MOVLW 00 |
03AE: MOVWF 0F |
03AF: BCF 03.0 |
03B0: MOVLW 0D |
03B1: BCF 03.6 |
03B2: MOVWF 25 |
03B3: CALL 12C |
.................... printf("Stav00: %d (procenta)\r\n", STAV1); |
03B4: MOVLW 1B |
03B5: BSF 03.6 |
03B6: MOVWF 0D |
03B7: MOVLW 00 |
03B8: MOVWF 0F |
03B9: BCF 03.0 |
03BA: MOVLW 08 |
03BB: BCF 03.6 |
03BC: MOVWF 25 |
03BD: CALL 12C |
03BE: MOVF 21,W |
03BF: MOVWF 25 |
03C0: MOVLW 1F |
03C1: MOVWF 26 |
03C2: CALL 190 |
03C3: MOVLW 20 |
03C4: BSF 03.6 |
03C5: MOVWF 0D |
03C6: MOVLW 00 |
03C7: MOVWF 0F |
03C8: BCF 03.0 |
03C9: MOVLW 0D |
03CA: BCF 03.6 |
03CB: MOVWF 25 |
03CC: CALL 12C |
.................... printf("Stav01: %d (procenta)\r\n", data1); |
03CD: MOVLW 27 |
03CE: BSF 03.6 |
03CF: MOVWF 0D |
03D0: MOVLW 00 |
03D1: MOVWF 0F |
03D2: BCF 03.0 |
03D3: MOVLW 08 |
03D4: BCF 03.6 |
03D5: MOVWF 25 |
03D6: CALL 12C |
03D7: MOVF 22,W |
03D8: MOVWF 25 |
03D9: MOVLW 1F |
03DA: MOVWF 26 |
03DB: CALL 190 |
03DC: MOVLW 2C |
03DD: BSF 03.6 |
03DE: MOVWF 0D |
03DF: MOVLW 00 |
03E0: MOVWF 0F |
03E1: BCF 03.0 |
03E2: MOVLW 0D |
03E3: BCF 03.6 |
03E4: MOVWF 25 |
03E5: CALL 12C |
.................... delay_ms(500); |
03E6: MOVLW 02 |
03E7: MOVWF 24 |
03E8: MOVLW FA |
03E9: MOVWF 25 |
03EA: GOTO 1F5 |
03EB: DECFSZ 24,F |
03EC: GOTO 3E8 |
.................... } |
03ED: GOTO 273 |
.................... } |
03EE: SLEEP |
Configuration Fuses: |
Word 1: 2CF4 INTRC_IO NOWDT NOPUT MCLR NOPROTECT NOCPD NOBROWNOUT IESO FCMEN NOLVP NODEBUG |
Word 2: 3FFF NOWRT BORV40 |
/Modules/HumanInterfaces/TOUCHBOARD01A/SW/PIC16F887/main.pjt |
---|
0,0 → 1,24 |
[PROJECT] |
Target=D:\Honza\MLAB\Modules\HumanInterfaces\TOUCHBOARD01A\SW\PIC16F887\main.hex |
Development_Mode= |
Processor_Text=PIC16F887 |
ToolSuite=CCS |
Processor=0x887F |
[D:\Honza\MLAB\Modules\HumanInterfaces\TOUCHBOARD01A\SW\PIC16F887\main] |
Type=4 |
Path= |
FileList= |
BuildTool= |
OptionString= |
AdditionalOptionString= |
[mru-list] |
1=D:\Honza\MLAB\Modules\HumanInterfaces\TOUCHBOARD01A\SW\PIC16F887\main.c |
[Windows] |
0=0000 %S 0 0 796 451 3 0 |
[Units] |
Link=0 |
Count=1 |
1=D:\Honza\MLAB\Modules\HumanInterfaces\TOUCHBOARD01A\SW\PIC16F887\main |
[Opened Files] |
1=main.c |
2= |
/Modules/HumanInterfaces/TOUCHBOARD01A/SW/PIC16F887/main.sta |
---|
0,0 → 1,58 |
ROM used: 1007 (12%) |
1007 (12%) including unused fragments |
2 Average locations per line |
27 Average locations per statement |
RAM used: 7 (2%) at main() level |
19 (5%) worst case |
Stack used: 2 worst case (out of 8 total available) |
Lines Stmts % Files |
----- ----- --- ----- |
67 37 100 main.c |
20 0 0 main.h |
423 0 0 C:\Program Files (x86)\PICC\devices\16F887.h |
----- ----- |
510 37 Total |
Page ROM % RAM Vol Diff Functions: |
---- --- --- --- --- ---- ---------- |
0 22 2 1 @delay_ms1 |
0 69 7 3 @I2C_READ_1 |
0 74 7 1 @I2C_WRITE_1 |
0 34 3 1 @PUTCHAR_1_ |
0 484 48 1 1067 3.9 main |
0 12 1 0 @const78 |
0 72 7 3 @PSTRINGC7_69 |
0 11 1 0 @const83 |
0 79 8 4 @PSTRINGCN7_69 |
0 21 2 3 @DIV88 |
0 101 10 6 @PRINTF_D_69 |
0 12 1 0 @const92 |
0 12 1 0 @const93 |
Program metrics: |
Functions 1 |
Statements 37 |
Comments 87 |
Volume (V) 1098 |
Difficilty (D) 3.4 |
Effort to implement (E) 3758 |
Time to implement (T) 3 minutes |
Est Delivered Bugs (B) 0 |
Cyclomatic Complexity 1 |
Maintainability (MI) 123 |
Segment Used Free |
----------- ---- ---- |
00000-00003 4 0 |
00004-007FF 1003 1041 |
00800-00FFF 0 2048 |
01000-017FF 0 2048 |
01800-01FFF 0 2048 |
/Modules/HumanInterfaces/TOUCHBOARD01A/SW/PIC16F887/main.sym |
---|
0,0 → 1,95 |
004-005 @READ_PROGRAM_MEMORY8.P1 |
004 @WRITE_PROGRAM_MEMORY8.P2 |
015 CCP_1 |
015 CCP_1_LOW |
016 CCP_1_HIGH |
01B CCP_2 |
01B CCP_2_LOW |
01C CCP_2_HIGH |
020 @TRIS_C |
021 main.STAV1 |
022 main.data1 |
023.0 ack |
024 @I2C_WRITE_1.P1 |
024 @I2C_READ_1.P2 |
024 main.@SCRATCH1 |
024 @PSTRINGC7_69.@SCRATCH1 |
025 @PSTRINGCN7_69.P1 |
025 @delay_ms1.P2 |
025 @PRINTF_D_69.P3 |
025 @I2C_READ_1.@SCRATCH1 |
025 @PSTRINGC7_69.@SCRATCH2 |
026 @PRINTF_D_69.P1 |
026 @I2C_READ_1.@SCRATCH2 |
026 @PSTRINGC7_69.@SCRATCH3 |
026 @PSTRINGCN7_69.@SCRATCH1 |
027 @PSTRINGCN7_69.@SCRATCH2 |
027 @PRINTF_D_69.@SCRATCH1 |
028 @PSTRINGCN7_69.@SCRATCH3 |
028 @PRINTF_D_69.@SCRATCH2 |
029 @PRINTF_D_69.@SCRATCH3 |
02A @PRINTF_D_69.@SCRATCH4 |
02B @PUTCHAR_1_.P1 |
02B @DIV88.P2 |
02C @DIV88.P1 |
02D @DIV88.@SCRATCH1 |
077 @SCRATCH |
078 @SCRATCH |
078 _RETURN_ |
079 @SCRATCH |
07A @SCRATCH |
107.6 C1OUT |
108.6 C2OUT |
10D-10E @READ_PROGRAM_MEMORY8.P1 |
10D-10E @WRITE_PROGRAM_MEMORY8.P2 |
ROM Allocation: |
01F5 @delay_ms1 |
00E7 @I2C_READ_1 |
009D @I2C_WRITE_1 |
0033 @PUTCHAR_1_ |
020B main |
0004 @const78 |
0055 @PSTRINGC7_69 |
0010 @const83 |
012C @PSTRINGCN7_69 |
017B @DIV88 |
0190 @PRINTF_D_69 |
001B @const92 |
0027 @const93 |
020B @cinit |
User Memory space: |
User Memory space: |
Project Directory: |
D:\Honza\MLAB\Modules\HumanInterfaces\TOUCHBOARD01A\SW\PIC16F887\ |
Project Files: |
main.c |
main.h |
C:\Program Files (x86)\PICC\devices\16F887.h |
Units: |
D:\Honza\MLAB\Modules\HumanInterfaces\TOUCHBOARD01A\SW\PIC16F887\main (main) |
Compiler Settings: |
Processor: PIC16F887 |
Pointer Size: 16 |
ADC Range: 0-255 |
Opt Level: 9 |
Short,Int,Long: UNSIGNED: 1,8,16 |
Float,Double: 32,32 |
Output Files: |
Errors: main.err |
Ext Symbols: main.esym |
INHX8: main.hex |
Symbols: main.sym |
List: main.lst |
Debug/COFF: main.cof |
Project: main.PJT |
Call Tree: main.tre |
Statistics: main.sta |
/Modules/HumanInterfaces/TOUCHBOARD01A/SW/PIC16F887/main.tre |
---|
0,0 → 1,55 |
ÀÄmain |
ÀÄmain 0/484 Ram=1 |
ÃÄ??0?? |
ÃÄ@PSTRINGC7_69 0/72 Ram=3 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÀÄ@PUTCHAR_1_ 0/34 Ram=1 |
ÃÄ@I2C_WRITE_1 0/74 Ram=1 |
ÃÄ@I2C_WRITE_1 0/74 Ram=1 |
ÃÄ@I2C_WRITE_1 0/74 Ram=1 |
ÃÄ@I2C_WRITE_1 0/74 Ram=1 |
ÃÄ@I2C_READ_1 0/69 Ram=3 |
ÃÄ@I2C_WRITE_1 0/74 Ram=1 |
ÃÄ@I2C_WRITE_1 0/74 Ram=1 |
ÃÄ@I2C_WRITE_1 0/74 Ram=1 |
ÃÄ@I2C_READ_1 0/69 Ram=3 |
ÃÄ@PSTRINGCN7_69 0/79 Ram=4 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÀÄ@PUTCHAR_1_ 0/34 Ram=1 |
ÃÄ@PRINTF_D_69 0/101 Ram=6 |
³ ÃÄ@DIV88 0/21 Ram=3 |
³ ÃÄ@DIV88 0/21 Ram=3 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÀÄ@PUTCHAR_1_ 0/34 Ram=1 |
ÃÄ@PSTRINGCN7_69 0/79 Ram=4 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÀÄ@PUTCHAR_1_ 0/34 Ram=1 |
ÃÄ@PSTRINGCN7_69 0/79 Ram=4 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÀÄ@PUTCHAR_1_ 0/34 Ram=1 |
ÃÄ@PRINTF_D_69 0/101 Ram=6 |
³ ÃÄ@DIV88 0/21 Ram=3 |
³ ÃÄ@DIV88 0/21 Ram=3 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÀÄ@PUTCHAR_1_ 0/34 Ram=1 |
ÃÄ@PSTRINGCN7_69 0/79 Ram=4 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÀÄ@PUTCHAR_1_ 0/34 Ram=1 |
ÃÄ@PSTRINGCN7_69 0/79 Ram=4 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÀÄ@PUTCHAR_1_ 0/34 Ram=1 |
ÃÄ@PRINTF_D_69 0/101 Ram=6 |
³ ÃÄ@DIV88 0/21 Ram=3 |
³ ÃÄ@DIV88 0/21 Ram=3 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÀÄ@PUTCHAR_1_ 0/34 Ram=1 |
ÃÄ@PSTRINGCN7_69 0/79 Ram=4 |
³ ÃÄ@PUTCHAR_1_ 0/34 Ram=1 |
³ ÀÄ@PUTCHAR_1_ 0/34 Ram=1 |
ÀÄ@delay_ms1 0/22 Ram=1 |
/Modules/HumanInterfaces/TOUCHBOARD01A/TODO.txt |
---|
0,0 → 1,14 |
Pridat moznost nastaveni adresy. |
Pridat ochranou zenerovu diodu. |
Zaridit, aby texty nebyly pres prokovy. |
Tlacitka by po celem obvodu mela mit uzemneny okraj. |
Vrchni potisk bily aby se na nej dalo psat fixou. |
Oznacit negaci IRQ |
Pridat do tlacitek ledy z druhe strany PCB. |
Zarovnat dirky (prokovy) v hrebinkach do jednotneho vzoru. |
Pridat moznost pripojeni jine klavesnice. |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/bot.gbr |
---|
0,0 → 1,3369 |
G75* |
G70* |
%OFA0B0*% |
%FSLAX24Y24*% |
%IPPOS*% |
%LPD*% |
%AMOC8* |
5,1,8,0,0,1.08239X$1,22.5* |
% |
%ADD10C,0.0060*% |
%ADD11R,0.0079X0.0236*% |
%ADD12R,0.0236X0.0079*% |
%ADD13R,0.0591X0.0512*% |
%ADD14R,0.0512X0.0591*% |
%ADD15R,0.0650X0.0650*% |
%ADD16C,0.2540*% |
%ADD17C,0.0100*% |
%ADD18C,0.0357*% |
%ADD19C,0.0160*% |
D10* |
X035009Y005037D02* |
X035116Y004930D01* |
X035330Y004930D01* |
X035436Y005037D01* |
X035654Y004930D02* |
X036081Y004930D01* |
X035867Y004930D02* |
X035867Y005571D01* |
X036081Y005357D01* |
X036298Y005464D02* |
X036725Y005037D01* |
X036619Y004930D01* |
X036405Y004930D01* |
X036298Y005037D01* |
X036298Y005464D01* |
X036405Y005571D01* |
X036619Y005571D01* |
X036725Y005464D01* |
X036725Y005037D01* |
X036943Y004930D02* |
X037370Y004930D01* |
X036943Y005357D01* |
X036943Y005464D01* |
X037050Y005571D01* |
X037263Y005571D01* |
X037370Y005464D01* |
X037475Y005930D02* |
X037475Y006357D01* |
X037262Y006571D01* |
X037048Y006357D01* |
X037048Y005930D01* |
X036831Y006037D02* |
X036724Y005930D01* |
X036511Y005930D01* |
X036404Y006037D01* |
X036186Y005930D02* |
X036186Y006571D01* |
X036404Y006464D02* |
X036511Y006571D01* |
X036724Y006571D01* |
X036831Y006464D01* |
X036831Y006037D01* |
X037048Y006250D02* |
X037475Y006250D01* |
X037800Y006037D02* |
X037800Y006571D01* |
X037906Y006571D02* |
X037693Y006571D01* |
X037620Y006930D02* |
X037620Y007571D01* |
X037406Y007357D01* |
X037193Y007571D01* |
X037193Y006930D01* |
X036975Y006930D02* |
X036548Y006930D01* |
X036331Y006930D02* |
X036331Y007357D01* |
X036117Y007571D01* |
X035904Y007357D01* |
X035904Y006930D01* |
X035686Y006930D02* |
X035366Y006930D01* |
X035259Y007037D01* |
X035259Y007144D01* |
X035366Y007250D01* |
X035686Y007250D01* |
X035904Y007250D02* |
X036331Y007250D01* |
X035686Y006930D02* |
X035686Y007571D01* |
X035366Y007571D01* |
X035259Y007464D01* |
X035259Y007357D01* |
X035366Y007250D01* |
X035435Y006571D02* |
X035222Y006571D01* |
X035115Y006464D01* |
X035115Y006037D01* |
X035222Y005930D01* |
X035435Y005930D01* |
X035542Y006037D01* |
X035542Y006464D01* |
X035435Y006571D01* |
X035759Y006571D02* |
X035759Y005930D01* |
X035759Y006250D02* |
X036186Y006250D01* |
X035436Y005464D02* |
X035330Y005571D01* |
X035116Y005571D01* |
X035009Y005464D01* |
X035009Y005357D01* |
X035116Y005250D01* |
X035009Y005144D01* |
X035009Y005037D01* |
X035116Y005250D02* |
X035223Y005250D01* |
X037800Y006037D02* |
X037906Y005930D01* |
X038013Y005930D01* |
X038120Y006037D01* |
X036975Y006930D02* |
X036975Y007571D01* |
X023906Y018430D02* |
X023906Y019071D01* |
X023693Y019071D02* |
X024120Y019071D01* |
X023475Y018964D02* |
X023475Y018537D01* |
X023369Y018430D01* |
X023155Y018430D01* |
X023048Y018537D01* |
X023048Y018964D01* |
X023155Y019071D01* |
X023369Y019071D01* |
X023475Y018964D01* |
X022831Y019071D02* |
X022831Y018537D01* |
X022724Y018430D01* |
X022511Y018430D01* |
X022404Y018537D01* |
X022404Y019071D01* |
X022186Y018964D02* |
X022186Y018537D01* |
X022080Y018430D01* |
X021866Y018430D01* |
X021759Y018537D01* |
X021542Y018430D02* |
X021542Y019071D01* |
X021759Y018964D02* |
X021866Y019071D01* |
X022080Y019071D01* |
X022186Y018964D01* |
X021542Y018750D02* |
X021115Y018750D01* |
X020897Y018750D02* |
X020577Y018750D01* |
X020470Y018644D01* |
X020470Y018537D01* |
X020577Y018430D01* |
X020897Y018430D01* |
X020897Y019071D01* |
X020577Y019071D01* |
X020470Y018964D01* |
X020470Y018857D01* |
X020577Y018750D01* |
X020253Y018537D02* |
X020146Y018430D01* |
X019932Y018430D01* |
X019826Y018537D01* |
X019826Y018964D01* |
X019932Y019071D01* |
X020146Y019071D01* |
X020253Y018964D01* |
X020253Y018537D01* |
X019608Y018430D02* |
X019608Y018857D01* |
X019395Y019071D01* |
X019181Y018857D01* |
X019181Y018430D01* |
X018964Y018430D02* |
X018964Y019071D01* |
X018643Y019071D01* |
X018537Y018964D01* |
X018537Y018750D01* |
X018643Y018644D01* |
X018964Y018644D01* |
X018750Y018644D02* |
X018537Y018430D01* |
X018319Y018430D02* |
X017999Y018430D01* |
X017892Y018537D01* |
X017892Y018964D01* |
X017999Y019071D01* |
X018319Y019071D01* |
X018319Y018430D01* |
X017675Y018537D02* |
X017568Y018430D01* |
X017354Y018430D01* |
X017247Y018537D01* |
X017247Y018964D01* |
X017675Y018537D01* |
X017675Y018964D01* |
X017568Y019071D01* |
X017354Y019071D01* |
X017247Y018964D01* |
X017030Y018857D02* |
X016816Y019071D01* |
X016816Y018430D01* |
X016603Y018430D02* |
X017030Y018430D01* |
X016385Y018430D02* |
X016385Y018857D01* |
X016172Y019071D01* |
X015958Y018857D01* |
X015958Y018430D01* |
X015958Y018750D02* |
X016385Y018750D01* |
X019181Y018750D02* |
X019608Y018750D01* |
X021115Y019071D02* |
X021115Y018430D01* |
D11* |
X004715Y009701D03* |
X004557Y009701D03* |
X004400Y009701D03* |
X004243Y009701D03* |
X004085Y009701D03* |
X004085Y008599D03* |
X004243Y008599D03* |
X004400Y008599D03* |
X004557Y008599D03* |
X004715Y008599D03* |
D12* |
X004951Y008835D03* |
X004951Y008993D03* |
X004951Y009150D03* |
X004951Y009307D03* |
X004951Y009465D03* |
X003849Y009465D03* |
X003849Y009307D03* |
X003849Y009150D03* |
X003849Y008993D03* |
X003849Y008835D03* |
D13* |
X003650Y007774D03* |
X003650Y007026D03* |
X003150Y010276D03* |
X003150Y011024D03* |
D14* |
X003476Y011900D03* |
X004224Y011900D03* |
D15* |
X001900Y011650D03* |
X000900Y011650D03* |
X000900Y010650D03* |
X001900Y010650D03* |
X001900Y009650D03* |
X000900Y009650D03* |
X000900Y008650D03* |
X001900Y008650D03* |
X001900Y007650D03* |
X000900Y007650D03* |
X000900Y012650D03* |
X001900Y012650D03* |
D16* |
X001835Y018150D03* |
X001835Y002150D03* |
X037835Y002150D03* |
X037835Y018150D03* |
D17* |
X000400Y019800D02* |
X000400Y000500D01* |
X039270Y000500D01* |
X039270Y019800D01* |
X000400Y019800D01* |
X000400Y019752D02* |
X039270Y019752D01* |
X039270Y019653D02* |
X000400Y019653D01* |
X000400Y019555D02* |
X039270Y019555D01* |
X039270Y019456D02* |
X038035Y019456D01* |
X038029Y019457D02* |
X037900Y019470D01* |
X037885Y019470D01* |
X037885Y018200D01* |
X037785Y018200D01* |
X037785Y018100D01* |
X036515Y018100D01* |
X036515Y018085D01* |
X036528Y017956D01* |
X036553Y017829D01* |
X036591Y017705D01* |
X036640Y017585D01* |
X036701Y017471D01* |
X036774Y017363D01* |
X036856Y017262D01* |
X036948Y017171D01* |
X037048Y017088D01* |
X037156Y017016D01* |
X037270Y016955D01* |
X037390Y016906D01* |
X037514Y016868D01* |
X037641Y016843D01* |
X037770Y016830D01* |
X037785Y016830D01* |
X037785Y018100D01* |
X037885Y018100D01* |
X037885Y016830D01* |
X037900Y016830D01* |
X038029Y016843D01* |
X038156Y016868D01* |
X038280Y016906D01* |
X038400Y016955D01* |
X038514Y017016D01* |
X038622Y017088D01* |
X038723Y017171D01* |
X038814Y017262D01* |
X038897Y017363D01* |
X038969Y017471D01* |
X039030Y017585D01* |
X039079Y017705D01* |
X039117Y017829D01* |
X039142Y017956D01* |
X039155Y018085D01* |
X039155Y018100D01* |
X037885Y018100D01* |
X037885Y018200D01* |
X039155Y018200D01* |
X039155Y018215D01* |
X039142Y018344D01* |
X039117Y018471D01* |
X039270Y018471D01* |
X039270Y018373D02* |
X039137Y018373D01* |
X039149Y018274D02* |
X039270Y018274D01* |
X039270Y018176D02* |
X037885Y018176D01* |
X037885Y018274D02* |
X037785Y018274D01* |
X037785Y018200D02* |
X037785Y019470D01* |
X037770Y019470D01* |
X037641Y019457D01* |
X037514Y019432D01* |
X037390Y019394D01* |
X037270Y019345D01* |
X037156Y019284D01* |
X037048Y019212D01* |
X036948Y019129D01* |
X036856Y019038D01* |
X036774Y018937D01* |
X036701Y018829D01* |
X036640Y018715D01* |
X036591Y018595D01* |
X036553Y018471D01* |
X024493Y018471D01* |
X024493Y018373D02* |
X036533Y018373D01* |
X036528Y018344D02* |
X036515Y018215D01* |
X036515Y018200D01* |
X037785Y018200D01* |
X037785Y018176D02* |
X024493Y018176D01* |
X024493Y018158D02* |
X024493Y019342D01* |
X024491Y019359D01* |
X024485Y019376D01* |
X024477Y019391D01* |
X024467Y019405D01* |
X024455Y019417D01* |
X024441Y019427D01* |
X024426Y019435D01* |
X024409Y019441D01* |
X024392Y019443D01* |
X015014Y019443D01* |
X014997Y019441D01* |
X014980Y019435D01* |
X014965Y019427D01* |
X014951Y019417D01* |
X014939Y019405D01* |
X014928Y019391D01* |
X014920Y019376D01* |
X014915Y019359D01* |
X014912Y019342D01* |
X014912Y018158D01* |
X014915Y018141D01* |
X014920Y018124D01* |
X014928Y018109D01* |
X014939Y018095D01* |
X014951Y018083D01* |
X014965Y018073D01* |
X014980Y018065D01* |
X014997Y018059D01* |
X015014Y018057D01* |
X024392Y018057D01* |
X024409Y018059D01* |
X024426Y018065D01* |
X024441Y018073D01* |
X024455Y018083D01* |
X024467Y018095D01* |
X024477Y018109D01* |
X024485Y018124D01* |
X024491Y018141D01* |
X024493Y018158D01* |
X024447Y018077D02* |
X036516Y018077D01* |
X036526Y017979D02* |
X003145Y017979D01* |
X003142Y017956D02* |
X003155Y018085D01* |
X003155Y018100D01* |
X001885Y018100D01* |
X001885Y016830D01* |
X001900Y016830D01* |
X002029Y016843D01* |
X002156Y016868D01* |
X002280Y016906D01* |
X002400Y016955D01* |
X002514Y017016D01* |
X002622Y017088D01* |
X002723Y017171D01* |
X002814Y017262D01* |
X002897Y017363D01* |
X002969Y017471D01* |
X003030Y017585D01* |
X003079Y017705D01* |
X003117Y017829D01* |
X003142Y017956D01* |
X003127Y017880D02* |
X036543Y017880D01* |
X036567Y017782D02* |
X003103Y017782D01* |
X003070Y017683D02* |
X036600Y017683D01* |
X036641Y017585D02* |
X003030Y017585D01* |
X002977Y017486D02* |
X036693Y017486D01* |
X036757Y017388D02* |
X002913Y017388D01* |
X002836Y017289D02* |
X036834Y017289D01* |
X036928Y017191D02* |
X002742Y017191D01* |
X002627Y017092D02* |
X037043Y017092D01* |
X037198Y016994D02* |
X002472Y016994D01* |
X002245Y016895D02* |
X037425Y016895D01* |
X037785Y016895D02* |
X037885Y016895D01* |
X037885Y016994D02* |
X037785Y016994D01* |
X037785Y017092D02* |
X037885Y017092D01* |
X037885Y017191D02* |
X037785Y017191D01* |
X037785Y017289D02* |
X037885Y017289D01* |
X037885Y017388D02* |
X037785Y017388D01* |
X037785Y017486D02* |
X037885Y017486D01* |
X037885Y017585D02* |
X037785Y017585D01* |
X037785Y017683D02* |
X037885Y017683D01* |
X037885Y017782D02* |
X037785Y017782D01* |
X037785Y017880D02* |
X037885Y017880D01* |
X037885Y017979D02* |
X037785Y017979D01* |
X037785Y018077D02* |
X037885Y018077D01* |
X037885Y018373D02* |
X037785Y018373D01* |
X037785Y018471D02* |
X037885Y018471D01* |
X037885Y018570D02* |
X037785Y018570D01* |
X037785Y018668D02* |
X037885Y018668D01* |
X037885Y018767D02* |
X037785Y018767D01* |
X037785Y018865D02* |
X037885Y018865D01* |
X037885Y018964D02* |
X037785Y018964D01* |
X037785Y019062D02* |
X037885Y019062D01* |
X037885Y019161D02* |
X037785Y019161D01* |
X037785Y019259D02* |
X037885Y019259D01* |
X037885Y019358D02* |
X037785Y019358D01* |
X037785Y019456D02* |
X037885Y019456D01* |
X038029Y019457D02* |
X038156Y019432D01* |
X038280Y019394D01* |
X038400Y019345D01* |
X038514Y019284D01* |
X038622Y019212D01* |
X038723Y019129D01* |
X038814Y019038D01* |
X038897Y018937D01* |
X038969Y018829D01* |
X039030Y018715D01* |
X039079Y018595D01* |
X039117Y018471D01* |
X039087Y018570D02* |
X039270Y018570D01* |
X039270Y018668D02* |
X039049Y018668D01* |
X039002Y018767D02* |
X039270Y018767D01* |
X039270Y018865D02* |
X038945Y018865D01* |
X038875Y018964D02* |
X039270Y018964D01* |
X039270Y019062D02* |
X038790Y019062D01* |
X038684Y019161D02* |
X039270Y019161D01* |
X039270Y019259D02* |
X038551Y019259D01* |
X038369Y019358D02* |
X039270Y019358D01* |
X037635Y019456D02* |
X002035Y019456D01* |
X002029Y019457D02* |
X001900Y019470D01* |
X001885Y019470D01* |
X001885Y018200D01* |
X001785Y018200D01* |
X001785Y018100D01* |
X000515Y018100D01* |
X000515Y018085D01* |
X000528Y017956D01* |
X000553Y017829D01* |
X000591Y017705D01* |
X000640Y017585D01* |
X000701Y017471D01* |
X000774Y017363D01* |
X000856Y017262D01* |
X000948Y017171D01* |
X001048Y017088D01* |
X001156Y017016D01* |
X001270Y016955D01* |
X001390Y016906D01* |
X001514Y016868D01* |
X001641Y016843D01* |
X001770Y016830D01* |
X001785Y016830D01* |
X001785Y018100D01* |
X001885Y018100D01* |
X001885Y018200D01* |
X003155Y018200D01* |
X003155Y018215D01* |
X003142Y018344D01* |
X003117Y018471D01* |
X014912Y018471D01* |
X014912Y018373D02* |
X003137Y018373D01* |
X003149Y018274D02* |
X014912Y018274D01* |
X014912Y018176D02* |
X001885Y018176D01* |
X001885Y018274D02* |
X001785Y018274D01* |
X001785Y018200D02* |
X001785Y019470D01* |
X001770Y019470D01* |
X001641Y019457D01* |
X001514Y019432D01* |
X001390Y019394D01* |
X001270Y019345D01* |
X001156Y019284D01* |
X001048Y019212D01* |
X000948Y019129D01* |
X000856Y019038D01* |
X000774Y018937D01* |
X000701Y018829D01* |
X000640Y018715D01* |
X000591Y018595D01* |
X000553Y018471D01* |
X000400Y018471D01* |
X000400Y018373D02* |
X000533Y018373D01* |
X000528Y018344D02* |
X000515Y018215D01* |
X000515Y018200D01* |
X001785Y018200D01* |
X001785Y018176D02* |
X000400Y018176D01* |
X000400Y018274D02* |
X000521Y018274D01* |
X000528Y018344D02* |
X000553Y018471D01* |
X000583Y018570D02* |
X000400Y018570D01* |
X000400Y018668D02* |
X000621Y018668D01* |
X000668Y018767D02* |
X000400Y018767D01* |
X000400Y018865D02* |
X000725Y018865D01* |
X000795Y018964D02* |
X000400Y018964D01* |
X000400Y019062D02* |
X000880Y019062D01* |
X000986Y019161D02* |
X000400Y019161D01* |
X000400Y019259D02* |
X001119Y019259D01* |
X001301Y019358D02* |
X000400Y019358D01* |
X000400Y019456D02* |
X001635Y019456D01* |
X001785Y019456D02* |
X001885Y019456D01* |
X001885Y019358D02* |
X001785Y019358D01* |
X001785Y019259D02* |
X001885Y019259D01* |
X001885Y019161D02* |
X001785Y019161D01* |
X001785Y019062D02* |
X001885Y019062D01* |
X001885Y018964D02* |
X001785Y018964D01* |
X001785Y018865D02* |
X001885Y018865D01* |
X001885Y018767D02* |
X001785Y018767D01* |
X001785Y018668D02* |
X001885Y018668D01* |
X001885Y018570D02* |
X001785Y018570D01* |
X001785Y018471D02* |
X001885Y018471D01* |
X001885Y018373D02* |
X001785Y018373D01* |
X001785Y018077D02* |
X001885Y018077D01* |
X001885Y017979D02* |
X001785Y017979D01* |
X001785Y017880D02* |
X001885Y017880D01* |
X001885Y017782D02* |
X001785Y017782D01* |
X001785Y017683D02* |
X001885Y017683D01* |
X001885Y017585D02* |
X001785Y017585D01* |
X001785Y017486D02* |
X001885Y017486D01* |
X001885Y017388D02* |
X001785Y017388D01* |
X001785Y017289D02* |
X001885Y017289D01* |
X001885Y017191D02* |
X001785Y017191D01* |
X001785Y017092D02* |
X001885Y017092D01* |
X001885Y016994D02* |
X001785Y016994D01* |
X001785Y016895D02* |
X001885Y016895D01* |
X001425Y016895D02* |
X000400Y016895D01* |
X000400Y016797D02* |
X039270Y016797D01* |
X039270Y016895D02* |
X038245Y016895D01* |
X038472Y016994D02* |
X039270Y016994D01* |
X039270Y017092D02* |
X038627Y017092D01* |
X038742Y017191D02* |
X039270Y017191D01* |
X039270Y017289D02* |
X038836Y017289D01* |
X038913Y017388D02* |
X039270Y017388D01* |
X039270Y017486D02* |
X038977Y017486D01* |
X039030Y017585D02* |
X039270Y017585D01* |
X039270Y017683D02* |
X039070Y017683D01* |
X039103Y017782D02* |
X039270Y017782D01* |
X039270Y017880D02* |
X039127Y017880D01* |
X039145Y017979D02* |
X039270Y017979D01* |
X039270Y018077D02* |
X039154Y018077D01* |
X037119Y019259D02* |
X024493Y019259D01* |
X024493Y019161D02* |
X036986Y019161D01* |
X036880Y019062D02* |
X024493Y019062D01* |
X024493Y018964D02* |
X036795Y018964D01* |
X036725Y018865D02* |
X024493Y018865D01* |
X024493Y018767D02* |
X036668Y018767D01* |
X036621Y018668D02* |
X024493Y018668D01* |
X024493Y018570D02* |
X036583Y018570D01* |
X036553Y018471D02* |
X036528Y018344D01* |
X036521Y018274D02* |
X024493Y018274D01* |
X024491Y019358D02* |
X037301Y019358D01* |
X039270Y016698D02* |
X000400Y016698D01* |
X000400Y016600D02* |
X039270Y016600D01* |
X039270Y016501D02* |
X000400Y016501D01* |
X000400Y016403D02* |
X039270Y016403D01* |
X039270Y016304D02* |
X000400Y016304D01* |
X000400Y016206D02* |
X039270Y016206D01* |
X039270Y016107D02* |
X000400Y016107D01* |
X000400Y016009D02* |
X039270Y016009D01* |
X039270Y015910D02* |
X000400Y015910D01* |
X000400Y015812D02* |
X039270Y015812D01* |
X039270Y015713D02* |
X000400Y015713D01* |
X000400Y015615D02* |
X039270Y015615D01* |
X039270Y015516D02* |
X000400Y015516D01* |
X000400Y015418D02* |
X039270Y015418D01* |
X039270Y015319D02* |
X000400Y015319D01* |
X000400Y015221D02* |
X039270Y015221D01* |
X039270Y015122D02* |
X000400Y015122D01* |
X000400Y015024D02* |
X039270Y015024D01* |
X039270Y014925D02* |
X000400Y014925D01* |
X000400Y014827D02* |
X039270Y014827D01* |
X039270Y014728D02* |
X000400Y014728D01* |
X000400Y014630D02* |
X039270Y014630D01* |
X039270Y014531D02* |
X000400Y014531D01* |
X000400Y014433D02* |
X039270Y014433D01* |
X039270Y014334D02* |
X000400Y014334D01* |
X000400Y014236D02* |
X039270Y014236D01* |
X039270Y014137D02* |
X000400Y014137D01* |
X000400Y014039D02* |
X039270Y014039D01* |
X039270Y013940D02* |
X000400Y013940D01* |
X000400Y013842D02* |
X006434Y013842D01* |
X006405Y013813D02* |
X006404Y013810D01* |
X005334Y013810D01* |
X005240Y013716D01* |
X004740Y013216D01* |
X004740Y010966D01* |
X004403Y010629D01* |
X004403Y011305D01* |
X004405Y011308D01* |
X004403Y011371D01* |
X004403Y011435D01* |
X004400Y011437D01* |
X004398Y011495D01* |
X004525Y011495D01* |
X004590Y011559D01* |
X004590Y012241D01* |
X004525Y012305D01* |
X003923Y012305D01* |
X003858Y012241D01* |
X003858Y011559D01* |
X003923Y011495D01* |
X004078Y011495D01* |
X004083Y011366D01* |
X004083Y009869D01* |
X004036Y009869D01* |
X004017Y009862D01* |
X004009Y009853D01* |
X004009Y010017D01* |
X003810Y010216D01* |
X003716Y010310D01* |
X003555Y010310D01* |
X003555Y010577D01* |
X003491Y010642D01* |
X002810Y010642D01* |
X002810Y010745D01* |
X002812Y010740D01* |
X002826Y010726D01* |
X002845Y010718D01* |
X003100Y010718D01* |
X003100Y010974D01* |
X003200Y010974D01* |
X003200Y010718D01* |
X003455Y010718D01* |
X003474Y010726D01* |
X003488Y010740D01* |
X003495Y010758D01* |
X003495Y010974D01* |
X003200Y010974D01* |
X003200Y011074D01* |
X003495Y011074D01* |
X003495Y011290D01* |
X003488Y011308D01* |
X003474Y011322D01* |
X003455Y011330D01* |
X003200Y011330D01* |
X003200Y011074D01* |
X003100Y011074D01* |
X003100Y011330D01* |
X002845Y011330D01* |
X002826Y011322D01* |
X002812Y011308D01* |
X002810Y011303D01* |
X002810Y011466D01* |
X002466Y011810D01* |
X002335Y011810D01* |
X002335Y012021D01* |
X002271Y012085D01* |
X001529Y012085D01* |
X001465Y012021D01* |
X001465Y011810D01* |
X001335Y011810D01* |
X001335Y012021D01* |
X001271Y012085D01* |
X000529Y012085D01* |
X000465Y012021D01* |
X000465Y011279D01* |
X000529Y011215D01* |
X001271Y011215D01* |
X001335Y011279D01* |
X001335Y011490D01* |
X001465Y011490D01* |
X001465Y011279D01* |
X001529Y011215D01* |
X002271Y011215D01* |
X002335Y011279D01* |
X002335Y011489D01* |
X002490Y011334D01* |
X002490Y010579D01* |
X002335Y010734D01* |
X002335Y011021D01* |
X002271Y011085D01* |
X001529Y011085D01* |
X001465Y011021D01* |
X001465Y010840D01* |
X001335Y010840D01* |
X001335Y011021D01* |
X001271Y011085D01* |
X000529Y011085D01* |
X000465Y011021D01* |
X000465Y010279D01* |
X000529Y010215D01* |
X001271Y010215D01* |
X001335Y010279D01* |
X001335Y010460D01* |
X001465Y010460D01* |
X001465Y010279D01* |
X001529Y010215D01* |
X002210Y010215D01* |
X002210Y010085D01* |
X001529Y010085D01* |
X001465Y010021D01* |
X001465Y009279D01* |
X001529Y009215D01* |
X002210Y009215D01* |
X002210Y009025D01* |
X001938Y009025D01* |
X001938Y008688D01* |
X001862Y008688D01* |
X001862Y009025D01* |
X001565Y009025D01* |
X001547Y009017D01* |
X001533Y009003D01* |
X001525Y008985D01* |
X001525Y008688D01* |
X001862Y008688D01* |
X001862Y008612D01* |
X001938Y008612D01* |
X001938Y008275D01* |
X002235Y008275D01* |
X002253Y008283D01* |
X002267Y008297D01* |
X002275Y008315D01* |
X002275Y008506D01* |
X002362Y008420D01* |
X002362Y008343D01* |
X002405Y008237D01* |
X002487Y008155D01* |
X002593Y008112D01* |
X002707Y008112D01* |
X002813Y008155D01* |
X002895Y008237D01* |
X002938Y008343D01* |
X002938Y008457D01* |
X002895Y008563D01* |
X002813Y008645D01* |
X002707Y008688D01* |
X002630Y008688D01* |
X002590Y008729D01* |
X002590Y008984D01* |
X002741Y008833D01* |
X003356Y008833D01* |
X002990Y008466D01* |
X002990Y007966D01* |
X002834Y007810D01* |
X002335Y007810D01* |
X002335Y008021D01* |
X002271Y008085D01* |
X001529Y008085D01* |
X001465Y008021D01* |
X001465Y007810D01* |
X001335Y007810D01* |
X001335Y008021D01* |
X001271Y008085D01* |
X000529Y008085D01* |
X000465Y008021D01* |
X000465Y007279D01* |
X000529Y007215D01* |
X001271Y007215D01* |
X001335Y007279D01* |
X001335Y007490D01* |
X001465Y007490D01* |
X001465Y007279D01* |
X001529Y007215D01* |
X002271Y007215D01* |
X002335Y007279D01* |
X002335Y007490D01* |
X002966Y007490D01* |
X003245Y007768D01* |
X003245Y007473D01* |
X003309Y007408D01* |
X003991Y007408D01* |
X004055Y007473D01* |
X004055Y007953D01* |
X004083Y007980D01* |
X004083Y002991D01* |
X005584Y001490D01* |
X026216Y001490D01* |
X027839Y003113D01* |
X027843Y003112D01* |
X027957Y003112D01* |
X028063Y003155D01* |
X028145Y003237D01* |
X028188Y003343D01* |
X028188Y003457D01* |
X028145Y003563D01* |
X028063Y003645D01* |
X027957Y003688D01* |
X027843Y003688D01* |
X027737Y003645D01* |
X027655Y003563D01* |
X027612Y003457D01* |
X027612Y003343D01* |
X027613Y003339D01* |
X026084Y001810D01* |
X019286Y001810D01* |
X020589Y003113D01* |
X020593Y003112D01* |
X020707Y003112D01* |
X020813Y003155D01* |
X020895Y003237D01* |
X020938Y003343D01* |
X020938Y003457D01* |
X020895Y003563D01* |
X020813Y003645D01* |
X020707Y003688D01* |
X020593Y003688D01* |
X020487Y003645D01* |
X020405Y003563D01* |
X020362Y003457D01* |
X020362Y003343D01* |
X020363Y003339D01* |
X019084Y002060D01* |
X013036Y002060D01* |
X013060Y002084D01* |
X013060Y002106D01* |
X013664Y003112D01* |
X013707Y003112D01* |
X013813Y003155D01* |
X013895Y003237D01* |
X013938Y003343D01* |
X013938Y003457D01* |
X013895Y003563D01* |
X013813Y003645D01* |
X013707Y003688D01* |
X013593Y003688D01* |
X013487Y003645D01* |
X013405Y003563D01* |
X013362Y003457D01* |
X013362Y003343D01* |
X013389Y003276D01* |
X012809Y002310D01* |
X005716Y002310D01* |
X004717Y003309D01* |
X004717Y006606D01* |
X004740Y006584D01* |
X004834Y006490D01* |
X006404Y006490D01* |
X006405Y006487D01* |
X006487Y006405D01* |
X006593Y006362D01* |
X006707Y006362D01* |
X006813Y006405D01* |
X006895Y006487D01* |
X006938Y006593D01* |
X006938Y006707D01* |
X006895Y006813D01* |
X006813Y006895D01* |
X006707Y006938D01* |
X006593Y006938D01* |
X006487Y006895D01* |
X006405Y006813D01* |
X006404Y006810D01* |
X004966Y006810D01* |
X004875Y006901D01* |
X004875Y007699D01* |
X005334Y007240D01* |
X026966Y007240D01* |
X027839Y008113D01* |
X027843Y008112D01* |
X027957Y008112D01* |
X028063Y008155D01* |
X028145Y008237D01* |
X028188Y008343D01* |
X028188Y008457D01* |
X028145Y008563D01* |
X028063Y008645D01* |
X027957Y008688D01* |
X027843Y008688D01* |
X027737Y008645D01* |
X027655Y008563D01* |
X027612Y008457D01* |
X027612Y008343D01* |
X027613Y008339D01* |
X026834Y007560D01* |
X020036Y007560D01* |
X020589Y008113D01* |
X020593Y008112D01* |
X020707Y008112D01* |
X020813Y008155D01* |
X020895Y008237D01* |
X020938Y008343D01* |
X020938Y008457D01* |
X020895Y008563D01* |
X020813Y008645D01* |
X020707Y008688D01* |
X020593Y008688D01* |
X020487Y008645D01* |
X020405Y008563D01* |
X020362Y008457D01* |
X020362Y008343D01* |
X020363Y008339D01* |
X019834Y007810D01* |
X013286Y007810D01* |
X013589Y008113D01* |
X013593Y008112D01* |
X013707Y008112D01* |
X013813Y008155D01* |
X013895Y008237D01* |
X013938Y008343D01* |
X013938Y008457D01* |
X013895Y008563D01* |
X013813Y008645D01* |
X013707Y008688D01* |
X013593Y008688D01* |
X013487Y008645D01* |
X013405Y008563D01* |
X013362Y008457D01* |
X013362Y008343D01* |
X013363Y008339D01* |
X013084Y008060D01* |
X005966Y008060D01* |
X005810Y008216D01* |
X005810Y008966D01* |
X005716Y009060D01* |
X005629Y009147D01* |
X006256Y009147D01* |
X006343Y009112D01* |
X006457Y009112D01* |
X006563Y009155D01* |
X006645Y009237D01* |
X006688Y009343D01* |
X006688Y009457D01* |
X006645Y009563D01* |
X006563Y009645D01* |
X006457Y009688D01* |
X006343Y009688D01* |
X006237Y009645D01* |
X006155Y009563D01* |
X006116Y009467D01* |
X005179Y009467D01* |
X005179Y009550D01* |
X005115Y009614D01* |
X005111Y009614D01* |
X005111Y010135D01* |
X005716Y010740D01* |
X005810Y010834D01* |
X005810Y012084D01* |
X005966Y012240D01* |
X026716Y012240D01* |
X027839Y013363D01* |
X027843Y013362D01* |
X027957Y013362D01* |
X028063Y013405D01* |
X028145Y013487D01* |
X028188Y013593D01* |
X028188Y013707D01* |
X028145Y013813D01* |
X028063Y013895D01* |
X027957Y013938D01* |
X027843Y013938D01* |
X027737Y013895D01* |
X027655Y013813D01* |
X027612Y013707D01* |
X027612Y013593D01* |
X027613Y013589D01* |
X026584Y012560D01* |
X020286Y012560D01* |
X020310Y012584D01* |
X020310Y012597D01* |
X020884Y013362D01* |
X020957Y013362D01* |
X021063Y013405D01* |
X021145Y013487D01* |
X021188Y013593D01* |
X021188Y013707D01* |
X021145Y013813D01* |
X021063Y013895D01* |
X020957Y013938D01* |
X020843Y013938D01* |
X020737Y013895D01* |
X020655Y013813D01* |
X020612Y013707D01* |
X020612Y013593D01* |
X020628Y013554D01* |
X020070Y012810D01* |
X013286Y012810D01* |
X013310Y012834D01* |
X013310Y012852D01* |
X013650Y013362D01* |
X013707Y013362D01* |
X013813Y013405D01* |
X013895Y013487D01* |
X013938Y013593D01* |
X013938Y013707D01* |
X013895Y013813D01* |
X013813Y013895D01* |
X013707Y013938D01* |
X013593Y013938D01* |
X013487Y013895D01* |
X013405Y013813D01* |
X013362Y013707D01* |
X013362Y013593D01* |
X013384Y013539D01* |
X013064Y013060D01* |
X005584Y013060D01* |
X005490Y012966D01* |
X005060Y012536D01* |
X005060Y013084D01* |
X005466Y013490D01* |
X006404Y013490D01* |
X006405Y013487D01* |
X006487Y013405D01* |
X006593Y013362D01* |
X006707Y013362D01* |
X006813Y013405D01* |
X006895Y013487D01* |
X006938Y013593D01* |
X006938Y013707D01* |
X006895Y013813D01* |
X006813Y013895D01* |
X006707Y013938D01* |
X006593Y013938D01* |
X006487Y013895D01* |
X006405Y013813D01* |
X006650Y013650D02* |
X005400Y013650D01* |
X004900Y013150D01* |
X004900Y010900D01* |
X004400Y010400D01* |
X004400Y009701D01* |
X004557Y009701D02* |
X004557Y010307D01* |
X005150Y010900D01* |
X005150Y012400D01* |
X005650Y012900D01* |
X013150Y012900D01* |
X013650Y013650D01* |
X013855Y013448D02* |
X020548Y013448D01* |
X020622Y013546D02* |
X013919Y013546D01* |
X013938Y013645D02* |
X020612Y013645D01* |
X020626Y013743D02* |
X013924Y013743D01* |
X013866Y013842D02* |
X020684Y013842D01* |
X020900Y013650D02* |
X020150Y012650D01* |
X005650Y012650D01* |
X005400Y012400D01* |
X005400Y010900D01* |
X004715Y010215D01* |
X004715Y009701D01* |
X004723Y009473D02* |
X004158Y009473D01* |
X004098Y009533D01* |
X004085Y009533D01* |
X004085Y009632D01* |
X004085Y009533D01* |
X004077Y009533D01* |
X004077Y009380D01* |
X004017Y009320D01* |
X004017Y009307D01* |
X003918Y009307D01* |
X003918Y009307D01* |
X004017Y009307D01* |
X004017Y009295D01* |
X004077Y009235D01* |
X004077Y009077D01* |
X004077Y008827D01* |
X004723Y008827D01* |
X004723Y009473D01* |
X004723Y009409D02* |
X004077Y009409D01* |
X004077Y009508D02* |
X004123Y009508D01* |
X004085Y009606D02* |
X004085Y009606D01* |
X004085Y009632D02* |
X004085Y009632D01* |
X004085Y009701D02* |
X004085Y010215D01* |
X003900Y010400D01* |
X004083Y010394D02* |
X003555Y010394D01* |
X003555Y010493D02* |
X004083Y010493D01* |
X004083Y010591D02* |
X003542Y010591D01* |
X003495Y010788D02* |
X004083Y010788D01* |
X004083Y010690D02* |
X002810Y010690D01* |
X003100Y010788D02* |
X003200Y010788D01* |
X003200Y010887D02* |
X003100Y010887D01* |
X003200Y010985D02* |
X004083Y010985D01* |
X004083Y010887D02* |
X003495Y010887D01* |
X003495Y011084D02* |
X004083Y011084D01* |
X004083Y011182D02* |
X003495Y011182D01* |
X003495Y011281D02* |
X004083Y011281D01* |
X004082Y011379D02* |
X002810Y011379D01* |
X002799Y011478D02* |
X004079Y011478D01* |
X004243Y011369D02* |
X004224Y011900D01* |
X003858Y011872D02* |
X003526Y011872D01* |
X003526Y011850D02* |
X003526Y011950D01* |
X003782Y011950D01* |
X003782Y012205D01* |
X003774Y012224D01* |
X003760Y012238D01* |
X003742Y012245D01* |
X003526Y012245D01* |
X003526Y011950D01* |
X003426Y011950D01* |
X003426Y012245D01* |
X003210Y012245D01* |
X003192Y012238D01* |
X003178Y012224D01* |
X003170Y012205D01* |
X003170Y011950D01* |
X003426Y011950D01* |
X003426Y011850D01* |
X003526Y011850D01* |
X003782Y011850D01* |
X003782Y011595D01* |
X003774Y011576D01* |
X003858Y011576D01* |
X003774Y011576D02* |
X003760Y011562D01* |
X003742Y011555D01* |
X003526Y011555D01* |
X003526Y011850D01* |
X003526Y011773D02* |
X003426Y011773D01* |
X003426Y011850D02* |
X003426Y011555D01* |
X003210Y011555D01* |
X003192Y011562D01* |
X003178Y011576D01* |
X002700Y011576D01* |
X002602Y011675D02* |
X003170Y011675D01* |
X003170Y011595D02* |
X003178Y011576D01* |
X003170Y011595D02* |
X003170Y011850D01* |
X003426Y011850D01* |
X003426Y011872D02* |
X002335Y011872D01* |
X002335Y011970D02* |
X003170Y011970D01* |
X003170Y012069D02* |
X002287Y012069D01* |
X002235Y012275D02* |
X001938Y012275D01* |
X001938Y012612D01* |
X001938Y012688D01* |
X001862Y012688D01* |
X001862Y013025D01* |
X001565Y013025D01* |
X001547Y013017D01* |
X001533Y013003D01* |
X001525Y012985D01* |
X001525Y012688D01* |
X001862Y012688D01* |
X001862Y012612D01* |
X001938Y012612D01* |
X002275Y012612D01* |
X002275Y012315D01* |
X002267Y012297D01* |
X002253Y012283D01* |
X002235Y012275D01* |
X002275Y012364D02* |
X004740Y012364D01* |
X004740Y012266D02* |
X004565Y012266D01* |
X004590Y012167D02* |
X004740Y012167D01* |
X004740Y012069D02* |
X004590Y012069D01* |
X004590Y011970D02* |
X004740Y011970D01* |
X004740Y011872D02* |
X004590Y011872D01* |
X004590Y011773D02* |
X004740Y011773D01* |
X004740Y011675D02* |
X004590Y011675D01* |
X004590Y011576D02* |
X004740Y011576D01* |
X004740Y011478D02* |
X004399Y011478D01* |
X004403Y011379D02* |
X004740Y011379D01* |
X004740Y011281D02* |
X004403Y011281D01* |
X004403Y011182D02* |
X004740Y011182D01* |
X004740Y011084D02* |
X004403Y011084D01* |
X004403Y010985D02* |
X004740Y010985D01* |
X004660Y010887D02* |
X004403Y010887D01* |
X004403Y010788D02* |
X004562Y010788D01* |
X004463Y010690D02* |
X004403Y010690D01* |
X004083Y010296D02* |
X003731Y010296D01* |
X003829Y010197D02* |
X004083Y010197D01* |
X004083Y010099D02* |
X003928Y010099D01* |
X004009Y010000D02* |
X004083Y010000D01* |
X004083Y009902D02* |
X004009Y009902D01* |
X003849Y009951D02* |
X003650Y010150D01* |
X003274Y010150D01* |
X003150Y010276D01* |
X003555Y009990D02* |
X003584Y009990D01* |
X003689Y009885D01* |
X003689Y009614D01* |
X003685Y009614D01* |
X003621Y009550D01* |
X003621Y009380D01* |
X003681Y009320D01* |
X003681Y009310D01* |
X003466Y009310D01* |
X003437Y009339D01* |
X003438Y009343D01* |
X003438Y009457D01* |
X003395Y009563D01* |
X003313Y009645D01* |
X003207Y009688D01* |
X003093Y009688D01* |
X002987Y009645D01* |
X002905Y009563D01* |
X002862Y009457D01* |
X002862Y009343D01* |
X002905Y009237D01* |
X002987Y009155D01* |
X002994Y009153D01* |
X002874Y009153D01* |
X002810Y009216D01* |
X002810Y009910D01* |
X003491Y009910D01* |
X003555Y009975D01* |
X003555Y009990D01* |
X003672Y009902D02* |
X002810Y009902D01* |
X002810Y009803D02* |
X003689Y009803D01* |
X003689Y009705D02* |
X002810Y009705D01* |
X002810Y009606D02* |
X002948Y009606D01* |
X002882Y009508D02* |
X002810Y009508D01* |
X002810Y009409D02* |
X002862Y009409D01* |
X002875Y009311D02* |
X002810Y009311D01* |
X002814Y009212D02* |
X002930Y009212D01* |
X002807Y008993D02* |
X002650Y009150D01* |
X002650Y011400D01* |
X002400Y011650D01* |
X001900Y011650D01* |
X000900Y011650D01* |
X000465Y011675D02* |
X000400Y011675D01* |
X000400Y011773D02* |
X000465Y011773D01* |
X000465Y011872D02* |
X000400Y011872D01* |
X000400Y011970D02* |
X000465Y011970D01* |
X000513Y012069D02* |
X000400Y012069D01* |
X000400Y012167D02* |
X003170Y012167D01* |
X003426Y012167D02* |
X003526Y012167D01* |
X003526Y012069D02* |
X003426Y012069D01* |
X003426Y011970D02* |
X003526Y011970D01* |
X003782Y011970D02* |
X003858Y011970D01* |
X003858Y012069D02* |
X003782Y012069D01* |
X003782Y012167D02* |
X003858Y012167D01* |
X003883Y012266D02* |
X000400Y012266D01* |
X000400Y012364D02* |
X000525Y012364D01* |
X000525Y012315D02* |
X000533Y012297D01* |
X000547Y012283D01* |
X000565Y012275D01* |
X000862Y012275D01* |
X000862Y012612D01* |
X000938Y012612D01* |
X000938Y012688D01* |
X000862Y012688D01* |
X000862Y013025D01* |
X000565Y013025D01* |
X000547Y013017D01* |
X000533Y013003D01* |
X000525Y012985D01* |
X000525Y012688D01* |
X000862Y012688D01* |
X000862Y012612D01* |
X000525Y012612D01* |
X000525Y012315D01* |
X000525Y012463D02* |
X000400Y012463D01* |
X000400Y012561D02* |
X000525Y012561D01* |
X000400Y012660D02* |
X000862Y012660D01* |
X000938Y012660D02* |
X001862Y012660D01* |
X001862Y012612D02* |
X001525Y012612D01* |
X001525Y012315D01* |
X001533Y012297D01* |
X001547Y012283D01* |
X001565Y012275D01* |
X001862Y012275D01* |
X001862Y012612D01* |
X001862Y012561D02* |
X001938Y012561D01* |
X001938Y012463D02* |
X001862Y012463D01* |
X001862Y012364D02* |
X001938Y012364D01* |
X002275Y012463D02* |
X004740Y012463D01* |
X004740Y012561D02* |
X002275Y012561D01* |
X002275Y012688D02* |
X001938Y012688D01* |
X001938Y013025D01* |
X002235Y013025D01* |
X002253Y013017D01* |
X002267Y013003D01* |
X002275Y012985D01* |
X002275Y012688D01* |
X002275Y012758D02* |
X004740Y012758D01* |
X004740Y012660D02* |
X001938Y012660D01* |
X001938Y012758D02* |
X001862Y012758D01* |
X001862Y012857D02* |
X001938Y012857D01* |
X001938Y012955D02* |
X001862Y012955D01* |
X001525Y012955D02* |
X001275Y012955D01* |
X001275Y012985D02* |
X001267Y013003D01* |
X001253Y013017D01* |
X001235Y013025D01* |
X000938Y013025D01* |
X000938Y012688D01* |
X001275Y012688D01* |
X001275Y012985D01* |
X001275Y012857D02* |
X001525Y012857D01* |
X001525Y012758D02* |
X001275Y012758D01* |
X001275Y012612D02* |
X001275Y012315D01* |
X001267Y012297D01* |
X001253Y012283D01* |
X001235Y012275D01* |
X000938Y012275D01* |
X000938Y012612D01* |
X001275Y012612D01* |
X001275Y012561D02* |
X001525Y012561D01* |
X001525Y012463D02* |
X001275Y012463D01* |
X001275Y012364D02* |
X001525Y012364D01* |
X001513Y012069D02* |
X001287Y012069D01* |
X001335Y011970D02* |
X001465Y011970D01* |
X001465Y011872D02* |
X001335Y011872D01* |
X001335Y011478D02* |
X001465Y011478D01* |
X001465Y011379D02* |
X001335Y011379D01* |
X001335Y011281D02* |
X001465Y011281D01* |
X001528Y011084D02* |
X001272Y011084D01* |
X001335Y010985D02* |
X001465Y010985D01* |
X001465Y010887D02* |
X001335Y010887D01* |
X001335Y010394D02* |
X001465Y010394D01* |
X001465Y010296D02* |
X001335Y010296D01* |
X001271Y010085D02* |
X000529Y010085D01* |
X000465Y010021D01* |
X000465Y009279D01* |
X000529Y009215D01* |
X001271Y009215D01* |
X001335Y009279D01* |
X001335Y010021D01* |
X001271Y010085D01* |
X001335Y010000D02* |
X001465Y010000D01* |
X001465Y009902D02* |
X001335Y009902D01* |
X001335Y009803D02* |
X001465Y009803D01* |
X001465Y009705D02* |
X001335Y009705D01* |
X001335Y009606D02* |
X001465Y009606D01* |
X001465Y009508D02* |
X001335Y009508D01* |
X001335Y009409D02* |
X001465Y009409D01* |
X001465Y009311D02* |
X001335Y009311D01* |
X001235Y009025D02* |
X000938Y009025D01* |
X000938Y008688D01* |
X000862Y008688D01* |
X000862Y009025D01* |
X000565Y009025D01* |
X000547Y009017D01* |
X000533Y009003D01* |
X000525Y008985D01* |
X000525Y008688D01* |
X000862Y008688D01* |
X000862Y008612D01* |
X000938Y008612D01* |
X000938Y008688D01* |
X001275Y008688D01* |
X001275Y008985D01* |
X001267Y009003D01* |
X001253Y009017D01* |
X001235Y009025D01* |
X001256Y009015D02* |
X001544Y009015D01* |
X001525Y008917D02* |
X001275Y008917D01* |
X001275Y008818D02* |
X001525Y008818D01* |
X001525Y008720D02* |
X001275Y008720D01* |
X001275Y008612D02* |
X001275Y008315D01* |
X001267Y008297D01* |
X001253Y008283D01* |
X001235Y008275D01* |
X000938Y008275D01* |
X000938Y008612D01* |
X001275Y008612D01* |
X001275Y008523D02* |
X001525Y008523D01* |
X001525Y008612D02* |
X001525Y008315D01* |
X001533Y008297D01* |
X001547Y008283D01* |
X001565Y008275D01* |
X001862Y008275D01* |
X001862Y008612D01* |
X001525Y008612D01* |
X001525Y008424D02* |
X001275Y008424D01* |
X001275Y008326D02* |
X001525Y008326D01* |
X001862Y008326D02* |
X001938Y008326D01* |
X001938Y008424D02* |
X001862Y008424D01* |
X001862Y008523D02* |
X001938Y008523D01* |
X001862Y008621D02* |
X000938Y008621D01* |
X000862Y008621D02* |
X000400Y008621D01* |
X000400Y008523D02* |
X000525Y008523D01* |
X000525Y008612D02* |
X000525Y008315D01* |
X000533Y008297D01* |
X000547Y008283D01* |
X000565Y008275D01* |
X000862Y008275D01* |
X000862Y008612D01* |
X000525Y008612D01* |
X000525Y008720D02* |
X000400Y008720D01* |
X000400Y008818D02* |
X000525Y008818D01* |
X000525Y008917D02* |
X000400Y008917D01* |
X000400Y009015D02* |
X000544Y009015D01* |
X000400Y009114D02* |
X002210Y009114D01* |
X002210Y009212D02* |
X000400Y009212D01* |
X000400Y009311D02* |
X000465Y009311D01* |
X000465Y009409D02* |
X000400Y009409D01* |
X000400Y009508D02* |
X000465Y009508D01* |
X000465Y009606D02* |
X000400Y009606D01* |
X000400Y009705D02* |
X000465Y009705D01* |
X000465Y009803D02* |
X000400Y009803D01* |
X000400Y009902D02* |
X000465Y009902D01* |
X000465Y010000D02* |
X000400Y010000D01* |
X000400Y010099D02* |
X002210Y010099D01* |
X002210Y010197D02* |
X000400Y010197D01* |
X000400Y010296D02* |
X000465Y010296D01* |
X000465Y010394D02* |
X000400Y010394D01* |
X000400Y010493D02* |
X000465Y010493D01* |
X000465Y010591D02* |
X000400Y010591D01* |
X000400Y010690D02* |
X000465Y010690D01* |
X000465Y010788D02* |
X000400Y010788D01* |
X000400Y010887D02* |
X000465Y010887D01* |
X000465Y010985D02* |
X000400Y010985D01* |
X000400Y011084D02* |
X000528Y011084D01* |
X000400Y011182D02* |
X002490Y011182D01* |
X002490Y011084D02* |
X002272Y011084D01* |
X002335Y010985D02* |
X002490Y010985D01* |
X002490Y010887D02* |
X002335Y010887D01* |
X002335Y010788D02* |
X002490Y010788D01* |
X002490Y010690D02* |
X002379Y010690D01* |
X002478Y010591D02* |
X002490Y010591D01* |
X003100Y011084D02* |
X003200Y011084D01* |
X003200Y011182D02* |
X003100Y011182D01* |
X003100Y011281D02* |
X003200Y011281D01* |
X003426Y011576D02* |
X003526Y011576D01* |
X003526Y011675D02* |
X003426Y011675D01* |
X003170Y011773D02* |
X002503Y011773D01* |
X002346Y011478D02* |
X002335Y011478D01* |
X002335Y011379D02* |
X002445Y011379D01* |
X002490Y011281D02* |
X002335Y011281D01* |
X003782Y011675D02* |
X003858Y011675D01* |
X003858Y011773D02* |
X003782Y011773D01* |
X004243Y011369D02* |
X004243Y009701D01* |
X003849Y009465D02* |
X003849Y009951D01* |
X003525Y009775D02* |
X003525Y009400D01* |
X003618Y009307D01* |
X003849Y009307D01* |
X003918Y009307D02* |
X003918Y009307D01* |
X004017Y009311D02* |
X004723Y009311D01* |
X004723Y009212D02* |
X004077Y009212D01* |
X004077Y009114D02* |
X004723Y009114D01* |
X004723Y009015D02* |
X004077Y009015D01* |
X004077Y008917D02* |
X004723Y008917D01* |
X004951Y008993D02* |
X005307Y008993D01* |
X005400Y008900D01* |
X005400Y007900D01* |
X005650Y007650D01* |
X019900Y007650D01* |
X020650Y008400D01* |
X020748Y008129D02* |
X027402Y008129D01* |
X027501Y008227D02* |
X020885Y008227D01* |
X020931Y008326D02* |
X027599Y008326D01* |
X027612Y008424D02* |
X020938Y008424D01* |
X020911Y008523D02* |
X027639Y008523D01* |
X027713Y008621D02* |
X020837Y008621D01* |
X020463Y008621D02* |
X013837Y008621D01* |
X013911Y008523D02* |
X020389Y008523D01* |
X020362Y008424D02* |
X013938Y008424D01* |
X013931Y008326D02* |
X020349Y008326D01* |
X020251Y008227D02* |
X013885Y008227D01* |
X013748Y008129D02* |
X020152Y008129D01* |
X020054Y008030D02* |
X013506Y008030D01* |
X013408Y007932D02* |
X019955Y007932D01* |
X019857Y007833D02* |
X013309Y007833D01* |
X013150Y007900D02* |
X013650Y008400D01* |
X013389Y008523D02* |
X005810Y008523D01* |
X005810Y008621D02* |
X013463Y008621D01* |
X013362Y008424D02* |
X005810Y008424D01* |
X005810Y008326D02* |
X013349Y008326D01* |
X013251Y008227D02* |
X005810Y008227D01* |
X005898Y008129D02* |
X013152Y008129D01* |
X013150Y007900D02* |
X005900Y007900D01* |
X005650Y008150D01* |
X005650Y008900D01* |
X005400Y009150D01* |
X004951Y009150D01* |
X004951Y009307D02* |
X006400Y009307D01* |
X006400Y009400D01* |
X006602Y009606D02* |
X039270Y009606D01* |
X039270Y009508D02* |
X006668Y009508D01* |
X006688Y009409D02* |
X039270Y009409D01* |
X039270Y009311D02* |
X006675Y009311D01* |
X006620Y009212D02* |
X039270Y009212D01* |
X039270Y009114D02* |
X006462Y009114D01* |
X006338Y009114D02* |
X005663Y009114D01* |
X005761Y009015D02* |
X039270Y009015D01* |
X039270Y008917D02* |
X005810Y008917D01* |
X005810Y008818D02* |
X039270Y008818D01* |
X039270Y008720D02* |
X005810Y008720D01* |
X004951Y008835D02* |
X004951Y007849D01* |
X005400Y007400D01* |
X026900Y007400D01* |
X027900Y008400D01* |
X027998Y008129D02* |
X039270Y008129D01* |
X039270Y008227D02* |
X028135Y008227D01* |
X028181Y008326D02* |
X039270Y008326D01* |
X039270Y008424D02* |
X028188Y008424D01* |
X028161Y008523D02* |
X039270Y008523D01* |
X039270Y008621D02* |
X028087Y008621D01* |
X027756Y008030D02* |
X039270Y008030D01* |
X039270Y007932D02* |
X037933Y007932D01* |
X037926Y007935D02* |
X037909Y007941D01* |
X037892Y007943D01* |
X034681Y007943D01* |
X034664Y007941D01* |
X034647Y007935D01* |
X034632Y007927D01* |
X034618Y007917D01* |
X034606Y007905D01* |
X034596Y007891D01* |
X034588Y007876D01* |
X034582Y007859D01* |
X034580Y007842D01* |
X034580Y006943D01* |
X034510Y006943D01* |
X034493Y006941D01* |
X034476Y006935D01* |
X034461Y006927D01* |
X034447Y006917D01* |
X034435Y006905D01* |
X034424Y006891D01* |
X034417Y006876D01* |
X034411Y006859D01* |
X034409Y006842D01* |
X034409Y005658D01* |
X034411Y005641D01* |
X034417Y005624D01* |
X034424Y005609D01* |
X034435Y005595D01* |
X034447Y005583D01* |
X034461Y005573D01* |
X034476Y005565D01* |
X034493Y005559D01* |
X034510Y005557D01* |
X034822Y005557D01* |
X034822Y004658D01* |
X034824Y004641D01* |
X034830Y004624D01* |
X034838Y004609D01* |
X034848Y004595D01* |
X034860Y004583D01* |
X034874Y004573D01* |
X034889Y004565D01* |
X034906Y004559D01* |
X034923Y004557D01* |
X037642Y004557D01* |
X037659Y004559D01* |
X037676Y004565D01* |
X037691Y004573D01* |
X037705Y004583D01* |
X037717Y004595D01* |
X037727Y004609D01* |
X037735Y004624D01* |
X037741Y004641D01* |
X037743Y004658D01* |
X037743Y005557D01* |
X038392Y005557D01* |
X038409Y005559D01* |
X038426Y005565D01* |
X038441Y005573D01* |
X038455Y005583D01* |
X038467Y005595D01* |
X038477Y005609D01* |
X038485Y005624D01* |
X038491Y005641D01* |
X038493Y005658D01* |
X038493Y006842D01* |
X038491Y006859D01* |
X038485Y006876D01* |
X038477Y006891D01* |
X038467Y006905D01* |
X038455Y006917D01* |
X038441Y006927D01* |
X038426Y006935D01* |
X038409Y006941D01* |
X038392Y006943D01* |
X037993Y006943D01* |
X037993Y007842D01* |
X037991Y007859D01* |
X037985Y007876D01* |
X037977Y007891D01* |
X037967Y007905D01* |
X037955Y007917D01* |
X037941Y007927D01* |
X037926Y007935D01* |
X037993Y007833D02* |
X039270Y007833D01* |
X039270Y007735D02* |
X037993Y007735D01* |
X037993Y007636D02* |
X039270Y007636D01* |
X039270Y007538D02* |
X037993Y007538D01* |
X037993Y007439D02* |
X039270Y007439D01* |
X039270Y007341D02* |
X037993Y007341D01* |
X037993Y007242D02* |
X039270Y007242D01* |
X039270Y007144D02* |
X037993Y007144D01* |
X037993Y007045D02* |
X039270Y007045D01* |
X039270Y006947D02* |
X037993Y006947D01* |
X038492Y006848D02* |
X039270Y006848D01* |
X039270Y006750D02* |
X038493Y006750D01* |
X038493Y006651D02* |
X039270Y006651D01* |
X039270Y006553D02* |
X038493Y006553D01* |
X038493Y006454D02* |
X039270Y006454D01* |
X039270Y006356D02* |
X038493Y006356D01* |
X038493Y006257D02* |
X039270Y006257D01* |
X039270Y006159D02* |
X038493Y006159D01* |
X038493Y006060D02* |
X039270Y006060D01* |
X039270Y005962D02* |
X038493Y005962D01* |
X038493Y005863D02* |
X039270Y005863D01* |
X039270Y005765D02* |
X038493Y005765D01* |
X038493Y005666D02* |
X039270Y005666D01* |
X039270Y005568D02* |
X038431Y005568D01* |
X037743Y005469D02* |
X039270Y005469D01* |
X039270Y005371D02* |
X037743Y005371D01* |
X037743Y005272D02* |
X039270Y005272D01* |
X039270Y005174D02* |
X037743Y005174D01* |
X037743Y005075D02* |
X039270Y005075D01* |
X039270Y004977D02* |
X037743Y004977D01* |
X037743Y004878D02* |
X039270Y004878D01* |
X039270Y004780D02* |
X037743Y004780D01* |
X037743Y004681D02* |
X039270Y004681D01* |
X039270Y004583D02* |
X037705Y004583D01* |
X039270Y004484D02* |
X004717Y004484D01* |
X004717Y004386D02* |
X039270Y004386D01* |
X039270Y004287D02* |
X004717Y004287D01* |
X004717Y004189D02* |
X039270Y004189D01* |
X039270Y004090D02* |
X004717Y004090D01* |
X004717Y003992D02* |
X039270Y003992D01* |
X039270Y003893D02* |
X004717Y003893D01* |
X004717Y003795D02* |
X039270Y003795D01* |
X039270Y003696D02* |
X004717Y003696D01* |
X004717Y003598D02* |
X013440Y003598D01* |
X013379Y003499D02* |
X004717Y003499D01* |
X004717Y003401D02* |
X013362Y003401D01* |
X013378Y003302D02* |
X004724Y003302D01* |
X004823Y003204D02* |
X013346Y003204D01* |
X013286Y003105D02* |
X004921Y003105D01* |
X005020Y003007D02* |
X013227Y003007D01* |
X013168Y002908D02* |
X005118Y002908D01* |
X005217Y002810D02* |
X013109Y002810D01* |
X013050Y002711D02* |
X005315Y002711D01* |
X005414Y002613D02* |
X012991Y002613D01* |
X012932Y002514D02* |
X005512Y002514D01* |
X005611Y002416D02* |
X012873Y002416D01* |
X012814Y002317D02* |
X005709Y002317D01* |
X005650Y002150D02* |
X004557Y003243D01* |
X004557Y008599D01* |
X004400Y008599D02* |
X004400Y003150D01* |
X005650Y001900D01* |
X019150Y001900D01* |
X020650Y003400D01* |
X020938Y003401D02* |
X027612Y003401D01* |
X027629Y003499D02* |
X020921Y003499D01* |
X020860Y003598D02* |
X027690Y003598D01* |
X027900Y003400D02* |
X026150Y001650D01* |
X005650Y001650D01* |
X004243Y003057D01* |
X004243Y008599D01* |
X004085Y008599D02* |
X004085Y008209D01* |
X003650Y007774D01* |
X004055Y007735D02* |
X004083Y007735D01* |
X004083Y007833D02* |
X004055Y007833D01* |
X004055Y007932D02* |
X004083Y007932D01* |
X004083Y007636D02* |
X004055Y007636D01* |
X004055Y007538D02* |
X004083Y007538D01* |
X004083Y007439D02* |
X004022Y007439D01* |
X004083Y007341D02* |
X002335Y007341D01* |
X002335Y007439D02* |
X003278Y007439D01* |
X003245Y007538D02* |
X003014Y007538D01* |
X003112Y007636D02* |
X003245Y007636D01* |
X003245Y007735D02* |
X003211Y007735D01* |
X003150Y007900D02* |
X002900Y007650D01* |
X001900Y007650D01* |
X000900Y007650D01* |
X000465Y007636D02* |
X000400Y007636D01* |
X000400Y007538D02* |
X000465Y007538D01* |
X000465Y007439D02* |
X000400Y007439D01* |
X000400Y007341D02* |
X000465Y007341D01* |
X000502Y007242D02* |
X000400Y007242D01* |
X000400Y007144D02* |
X003305Y007144D01* |
X003305Y007076D02* |
X003305Y007292D01* |
X003312Y007310D01* |
X003326Y007324D01* |
X003345Y007332D01* |
X003600Y007332D01* |
X003600Y007076D01* |
X003700Y007076D01* |
X003700Y007332D01* |
X003955Y007332D01* |
X003974Y007324D01* |
X003988Y007310D01* |
X003995Y007292D01* |
X003995Y007076D01* |
X003700Y007076D01* |
X003700Y006976D01* |
X003995Y006976D01* |
X003995Y006760D01* |
X003988Y006742D01* |
X003974Y006728D01* |
X003955Y006720D01* |
X003700Y006720D01* |
X003700Y006976D01* |
X003600Y006976D01* |
X003305Y006976D01* |
X003305Y006760D01* |
X003312Y006742D01* |
X003326Y006728D01* |
X003345Y006720D01* |
X003600Y006720D01* |
X003600Y006976D01* |
X003600Y007076D01* |
X003305Y007076D01* |
X003305Y006947D02* |
X000400Y006947D01* |
X000400Y007045D02* |
X003600Y007045D01* |
X003600Y006947D02* |
X003700Y006947D01* |
X003700Y007045D02* |
X004083Y007045D01* |
X004083Y006947D02* |
X003995Y006947D01* |
X003995Y006848D02* |
X004083Y006848D01* |
X004083Y006750D02* |
X003991Y006750D01* |
X004083Y006651D02* |
X000400Y006651D01* |
X000400Y006553D02* |
X004083Y006553D01* |
X004083Y006454D02* |
X000400Y006454D01* |
X000400Y006356D02* |
X004083Y006356D01* |
X004083Y006257D02* |
X000400Y006257D01* |
X000400Y006159D02* |
X004083Y006159D01* |
X004083Y006060D02* |
X000400Y006060D01* |
X000400Y005962D02* |
X004083Y005962D01* |
X004083Y005863D02* |
X000400Y005863D01* |
X000400Y005765D02* |
X004083Y005765D01* |
X004083Y005666D02* |
X000400Y005666D01* |
X000400Y005568D02* |
X004083Y005568D01* |
X004083Y005469D02* |
X000400Y005469D01* |
X000400Y005371D02* |
X004083Y005371D01* |
X004083Y005272D02* |
X000400Y005272D01* |
X000400Y005174D02* |
X004083Y005174D01* |
X004083Y005075D02* |
X000400Y005075D01* |
X000400Y004977D02* |
X004083Y004977D01* |
X004083Y004878D02* |
X000400Y004878D01* |
X000400Y004780D02* |
X004083Y004780D01* |
X004083Y004681D02* |
X000400Y004681D01* |
X000400Y004583D02* |
X004083Y004583D01* |
X004083Y004484D02* |
X000400Y004484D01* |
X000400Y004386D02* |
X004083Y004386D01* |
X004083Y004287D02* |
X000400Y004287D01* |
X000400Y004189D02* |
X004083Y004189D01* |
X004083Y004090D02* |
X000400Y004090D01* |
X000400Y003992D02* |
X004083Y003992D01* |
X004083Y003893D02* |
X000400Y003893D01* |
X000400Y003795D02* |
X004083Y003795D01* |
X004083Y003696D02* |
X000400Y003696D01* |
X000400Y003598D02* |
X004083Y003598D01* |
X004083Y003499D02* |
X000400Y003499D01* |
X000400Y003401D02* |
X001410Y003401D01* |
X001390Y003394D02* |
X001270Y003345D01* |
X001156Y003284D01* |
X001048Y003212D01* |
X000948Y003129D01* |
X000856Y003038D01* |
X000774Y002937D01* |
X000701Y002829D01* |
X000640Y002715D01* |
X000591Y002595D01* |
X000553Y002471D01* |
X000528Y002344D01* |
X000515Y002215D01* |
X000515Y002200D01* |
X001785Y002200D01* |
X001785Y002100D01* |
X000515Y002100D01* |
X000515Y002085D01* |
X000528Y001956D01* |
X000553Y001829D01* |
X000591Y001705D01* |
X000640Y001585D01* |
X000701Y001471D01* |
X000774Y001363D01* |
X000856Y001262D01* |
X000948Y001171D01* |
X001048Y001088D01* |
X001156Y001016D01* |
X001270Y000955D01* |
X001390Y000906D01* |
X001514Y000868D01* |
X001641Y000843D01* |
X001770Y000830D01* |
X001785Y000830D01* |
X001785Y002100D01* |
X001885Y002100D01* |
X001885Y000830D01* |
X001900Y000830D01* |
X002029Y000843D01* |
X002156Y000868D01* |
X002280Y000906D01* |
X002400Y000955D01* |
X002514Y001016D01* |
X002622Y001088D01* |
X002723Y001171D01* |
X002814Y001262D01* |
X002897Y001363D01* |
X002969Y001471D01* |
X003030Y001585D01* |
X003079Y001705D01* |
X003117Y001829D01* |
X003142Y001956D01* |
X003155Y002085D01* |
X003155Y002100D01* |
X001885Y002100D01* |
X001885Y002200D01* |
X001785Y002200D01* |
X001785Y003470D01* |
X001770Y003470D01* |
X001641Y003457D01* |
X001514Y003432D01* |
X001390Y003394D01* |
X001190Y003302D02* |
X000400Y003302D01* |
X000400Y003204D02* |
X001038Y003204D01* |
X000923Y003105D02* |
X000400Y003105D01* |
X000400Y003007D02* |
X000830Y003007D01* |
X000754Y002908D02* |
X000400Y002908D01* |
X000400Y002810D02* |
X000691Y002810D01* |
X000639Y002711D02* |
X000400Y002711D01* |
X000400Y002613D02* |
X000598Y002613D01* |
X000566Y002514D02* |
X000400Y002514D01* |
X000400Y002416D02* |
X000542Y002416D01* |
X000525Y002317D02* |
X000400Y002317D01* |
X000400Y002219D02* |
X000515Y002219D01* |
X000400Y002120D02* |
X001785Y002120D01* |
X001785Y002022D02* |
X001885Y002022D01* |
X001885Y002120D02* |
X004954Y002120D01* |
X005052Y002022D02* |
X003149Y002022D01* |
X003136Y001923D02* |
X005151Y001923D01* |
X005249Y001825D02* |
X003116Y001825D01* |
X003086Y001726D02* |
X005348Y001726D01* |
X005446Y001628D02* |
X003047Y001628D01* |
X003000Y001529D02* |
X005545Y001529D01* |
X005650Y002150D02* |
X012900Y002150D01* |
X013650Y003400D01* |
X013938Y003401D02* |
X020362Y003401D01* |
X020379Y003499D02* |
X013921Y003499D01* |
X013860Y003598D02* |
X020440Y003598D01* |
X020326Y003302D02* |
X013922Y003302D01* |
X013861Y003204D02* |
X020227Y003204D01* |
X020129Y003105D02* |
X013660Y003105D01* |
X013600Y003007D02* |
X020030Y003007D01* |
X019932Y002908D02* |
X013541Y002908D01* |
X013482Y002810D02* |
X019833Y002810D01* |
X019735Y002711D02* |
X013423Y002711D01* |
X013364Y002613D02* |
X019636Y002613D01* |
X019538Y002514D02* |
X013305Y002514D01* |
X013246Y002416D02* |
X019439Y002416D01* |
X019341Y002317D02* |
X013187Y002317D01* |
X013128Y002219D02* |
X019242Y002219D01* |
X019144Y002120D02* |
X013069Y002120D01* |
X019301Y001825D02* |
X026098Y001825D01* |
X026197Y001923D02* |
X019399Y001923D01* |
X019498Y002022D02* |
X026295Y002022D01* |
X026394Y002120D02* |
X019596Y002120D01* |
X019695Y002219D02* |
X026492Y002219D01* |
X026591Y002317D02* |
X019793Y002317D01* |
X019892Y002416D02* |
X026689Y002416D01* |
X026788Y002514D02* |
X019990Y002514D01* |
X020089Y002613D02* |
X026886Y002613D01* |
X026985Y002711D02* |
X020187Y002711D01* |
X020286Y002810D02* |
X027083Y002810D01* |
X027182Y002908D02* |
X020384Y002908D01* |
X020483Y003007D02* |
X027280Y003007D01* |
X027379Y003105D02* |
X020581Y003105D01* |
X020861Y003204D02* |
X027477Y003204D01* |
X027576Y003302D02* |
X020922Y003302D01* |
X026255Y001529D02* |
X036670Y001529D01* |
X036640Y001585D02* |
X036701Y001471D01* |
X036774Y001363D01* |
X036856Y001262D01* |
X036948Y001171D01* |
X037048Y001088D01* |
X037156Y001016D01* |
X037270Y000955D01* |
X037390Y000906D01* |
X037514Y000868D01* |
X037641Y000843D01* |
X037770Y000830D01* |
X037785Y000830D01* |
X037785Y002100D01* |
X036515Y002100D01* |
X036515Y002085D01* |
X036528Y001956D01* |
X036553Y001829D01* |
X036591Y001705D01* |
X036640Y001585D01* |
X036623Y001628D02* |
X026354Y001628D01* |
X026452Y001726D02* |
X036584Y001726D01* |
X036554Y001825D02* |
X026551Y001825D01* |
X026649Y001923D02* |
X036534Y001923D01* |
X036521Y002022D02* |
X026748Y002022D01* |
X026846Y002120D02* |
X037785Y002120D01* |
X037785Y002100D02* |
X037785Y002200D01* |
X036515Y002200D01* |
X036515Y002215D01* |
X036528Y002344D01* |
X036553Y002471D01* |
X036591Y002595D01* |
X036640Y002715D01* |
X036701Y002829D01* |
X036774Y002937D01* |
X036856Y003038D01* |
X036948Y003129D01* |
X037048Y003212D01* |
X037156Y003284D01* |
X037270Y003345D01* |
X037390Y003394D01* |
X037514Y003432D01* |
X037641Y003457D01* |
X037770Y003470D01* |
X037785Y003470D01* |
X037785Y002200D01* |
X037885Y002200D01* |
X037885Y003470D01* |
X037900Y003470D01* |
X038029Y003457D01* |
X038156Y003432D01* |
X038280Y003394D01* |
X038400Y003345D01* |
X038514Y003284D01* |
X038622Y003212D01* |
X038723Y003129D01* |
X038814Y003038D01* |
X038897Y002937D01* |
X038969Y002829D01* |
X039030Y002715D01* |
X039079Y002595D01* |
X039117Y002471D01* |
X039142Y002344D01* |
X039155Y002215D01* |
X039155Y002200D01* |
X037885Y002200D01* |
X037885Y002100D01* |
X037885Y000830D01* |
X037900Y000830D01* |
X038029Y000843D01* |
X038156Y000868D01* |
X038280Y000906D01* |
X038400Y000955D01* |
X038514Y001016D01* |
X038622Y001088D01* |
X038723Y001171D01* |
X038814Y001262D01* |
X038897Y001363D01* |
X038969Y001471D01* |
X039030Y001585D01* |
X039079Y001705D01* |
X039117Y001829D01* |
X039142Y001956D01* |
X039155Y002085D01* |
X039155Y002100D01* |
X037885Y002100D01* |
X037785Y002100D01* |
X037785Y002022D02* |
X037885Y002022D01* |
X037885Y002120D02* |
X039270Y002120D01* |
X039270Y002022D02* |
X039149Y002022D01* |
X039136Y001923D02* |
X039270Y001923D01* |
X039270Y001825D02* |
X039116Y001825D01* |
X039086Y001726D02* |
X039270Y001726D01* |
X039270Y001628D02* |
X039047Y001628D01* |
X039000Y001529D02* |
X039270Y001529D01* |
X039270Y001431D02* |
X038942Y001431D01* |
X038871Y001332D02* |
X039270Y001332D01* |
X039270Y001234D02* |
X038785Y001234D01* |
X038679Y001135D02* |
X039270Y001135D01* |
X039270Y001037D02* |
X038545Y001037D01* |
X038358Y000938D02* |
X039270Y000938D01* |
X039270Y000840D02* |
X037996Y000840D01* |
X037885Y000840D02* |
X037785Y000840D01* |
X037785Y000938D02* |
X037885Y000938D01* |
X037885Y001037D02* |
X037785Y001037D01* |
X037785Y001135D02* |
X037885Y001135D01* |
X037885Y001234D02* |
X037785Y001234D01* |
X037785Y001332D02* |
X037885Y001332D01* |
X037885Y001431D02* |
X037785Y001431D01* |
X037785Y001529D02* |
X037885Y001529D01* |
X037885Y001628D02* |
X037785Y001628D01* |
X037785Y001726D02* |
X037885Y001726D01* |
X037885Y001825D02* |
X037785Y001825D01* |
X037785Y001923D02* |
X037885Y001923D01* |
X037885Y002219D02* |
X037785Y002219D01* |
X037785Y002317D02* |
X037885Y002317D01* |
X037885Y002416D02* |
X037785Y002416D01* |
X037785Y002514D02* |
X037885Y002514D01* |
X037885Y002613D02* |
X037785Y002613D01* |
X037785Y002711D02* |
X037885Y002711D01* |
X037885Y002810D02* |
X037785Y002810D01* |
X037785Y002908D02* |
X037885Y002908D01* |
X037885Y003007D02* |
X037785Y003007D01* |
X037785Y003105D02* |
X037885Y003105D01* |
X037885Y003204D02* |
X037785Y003204D01* |
X037785Y003302D02* |
X037885Y003302D01* |
X037885Y003401D02* |
X037785Y003401D01* |
X037410Y003401D02* |
X028188Y003401D01* |
X028171Y003499D02* |
X039270Y003499D01* |
X039270Y003401D02* |
X038260Y003401D01* |
X038480Y003302D02* |
X039270Y003302D01* |
X039270Y003204D02* |
X038632Y003204D01* |
X038747Y003105D02* |
X039270Y003105D01* |
X039270Y003007D02* |
X038840Y003007D01* |
X038916Y002908D02* |
X039270Y002908D01* |
X039270Y002810D02* |
X038979Y002810D01* |
X039031Y002711D02* |
X039270Y002711D01* |
X039270Y002613D02* |
X039072Y002613D01* |
X039104Y002514D02* |
X039270Y002514D01* |
X039270Y002416D02* |
X039128Y002416D01* |
X039145Y002317D02* |
X039270Y002317D01* |
X039270Y002219D02* |
X039155Y002219D01* |
X037038Y003204D02* |
X028111Y003204D01* |
X028172Y003302D02* |
X037190Y003302D01* |
X036923Y003105D02* |
X027831Y003105D01* |
X027733Y003007D02* |
X036830Y003007D01* |
X036754Y002908D02* |
X027634Y002908D01* |
X027536Y002810D02* |
X036691Y002810D01* |
X036639Y002711D02* |
X027437Y002711D01* |
X027339Y002613D02* |
X036598Y002613D01* |
X036566Y002514D02* |
X027240Y002514D01* |
X027142Y002416D02* |
X036542Y002416D01* |
X036525Y002317D02* |
X027043Y002317D01* |
X026945Y002219D02* |
X036515Y002219D01* |
X036728Y001431D02* |
X002942Y001431D01* |
X002871Y001332D02* |
X036799Y001332D01* |
X036885Y001234D02* |
X002785Y001234D01* |
X002679Y001135D02* |
X036991Y001135D01* |
X037126Y001037D02* |
X002545Y001037D01* |
X002358Y000938D02* |
X037312Y000938D01* |
X037674Y000840D02* |
X001996Y000840D01* |
X001885Y000840D02* |
X001785Y000840D01* |
X001785Y000938D02* |
X001885Y000938D01* |
X001885Y001037D02* |
X001785Y001037D01* |
X001785Y001135D02* |
X001885Y001135D01* |
X001885Y001234D02* |
X001785Y001234D01* |
X001785Y001332D02* |
X001885Y001332D01* |
X001885Y001431D02* |
X001785Y001431D01* |
X001785Y001529D02* |
X001885Y001529D01* |
X001885Y001628D02* |
X001785Y001628D01* |
X001785Y001726D02* |
X001885Y001726D01* |
X001885Y001825D02* |
X001785Y001825D01* |
X001785Y001923D02* |
X001885Y001923D01* |
X001885Y002200D02* |
X003155Y002200D01* |
X003155Y002215D01* |
X003142Y002344D01* |
X003117Y002471D01* |
X003079Y002595D01* |
X003030Y002715D01* |
X002969Y002829D01* |
X002897Y002937D01* |
X002814Y003038D01* |
X002723Y003129D01* |
X002622Y003212D01* |
X002514Y003284D01* |
X002400Y003345D01* |
X002280Y003394D01* |
X002156Y003432D01* |
X002029Y003457D01* |
X001900Y003470D01* |
X001885Y003470D01* |
X001885Y002200D01* |
X001885Y002219D02* |
X001785Y002219D01* |
X001785Y002317D02* |
X001885Y002317D01* |
X001885Y002416D02* |
X001785Y002416D01* |
X001785Y002514D02* |
X001885Y002514D01* |
X001885Y002613D02* |
X001785Y002613D01* |
X001785Y002711D02* |
X001885Y002711D01* |
X001885Y002810D02* |
X001785Y002810D01* |
X001785Y002908D02* |
X001885Y002908D01* |
X001885Y003007D02* |
X001785Y003007D01* |
X001785Y003105D02* |
X001885Y003105D01* |
X001885Y003204D02* |
X001785Y003204D01* |
X001785Y003302D02* |
X001885Y003302D01* |
X001885Y003401D02* |
X001785Y003401D01* |
X002260Y003401D02* |
X004083Y003401D01* |
X004083Y003302D02* |
X002480Y003302D01* |
X002632Y003204D02* |
X004083Y003204D01* |
X004083Y003105D02* |
X002747Y003105D01* |
X002840Y003007D02* |
X004083Y003007D01* |
X004166Y002908D02* |
X002916Y002908D01* |
X002979Y002810D02* |
X004264Y002810D01* |
X004363Y002711D02* |
X003031Y002711D01* |
X003072Y002613D02* |
X004461Y002613D01* |
X004560Y002514D02* |
X003104Y002514D01* |
X003128Y002416D02* |
X004658Y002416D01* |
X004757Y002317D02* |
X003145Y002317D01* |
X003155Y002219D02* |
X004855Y002219D01* |
X001674Y000840D02* |
X000400Y000840D01* |
X000400Y000938D02* |
X001312Y000938D01* |
X001126Y001037D02* |
X000400Y001037D01* |
X000400Y001135D02* |
X000991Y001135D01* |
X000885Y001234D02* |
X000400Y001234D01* |
X000400Y001332D02* |
X000799Y001332D01* |
X000728Y001431D02* |
X000400Y001431D01* |
X000400Y001529D02* |
X000670Y001529D01* |
X000623Y001628D02* |
X000400Y001628D01* |
X000400Y001726D02* |
X000584Y001726D01* |
X000554Y001825D02* |
X000400Y001825D01* |
X000400Y001923D02* |
X000534Y001923D01* |
X000521Y002022D02* |
X000400Y002022D01* |
X000400Y000741D02* |
X039270Y000741D01* |
X039270Y000643D02* |
X000400Y000643D01* |
X000400Y000544D02* |
X039270Y000544D01* |
X039270Y003598D02* |
X028110Y003598D01* |
X034409Y005666D02* |
X004717Y005666D01* |
X004717Y005568D02* |
X034471Y005568D01* |
X034409Y005765D02* |
X004717Y005765D01* |
X004717Y005863D02* |
X034409Y005863D01* |
X034409Y005962D02* |
X004717Y005962D01* |
X004717Y006060D02* |
X034409Y006060D01* |
X034409Y006159D02* |
X004717Y006159D01* |
X004717Y006257D02* |
X034409Y006257D01* |
X034409Y006356D02* |
X004717Y006356D01* |
X004717Y006454D02* |
X006438Y006454D01* |
X006650Y006650D02* |
X004900Y006650D01* |
X004715Y006835D01* |
X004715Y008599D01* |
X003849Y008835D02* |
X003585Y008835D01* |
X003150Y008400D01* |
X003150Y007900D01* |
X002955Y007932D02* |
X002335Y007932D01* |
X002326Y008030D02* |
X002990Y008030D01* |
X002990Y008129D02* |
X002748Y008129D01* |
X002885Y008227D02* |
X002990Y008227D01* |
X002990Y008326D02* |
X002931Y008326D01* |
X002938Y008424D02* |
X002990Y008424D01* |
X003046Y008523D02* |
X002911Y008523D01* |
X002837Y008621D02* |
X003145Y008621D01* |
X003243Y008720D02* |
X002599Y008720D01* |
X002590Y008818D02* |
X003342Y008818D01* |
X003849Y008993D02* |
X002807Y008993D01* |
X002657Y008917D02* |
X002590Y008917D01* |
X002357Y008424D02* |
X002275Y008424D01* |
X002275Y008326D02* |
X002369Y008326D01* |
X002415Y008227D02* |
X000400Y008227D01* |
X000400Y008129D02* |
X002552Y008129D01* |
X002335Y007833D02* |
X002857Y007833D01* |
X003305Y007242D02* |
X002298Y007242D01* |
X001502Y007242D02* |
X001298Y007242D01* |
X001335Y007341D02* |
X001465Y007341D01* |
X001465Y007439D02* |
X001335Y007439D01* |
X001335Y007833D02* |
X001465Y007833D01* |
X001465Y007932D02* |
X001335Y007932D01* |
X001326Y008030D02* |
X001474Y008030D01* |
X000938Y008326D02* |
X000862Y008326D01* |
X000862Y008424D02* |
X000938Y008424D01* |
X000938Y008523D02* |
X000862Y008523D01* |
X000862Y008720D02* |
X000938Y008720D01* |
X000938Y008818D02* |
X000862Y008818D01* |
X000862Y008917D02* |
X000938Y008917D01* |
X000938Y009015D02* |
X000862Y009015D01* |
X001862Y009015D02* |
X001938Y009015D01* |
X001938Y008917D02* |
X001862Y008917D01* |
X001862Y008818D02* |
X001938Y008818D01* |
X001938Y008720D02* |
X001862Y008720D01* |
X000525Y008424D02* |
X000400Y008424D01* |
X000400Y008326D02* |
X000525Y008326D01* |
X000474Y008030D02* |
X000400Y008030D01* |
X000400Y007932D02* |
X000465Y007932D01* |
X000465Y007833D02* |
X000400Y007833D01* |
X000400Y007735D02* |
X000465Y007735D01* |
X000400Y006848D02* |
X003305Y006848D01* |
X003309Y006750D02* |
X000400Y006750D01* |
X003600Y006750D02* |
X003700Y006750D01* |
X003700Y006848D02* |
X003600Y006848D01* |
X003600Y007144D02* |
X003700Y007144D01* |
X003700Y007242D02* |
X003600Y007242D01* |
X003995Y007242D02* |
X004083Y007242D01* |
X004083Y007144D02* |
X003995Y007144D01* |
X004875Y007144D02* |
X034580Y007144D01* |
X034580Y007242D02* |
X026968Y007242D01* |
X027067Y007341D02* |
X034580Y007341D01* |
X034580Y007439D02* |
X027165Y007439D01* |
X027264Y007538D02* |
X034580Y007538D01* |
X034580Y007636D02* |
X027362Y007636D01* |
X027461Y007735D02* |
X034580Y007735D01* |
X034580Y007833D02* |
X027559Y007833D01* |
X027658Y007932D02* |
X034640Y007932D01* |
X034580Y007045D02* |
X004875Y007045D01* |
X004875Y006947D02* |
X034580Y006947D01* |
X034409Y006848D02* |
X006860Y006848D01* |
X006921Y006750D02* |
X034409Y006750D01* |
X034409Y006651D02* |
X006938Y006651D01* |
X006922Y006553D02* |
X034409Y006553D01* |
X034409Y006454D02* |
X006862Y006454D01* |
X006440Y006848D02* |
X004928Y006848D01* |
X004771Y006553D02* |
X004717Y006553D01* |
X004875Y007242D02* |
X005332Y007242D01* |
X005233Y007341D02* |
X004875Y007341D01* |
X004875Y007439D02* |
X005135Y007439D01* |
X005036Y007538D02* |
X004875Y007538D01* |
X004875Y007636D02* |
X004938Y007636D01* |
X003849Y009150D02* |
X003400Y009150D01* |
X003150Y009400D01* |
X003352Y009606D02* |
X003677Y009606D01* |
X003621Y009508D02* |
X003418Y009508D01* |
X003438Y009409D02* |
X003621Y009409D01* |
X003681Y009311D02* |
X003466Y009311D01* |
X004951Y009465D02* |
X004951Y010201D01* |
X005650Y010900D01* |
X005650Y012150D01* |
X005900Y012400D01* |
X026650Y012400D01* |
X027900Y013650D01* |
X028105Y013448D02* |
X039270Y013448D01* |
X039270Y013546D02* |
X028169Y013546D01* |
X028188Y013645D02* |
X039270Y013645D01* |
X039270Y013743D02* |
X028174Y013743D01* |
X028116Y013842D02* |
X039270Y013842D01* |
X039270Y013349D02* |
X027825Y013349D01* |
X027727Y013251D02* |
X039270Y013251D01* |
X039270Y013152D02* |
X027628Y013152D01* |
X027530Y013054D02* |
X039270Y013054D01* |
X039270Y012955D02* |
X027431Y012955D01* |
X027333Y012857D02* |
X039270Y012857D01* |
X039270Y012758D02* |
X027234Y012758D01* |
X027136Y012660D02* |
X039270Y012660D01* |
X039270Y012561D02* |
X027037Y012561D01* |
X026939Y012463D02* |
X039270Y012463D01* |
X039270Y012364D02* |
X026840Y012364D01* |
X026742Y012266D02* |
X039270Y012266D01* |
X039270Y012167D02* |
X005893Y012167D01* |
X005810Y012069D02* |
X039270Y012069D01* |
X039270Y011970D02* |
X005810Y011970D01* |
X005810Y011872D02* |
X039270Y011872D01* |
X039270Y011773D02* |
X005810Y011773D01* |
X005810Y011675D02* |
X039270Y011675D01* |
X039270Y011576D02* |
X005810Y011576D01* |
X005810Y011478D02* |
X039270Y011478D01* |
X039270Y011379D02* |
X005810Y011379D01* |
X005810Y011281D02* |
X039270Y011281D01* |
X039270Y011182D02* |
X005810Y011182D01* |
X005810Y011084D02* |
X039270Y011084D01* |
X039270Y010985D02* |
X005810Y010985D01* |
X005810Y010887D02* |
X039270Y010887D01* |
X039270Y010788D02* |
X005764Y010788D01* |
X005666Y010690D02* |
X039270Y010690D01* |
X039270Y010591D02* |
X005567Y010591D01* |
X005469Y010493D02* |
X039270Y010493D01* |
X039270Y010394D02* |
X005370Y010394D01* |
X005272Y010296D02* |
X039270Y010296D01* |
X039270Y010197D02* |
X005173Y010197D01* |
X005111Y010099D02* |
X039270Y010099D01* |
X039270Y010000D02* |
X005111Y010000D01* |
X005111Y009902D02* |
X039270Y009902D01* |
X039270Y009803D02* |
X005111Y009803D01* |
X005111Y009705D02* |
X039270Y009705D01* |
X034822Y005469D02* |
X004717Y005469D01* |
X004717Y005371D02* |
X034822Y005371D01* |
X034822Y005272D02* |
X004717Y005272D01* |
X004717Y005174D02* |
X034822Y005174D01* |
X034822Y005075D02* |
X004717Y005075D01* |
X004717Y004977D02* |
X034822Y004977D01* |
X034822Y004878D02* |
X004717Y004878D01* |
X004717Y004780D02* |
X034822Y004780D01* |
X034822Y004681D02* |
X004717Y004681D01* |
X004717Y004583D02* |
X034860Y004583D01* |
X027304Y008030D02* |
X020506Y008030D01* |
X020408Y007932D02* |
X027205Y007932D01* |
X027107Y007833D02* |
X020309Y007833D01* |
X020211Y007735D02* |
X027008Y007735D01* |
X026910Y007636D02* |
X020112Y007636D01* |
X020287Y012561D02* |
X026585Y012561D01* |
X026683Y012660D02* |
X020357Y012660D01* |
X020431Y012758D02* |
X026782Y012758D01* |
X026880Y012857D02* |
X020505Y012857D01* |
X020579Y012955D02* |
X026979Y012955D01* |
X027077Y013054D02* |
X020653Y013054D01* |
X020727Y013152D02* |
X027176Y013152D01* |
X027274Y013251D02* |
X020800Y013251D01* |
X020874Y013349D02* |
X027373Y013349D01* |
X027471Y013448D02* |
X021105Y013448D01* |
X021169Y013546D02* |
X027570Y013546D01* |
X027612Y013645D02* |
X021188Y013645D01* |
X021174Y013743D02* |
X027626Y013743D01* |
X027684Y013842D02* |
X021116Y013842D01* |
X020474Y013349D02* |
X013642Y013349D01* |
X013576Y013251D02* |
X020400Y013251D01* |
X020327Y013152D02* |
X013510Y013152D01* |
X013445Y013054D02* |
X020253Y013054D01* |
X020179Y012955D02* |
X013379Y012955D01* |
X013313Y012857D02* |
X020105Y012857D01* |
X013434Y013842D02* |
X006866Y013842D01* |
X006924Y013743D02* |
X013376Y013743D01* |
X013362Y013645D02* |
X006938Y013645D01* |
X006919Y013546D02* |
X013381Y013546D01* |
X013323Y013448D02* |
X006855Y013448D01* |
X006445Y013448D02* |
X005424Y013448D01* |
X005325Y013349D02* |
X013257Y013349D01* |
X013191Y013251D02* |
X005227Y013251D01* |
X005128Y013152D02* |
X013126Y013152D01* |
X006198Y009606D02* |
X005123Y009606D01* |
X005179Y009508D02* |
X006132Y009508D01* |
X000938Y012364D02* |
X000862Y012364D01* |
X000862Y012463D02* |
X000938Y012463D01* |
X000938Y012561D02* |
X000862Y012561D01* |
X000862Y012758D02* |
X000938Y012758D01* |
X000938Y012857D02* |
X000862Y012857D01* |
X000862Y012955D02* |
X000938Y012955D01* |
X000525Y012955D02* |
X000400Y012955D01* |
X000400Y012857D02* |
X000525Y012857D01* |
X000525Y012758D02* |
X000400Y012758D01* |
X000400Y013054D02* |
X004740Y013054D01* |
X004740Y013152D02* |
X000400Y013152D01* |
X000400Y013251D02* |
X004774Y013251D01* |
X004873Y013349D02* |
X000400Y013349D01* |
X000400Y013448D02* |
X004971Y013448D01* |
X005070Y013546D02* |
X000400Y013546D01* |
X000400Y013645D02* |
X005168Y013645D01* |
X005267Y013743D02* |
X000400Y013743D01* |
X002275Y012955D02* |
X004740Y012955D01* |
X004740Y012857D02* |
X002275Y012857D01* |
X000465Y011576D02* |
X000400Y011576D01* |
X000400Y011478D02* |
X000465Y011478D01* |
X000465Y011379D02* |
X000400Y011379D01* |
X000400Y011281D02* |
X000465Y011281D01* |
X005060Y012561D02* |
X005085Y012561D01* |
X005060Y012660D02* |
X005183Y012660D01* |
X005282Y012758D02* |
X005060Y012758D01* |
X005060Y012857D02* |
X005380Y012857D01* |
X005479Y012955D02* |
X005060Y012955D01* |
X005060Y013054D02* |
X005577Y013054D01* |
X001198Y016994D02* |
X000400Y016994D01* |
X000400Y017092D02* |
X001043Y017092D01* |
X000928Y017191D02* |
X000400Y017191D01* |
X000400Y017289D02* |
X000834Y017289D01* |
X000757Y017388D02* |
X000400Y017388D01* |
X000400Y017486D02* |
X000693Y017486D01* |
X000641Y017585D02* |
X000400Y017585D01* |
X000400Y017683D02* |
X000600Y017683D01* |
X000567Y017782D02* |
X000400Y017782D01* |
X000400Y017880D02* |
X000543Y017880D01* |
X000526Y017979D02* |
X000400Y017979D01* |
X000400Y018077D02* |
X000516Y018077D01* |
X002400Y019345D02* |
X002514Y019284D01* |
X002622Y019212D01* |
X002723Y019129D01* |
X002814Y019038D01* |
X002897Y018937D01* |
X002969Y018829D01* |
X003030Y018715D01* |
X003079Y018595D01* |
X003117Y018471D01* |
X003087Y018570D02* |
X014912Y018570D01* |
X014912Y018668D02* |
X003049Y018668D01* |
X003002Y018767D02* |
X014912Y018767D01* |
X014912Y018865D02* |
X002945Y018865D01* |
X002875Y018964D02* |
X014912Y018964D01* |
X014912Y019062D02* |
X002790Y019062D01* |
X002684Y019161D02* |
X014912Y019161D01* |
X014912Y019259D02* |
X002551Y019259D01* |
X002400Y019345D02* |
X002280Y019394D01* |
X002156Y019432D01* |
X002029Y019457D01* |
X002369Y019358D02* |
X014915Y019358D01* |
X014959Y018077D02* |
X003154Y018077D01* |
D18* |
X003275Y013650D03* |
X002775Y013650D03* |
X002275Y013650D03* |
X003775Y013650D03* |
X006650Y013650D03* |
X013650Y013650D03* |
X020900Y013650D03* |
X027900Y013650D03* |
X027900Y008400D03* |
X020650Y008400D03* |
X013650Y008400D03* |
X006650Y006650D03* |
X003650Y006400D03* |
X003150Y006400D03* |
X002650Y006400D03* |
X002150Y006400D03* |
X002650Y008400D03* |
X003650Y008400D03* |
X003150Y009400D03* |
X003525Y009775D03* |
X006400Y009400D03* |
X013650Y003400D03* |
X020650Y003400D03* |
X027900Y003400D03* |
D19* |
X003650Y007774D02* |
X003650Y008400D01* |
X002650Y008400D02* |
X002400Y008650D01* |
X002400Y010400D01* |
X002150Y010650D01* |
X001900Y010650D01* |
X000900Y010650D01* |
X003150Y011024D02* |
X003150Y011400D01* |
X003150Y012150D01* |
X002650Y012650D01* |
X001900Y012650D01* |
X000900Y012650D01* |
X003150Y011400D02* |
X003476Y011900D01* |
X003150Y011024D02* |
X003276Y010900D01* |
X003400Y010900D01* |
X003900Y010400D01* |
M02* |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/bot.gpi |
---|
0,0 → 1,46 |
Generated by EAGLE CAM Processor 6.1.0 |
Photoplotter Info File: D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/bot.gpi |
Date : 21.2.2013 11:24:57 |
Plotfile : D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/bot.gbr |
Apertures : generated: |
Device : Gerber RS-274-X photoplotter, coordinate format 2.4 inch |
Parameter settings: |
Emulate Apertures : no |
Tolerance Draw + : 0.00 % |
Tolerance Draw - : 0.00 % |
Tolerance Flash + : 0.00 % |
Tolerance Flash - : 0.00 % |
Rotate : no |
Mirror : no |
Optimize : yes |
Auto fit : yes |
OffsetX : 0inch |
OffsetY : 0inch |
Plotfile Info: |
Coordinate Format : 2.4 |
Coordinate Units : Inch |
Data Mode : Absolute |
Zero Suppression : None |
End Of Block : * |
Apertures used: |
Code Shape Size used |
D10 draw 0.0060inch 156 |
D11 rectangle 0.0079inch x 0.0236inch 10 |
D12 rectangle 0.0236inch x 0.0079inch 10 |
D13 rectangle 0.0591inch x 0.0512inch 4 |
D14 rectangle 0.0512inch x 0.0591inch 2 |
D15 square 0.0650inch 12 |
D16 round 0.2540inch 4 |
D17 draw 0.0100inch 2084 |
D18 round 0.0357inch 24 |
D19 draw 0.0160inch 15 |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/mill.gbr |
---|
0,0 → 1,17 |
G75* |
G70* |
%OFA0B0*% |
%FSLAX24Y24*% |
%IPPOS*% |
%LPD*% |
%AMOC8* |
5,1,8,0,0,1.08239X$1,22.5* |
% |
%ADD10C,0.0000*% |
D10* |
X000150Y000250D02* |
X000150Y020050D01* |
X039520Y020050D01* |
X039520Y000250D01* |
X000150Y000250D01* |
M02* |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/mill.gpi |
---|
0,0 → 1,37 |
Generated by EAGLE CAM Processor 6.1.0 |
Photoplotter Info File: D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/mill.gpi |
Date : 21.2.2013 11:24:58 |
Plotfile : D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/mill.gbr |
Apertures : generated: |
Device : Gerber RS-274-X photoplotter, coordinate format 2.4 inch |
Parameter settings: |
Emulate Apertures : no |
Tolerance Draw + : 0.00 % |
Tolerance Draw - : 0.00 % |
Tolerance Flash + : 0.00 % |
Tolerance Flash - : 0.00 % |
Rotate : no |
Mirror : no |
Optimize : yes |
Auto fit : yes |
OffsetX : 0inch |
OffsetY : 0inch |
Plotfile Info: |
Coordinate Format : 2.4 |
Coordinate Units : Inch |
Data Mode : Absolute |
Zero Suppression : None |
End Of Block : * |
Apertures used: |
Code Shape Size used |
D10 draw 0.0000inch 4 |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/plt.gpi |
---|
0,0 → 1,40 |
Generated by EAGLE CAM Processor 6.1.0 |
Photoplotter Info File: D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/plt.gpi |
Date : 21.2.2013 11:24:57 |
Plotfile : D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/plt.gbr |
Apertures : generated: |
Device : Gerber RS-274-X photoplotter, coordinate format 2.4 inch |
Parameter settings: |
Emulate Apertures : no |
Tolerance Draw + : 0.00 % |
Tolerance Draw - : 0.00 % |
Tolerance Flash + : 0.00 % |
Tolerance Flash - : 0.00 % |
Rotate : no |
Mirror : no |
Optimize : yes |
Auto fit : yes |
OffsetX : 0inch |
OffsetY : 0inch |
Plotfile Info: |
Coordinate Format : 2.4 |
Coordinate Units : Inch |
Data Mode : Absolute |
Zero Suppression : None |
End Of Block : * |
Apertures used: |
Code Shape Size used |
D10 draw 0.0040inch 215 |
D11 draw 0.0060inch 166 |
D12 draw 0.0050inch 1 |
D13 draw 0.0120inch 96 |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/pth.dri |
---|
0,0 → 1,38 |
Generated by EAGLE CAM Processor 6.1.0 |
Drill Station Info File: D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/pth.dri |
Date : 21.2.2013 11:24:58 |
Drills : generated |
Device : Excellon drill station |
Parameter settings: |
Tolerance Drill + : 3.00 % |
Tolerance Drill - : 3.00 % |
Rotate : no |
Mirror : no |
Optimize : yes |
Auto fit : yes |
OffsetX : 0inch |
OffsetY : 0inch |
Layers : Drills Holes |
Drill File Info: |
Data Mode : Absolute |
Units : 1/10000 Inch |
Drills used: |
Code Size used |
T01 0.0197inch 24 |
T02 0.0350inch 12 |
T03 0.1260inch 4 |
Total number of drills: 40 |
Plotfiles: |
D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/pth.exc |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/smb.gpi |
---|
0,0 → 1,42 |
Generated by EAGLE CAM Processor 6.1.0 |
Photoplotter Info File: D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/smb.gpi |
Date : 21.2.2013 11:24:57 |
Plotfile : D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/smb.gbr |
Apertures : generated: |
Device : Gerber RS-274-X photoplotter, coordinate format 2.4 inch |
Parameter settings: |
Emulate Apertures : no |
Tolerance Draw + : 0.00 % |
Tolerance Draw - : 0.00 % |
Tolerance Flash + : 0.00 % |
Tolerance Flash - : 0.00 % |
Rotate : no |
Mirror : no |
Optimize : yes |
Auto fit : yes |
OffsetX : 0inch |
OffsetY : 0inch |
Plotfile Info: |
Coordinate Format : 2.4 |
Coordinate Units : Inch |
Data Mode : Absolute |
Zero Suppression : None |
End Of Block : * |
Apertures used: |
Code Shape Size used |
D10 rectangle 0.0159inch x 0.0316inch 10 |
D11 rectangle 0.0316inch x 0.0159inch 10 |
D12 rectangle 0.0671inch x 0.0592inch 4 |
D13 rectangle 0.0592inch x 0.0671inch 2 |
D14 square 0.0730inch 12 |
D15 round 0.2620inch 4 |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/smt.gpi |
---|
0,0 → 1,38 |
Generated by EAGLE CAM Processor 6.1.0 |
Photoplotter Info File: D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/smt.gpi |
Date : 21.2.2013 11:24:57 |
Plotfile : D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/smt.gbr |
Apertures : generated: |
Device : Gerber RS-274-X photoplotter, coordinate format 2.4 inch |
Parameter settings: |
Emulate Apertures : no |
Tolerance Draw + : 0.00 % |
Tolerance Draw - : 0.00 % |
Tolerance Flash + : 0.00 % |
Tolerance Flash - : 0.00 % |
Rotate : no |
Mirror : no |
Optimize : yes |
Auto fit : yes |
OffsetX : 0inch |
OffsetY : 0inch |
Plotfile Info: |
Coordinate Format : 2.4 |
Coordinate Units : Inch |
Data Mode : Absolute |
Zero Suppression : None |
End Of Block : * |
Apertures used: |
Code Shape Size used |
D10 square 0.0730inch 12 |
D11 round 0.2620inch 4 |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/top.gbr |
---|
0,0 → 1,1593 |
G75* |
G70* |
%OFA0B0*% |
%FSLAX24Y24*% |
%IPPOS*% |
%LPD*% |
%AMOC8* |
5,1,8,0,0,1.08239X$1,22.5* |
% |
%ADD10R,0.0650X0.0650*% |
%ADD11C,0.2540*% |
%ADD12C,0.0591*% |
%ADD13C,0.0357*% |
%ADD14C,0.0100*% |
%ADD15C,0.0160*% |
D10* |
X000900Y007650D03* |
X001900Y007650D03* |
X001900Y008650D03* |
X000900Y008650D03* |
X000900Y009650D03* |
X001900Y009650D03* |
X001900Y010650D03* |
X000900Y010650D03* |
X000900Y011650D03* |
X001900Y011650D03* |
X001900Y012650D03* |
X000900Y012650D03* |
D11* |
X001835Y018150D03* |
X001835Y002150D03* |
X037835Y002150D03* |
X037835Y018150D03* |
D12* |
X033123Y016941D02* |
X033123Y013595D01* |
X027807Y013595D01* |
X027807Y016941D01* |
X033123Y016941D01* |
X033123Y014185D02* |
X027807Y014185D01* |
X027807Y014775D02* |
X033123Y014775D01* |
X033123Y015365D02* |
X027807Y015365D01* |
X027807Y015955D02* |
X033123Y015955D01* |
X033123Y016545D02* |
X027807Y016545D01* |
X026036Y016941D02* |
X026036Y013595D01* |
X020720Y013595D01* |
X020720Y016941D01* |
X026036Y016941D01* |
X026036Y014185D02* |
X020720Y014185D01* |
X020720Y014775D02* |
X026036Y014775D01* |
X026036Y015365D02* |
X020720Y015365D01* |
X020720Y015955D02* |
X026036Y015955D01* |
X026036Y016545D02* |
X020720Y016545D01* |
X018950Y016941D02* |
X018950Y013595D01* |
X013634Y013595D01* |
X013634Y016941D01* |
X018950Y016941D01* |
X018950Y014185D02* |
X013634Y014185D01* |
X013634Y014775D02* |
X018950Y014775D01* |
X018950Y015365D02* |
X013634Y015365D01* |
X013634Y015955D02* |
X018950Y015955D01* |
X018950Y016545D02* |
X013634Y016545D01* |
X011863Y016941D02* |
X011863Y013595D01* |
X006547Y013595D01* |
X006547Y016941D01* |
X011863Y016941D01* |
X011863Y014185D02* |
X006547Y014185D01* |
X006547Y014775D02* |
X011863Y014775D01* |
X011863Y015365D02* |
X006547Y015365D01* |
X006547Y015955D02* |
X011863Y015955D01* |
X011863Y016545D02* |
X006547Y016545D01* |
X011863Y011823D02* |
X011863Y008477D01* |
X006547Y008477D01* |
X006547Y011823D01* |
X011863Y011823D01* |
X011863Y009067D02* |
X006547Y009067D01* |
X006547Y009657D02* |
X011863Y009657D01* |
X011863Y010247D02* |
X006547Y010247D01* |
X006547Y010837D02* |
X011863Y010837D01* |
X011863Y011427D02* |
X006547Y011427D01* |
X018950Y011823D02* |
X018950Y008477D01* |
X013634Y008477D01* |
X013634Y011823D01* |
X018950Y011823D01* |
X018950Y009067D02* |
X013634Y009067D01* |
X013634Y009657D02* |
X018950Y009657D01* |
X018950Y010247D02* |
X013634Y010247D01* |
X013634Y010837D02* |
X018950Y010837D01* |
X018950Y011427D02* |
X013634Y011427D01* |
X026036Y011823D02* |
X026036Y008477D01* |
X020720Y008477D01* |
X020720Y011823D01* |
X026036Y011823D01* |
X026036Y009067D02* |
X020720Y009067D01* |
X020720Y009657D02* |
X026036Y009657D01* |
X026036Y010247D02* |
X020720Y010247D01* |
X020720Y010837D02* |
X026036Y010837D01* |
X026036Y011427D02* |
X020720Y011427D01* |
X033123Y011823D02* |
X033123Y008477D01* |
X027807Y008477D01* |
X027807Y011823D01* |
X033123Y011823D01* |
X033123Y009067D02* |
X027807Y009067D01* |
X027807Y009657D02* |
X033123Y009657D01* |
X033123Y010247D02* |
X027807Y010247D01* |
X027807Y010837D02* |
X033123Y010837D01* |
X033123Y011427D02* |
X027807Y011427D01* |
X033123Y006705D02* |
X033123Y003359D01* |
X027807Y003359D01* |
X027807Y006705D01* |
X033123Y006705D01* |
X033123Y003949D02* |
X027807Y003949D01* |
X027807Y004539D02* |
X033123Y004539D01* |
X033123Y005129D02* |
X027807Y005129D01* |
X027807Y005719D02* |
X033123Y005719D01* |
X033123Y006309D02* |
X027807Y006309D01* |
X026036Y006705D02* |
X026036Y003359D01* |
X020720Y003359D01* |
X020720Y006705D01* |
X026036Y006705D01* |
X026036Y003949D02* |
X020720Y003949D01* |
X020720Y004539D02* |
X026036Y004539D01* |
X026036Y005129D02* |
X020720Y005129D01* |
X020720Y005719D02* |
X026036Y005719D01* |
X026036Y006309D02* |
X020720Y006309D01* |
X018950Y006705D02* |
X018950Y003359D01* |
X013634Y003359D01* |
X013634Y006705D01* |
X018950Y006705D01* |
X018950Y003949D02* |
X013634Y003949D01* |
X013634Y004539D02* |
X018950Y004539D01* |
X018950Y005129D02* |
X013634Y005129D01* |
X013634Y005719D02* |
X018950Y005719D01* |
X018950Y006309D02* |
X013634Y006309D01* |
X011863Y006705D02* |
X011863Y003359D01* |
X006547Y003359D01* |
X006547Y006705D01* |
X011863Y006705D01* |
X011863Y003949D02* |
X006547Y003949D01* |
X006547Y004539D02* |
X011863Y004539D01* |
X011863Y005129D02* |
X006547Y005129D01* |
X006547Y005719D02* |
X011863Y005719D01* |
X011863Y006309D02* |
X006547Y006309D01* |
D13* |
X006650Y006650D03* |
X003650Y006400D03* |
X003150Y006400D03* |
X002650Y006400D03* |
X002150Y006400D03* |
X002650Y008400D03* |
X003650Y008400D03* |
X003150Y009400D03* |
X003525Y009775D03* |
X006400Y009400D03* |
X013650Y008400D03* |
X020650Y008400D03* |
X027900Y008400D03* |
X027900Y003400D03* |
X020650Y003400D03* |
X013650Y003400D03* |
X013650Y013650D03* |
X006650Y013650D03* |
X003775Y013650D03* |
X003275Y013650D03* |
X002775Y013650D03* |
X002275Y013650D03* |
X020900Y013650D03* |
X027900Y013650D03* |
D14* |
X000400Y019800D02* |
X000400Y000500D01* |
X005150Y000500D01* |
X005150Y019800D01* |
X000400Y019800D01* |
X000400Y019752D02* |
X005150Y019752D01* |
X005150Y019653D02* |
X000400Y019653D01* |
X000400Y019555D02* |
X005150Y019555D01* |
X005150Y019456D02* |
X002035Y019456D01* |
X002029Y019457D02* |
X001900Y019470D01* |
X001885Y019470D01* |
X001885Y018200D01* |
X001785Y018200D01* |
X001785Y018100D01* |
X000515Y018100D01* |
X000515Y018085D01* |
X000528Y017956D01* |
X000553Y017829D01* |
X000591Y017705D01* |
X000640Y017585D01* |
X000701Y017471D01* |
X000774Y017363D01* |
X000856Y017262D01* |
X000948Y017171D01* |
X001048Y017088D01* |
X001156Y017016D01* |
X001270Y016955D01* |
X001390Y016906D01* |
X001514Y016868D01* |
X001641Y016843D01* |
X001770Y016830D01* |
X001785Y016830D01* |
X001785Y018100D01* |
X001885Y018100D01* |
X001885Y016830D01* |
X001900Y016830D01* |
X002029Y016843D01* |
X002156Y016868D01* |
X002280Y016906D01* |
X002400Y016955D01* |
X002514Y017016D01* |
X002622Y017088D01* |
X002723Y017171D01* |
X002814Y017262D01* |
X002897Y017363D01* |
X002969Y017471D01* |
X003030Y017585D01* |
X003079Y017705D01* |
X003117Y017829D01* |
X003142Y017956D01* |
X003155Y018085D01* |
X003155Y018100D01* |
X001885Y018100D01* |
X001885Y018200D01* |
X003155Y018200D01* |
X003155Y018215D01* |
X003142Y018344D01* |
X003117Y018471D01* |
X005150Y018471D01* |
X005150Y018373D02* |
X003137Y018373D01* |
X003149Y018274D02* |
X005150Y018274D01* |
X005150Y018176D02* |
X001885Y018176D01* |
X001885Y018274D02* |
X001785Y018274D01* |
X001785Y018200D02* |
X001785Y019470D01* |
X001770Y019470D01* |
X001641Y019457D01* |
X001514Y019432D01* |
X001390Y019394D01* |
X001270Y019345D01* |
X001156Y019284D01* |
X001048Y019212D01* |
X000948Y019129D01* |
X000856Y019038D01* |
X000774Y018937D01* |
X000701Y018829D01* |
X000640Y018715D01* |
X000591Y018595D01* |
X000553Y018471D01* |
X000400Y018471D01* |
X000400Y018373D02* |
X000533Y018373D01* |
X000528Y018344D02* |
X000515Y018215D01* |
X000515Y018200D01* |
X001785Y018200D01* |
X001785Y018176D02* |
X000400Y018176D01* |
X000400Y018274D02* |
X000521Y018274D01* |
X000528Y018344D02* |
X000553Y018471D01* |
X000583Y018570D02* |
X000400Y018570D01* |
X000400Y018668D02* |
X000621Y018668D01* |
X000668Y018767D02* |
X000400Y018767D01* |
X000400Y018865D02* |
X000725Y018865D01* |
X000795Y018964D02* |
X000400Y018964D01* |
X000400Y019062D02* |
X000880Y019062D01* |
X000986Y019161D02* |
X000400Y019161D01* |
X000400Y019259D02* |
X001119Y019259D01* |
X001301Y019358D02* |
X000400Y019358D01* |
X000400Y019456D02* |
X001635Y019456D01* |
X001785Y019456D02* |
X001885Y019456D01* |
X001885Y019358D02* |
X001785Y019358D01* |
X001785Y019259D02* |
X001885Y019259D01* |
X001885Y019161D02* |
X001785Y019161D01* |
X001785Y019062D02* |
X001885Y019062D01* |
X001885Y018964D02* |
X001785Y018964D01* |
X001785Y018865D02* |
X001885Y018865D01* |
X001885Y018767D02* |
X001785Y018767D01* |
X001785Y018668D02* |
X001885Y018668D01* |
X001885Y018570D02* |
X001785Y018570D01* |
X001785Y018471D02* |
X001885Y018471D01* |
X001885Y018373D02* |
X001785Y018373D01* |
X001785Y018077D02* |
X001885Y018077D01* |
X001885Y017979D02* |
X001785Y017979D01* |
X001785Y017880D02* |
X001885Y017880D01* |
X001885Y017782D02* |
X001785Y017782D01* |
X001785Y017683D02* |
X001885Y017683D01* |
X001885Y017585D02* |
X001785Y017585D01* |
X001785Y017486D02* |
X001885Y017486D01* |
X001885Y017388D02* |
X001785Y017388D01* |
X001785Y017289D02* |
X001885Y017289D01* |
X001885Y017191D02* |
X001785Y017191D01* |
X001785Y017092D02* |
X001885Y017092D01* |
X001885Y016994D02* |
X001785Y016994D01* |
X001785Y016895D02* |
X001885Y016895D01* |
X002245Y016895D02* |
X005150Y016895D01* |
X005150Y016797D02* |
X000400Y016797D01* |
X000400Y016895D02* |
X001425Y016895D01* |
X001198Y016994D02* |
X000400Y016994D01* |
X000400Y017092D02* |
X001043Y017092D01* |
X000928Y017191D02* |
X000400Y017191D01* |
X000400Y017289D02* |
X000834Y017289D01* |
X000757Y017388D02* |
X000400Y017388D01* |
X000400Y017486D02* |
X000693Y017486D01* |
X000641Y017585D02* |
X000400Y017585D01* |
X000400Y017683D02* |
X000600Y017683D01* |
X000567Y017782D02* |
X000400Y017782D01* |
X000400Y017880D02* |
X000543Y017880D01* |
X000526Y017979D02* |
X000400Y017979D01* |
X000400Y018077D02* |
X000516Y018077D01* |
X002400Y019345D02* |
X002514Y019284D01* |
X002622Y019212D01* |
X002723Y019129D01* |
X002814Y019038D01* |
X002897Y018937D01* |
X002969Y018829D01* |
X003030Y018715D01* |
X003079Y018595D01* |
X003117Y018471D01* |
X003087Y018570D02* |
X005150Y018570D01* |
X005150Y018668D02* |
X003049Y018668D01* |
X003002Y018767D02* |
X005150Y018767D01* |
X005150Y018865D02* |
X002945Y018865D01* |
X002875Y018964D02* |
X005150Y018964D01* |
X005150Y019062D02* |
X002790Y019062D01* |
X002684Y019161D02* |
X005150Y019161D01* |
X005150Y019259D02* |
X002551Y019259D01* |
X002400Y019345D02* |
X002280Y019394D01* |
X002156Y019432D01* |
X002029Y019457D01* |
X002369Y019358D02* |
X005150Y019358D01* |
X005150Y018077D02* |
X003154Y018077D01* |
X003145Y017979D02* |
X005150Y017979D01* |
X005150Y017880D02* |
X003127Y017880D01* |
X003103Y017782D02* |
X005150Y017782D01* |
X005150Y017683D02* |
X003070Y017683D01* |
X003030Y017585D02* |
X005150Y017585D01* |
X005150Y017486D02* |
X002977Y017486D01* |
X002913Y017388D02* |
X005150Y017388D01* |
X005150Y017289D02* |
X002836Y017289D01* |
X002742Y017191D02* |
X005150Y017191D01* |
X005150Y017092D02* |
X002627Y017092D01* |
X002472Y016994D02* |
X005150Y016994D01* |
X005150Y016698D02* |
X000400Y016698D01* |
X000400Y016600D02* |
X005150Y016600D01* |
X005150Y016501D02* |
X000400Y016501D01* |
X000400Y016403D02* |
X005150Y016403D01* |
X005150Y016304D02* |
X000400Y016304D01* |
X000400Y016206D02* |
X005150Y016206D01* |
X005150Y016107D02* |
X000400Y016107D01* |
X000400Y016009D02* |
X005150Y016009D01* |
X005150Y015910D02* |
X000400Y015910D01* |
X000400Y015812D02* |
X005150Y015812D01* |
X005150Y015713D02* |
X000400Y015713D01* |
X000400Y015615D02* |
X005150Y015615D01* |
X005150Y015516D02* |
X000400Y015516D01* |
X000400Y015418D02* |
X005150Y015418D01* |
X005150Y015319D02* |
X000400Y015319D01* |
X000400Y015221D02* |
X005150Y015221D01* |
X005150Y015122D02* |
X000400Y015122D01* |
X000400Y015024D02* |
X005150Y015024D01* |
X005150Y014925D02* |
X000400Y014925D01* |
X000400Y014827D02* |
X005150Y014827D01* |
X005150Y014728D02* |
X000400Y014728D01* |
X000400Y014630D02* |
X005150Y014630D01* |
X005150Y014531D02* |
X000400Y014531D01* |
X000400Y014433D02* |
X005150Y014433D01* |
X005150Y014334D02* |
X000400Y014334D01* |
X000400Y014236D02* |
X005150Y014236D01* |
X005150Y014137D02* |
X000400Y014137D01* |
X000400Y014039D02* |
X005150Y014039D01* |
X005150Y013940D02* |
X000400Y013940D01* |
X000400Y013842D02* |
X005150Y013842D01* |
X005150Y013743D02* |
X000400Y013743D01* |
X000400Y013645D02* |
X005150Y013645D01* |
X005150Y013546D02* |
X000400Y013546D01* |
X000400Y013448D02* |
X005150Y013448D01* |
X005150Y013349D02* |
X000400Y013349D01* |
X000400Y013251D02* |
X005150Y013251D01* |
X005150Y013152D02* |
X000400Y013152D01* |
X000400Y013054D02* |
X005150Y013054D01* |
X005150Y012955D02* |
X002275Y012955D01* |
X002275Y012985D02* |
X002267Y013003D01* |
X002253Y013017D01* |
X002235Y013025D01* |
X001938Y013025D01* |
X001938Y012688D01* |
X001862Y012688D01* |
X001862Y013025D01* |
X001565Y013025D01* |
X001547Y013017D01* |
X001533Y013003D01* |
X001525Y012985D01* |
X001525Y012688D01* |
X001862Y012688D01* |
X001862Y012612D01* |
X001938Y012612D01* |
X001938Y012688D01* |
X002275Y012688D01* |
X002275Y012985D01* |
X002275Y012857D02* |
X005150Y012857D01* |
X005150Y012758D02* |
X002275Y012758D01* |
X002275Y012612D02* |
X002275Y012315D01* |
X002267Y012297D01* |
X002253Y012283D01* |
X002235Y012275D01* |
X001938Y012275D01* |
X001938Y012612D01* |
X002275Y012612D01* |
X002275Y012561D02* |
X005150Y012561D01* |
X005150Y012463D02* |
X002275Y012463D01* |
X002275Y012364D02* |
X005150Y012364D01* |
X005150Y012266D02* |
X000400Y012266D01* |
X000400Y012364D02* |
X000525Y012364D01* |
X000525Y012315D02* |
X000533Y012297D01* |
X000547Y012283D01* |
X000565Y012275D01* |
X000862Y012275D01* |
X000862Y012612D01* |
X000938Y012612D01* |
X000938Y012688D01* |
X000862Y012688D01* |
X000862Y013025D01* |
X000565Y013025D01* |
X000547Y013017D01* |
X000533Y013003D01* |
X000525Y012985D01* |
X000525Y012688D01* |
X000862Y012688D01* |
X000862Y012612D01* |
X000525Y012612D01* |
X000525Y012315D01* |
X000525Y012463D02* |
X000400Y012463D01* |
X000400Y012561D02* |
X000525Y012561D01* |
X000400Y012660D02* |
X000862Y012660D01* |
X000938Y012660D02* |
X001862Y012660D01* |
X001862Y012612D02* |
X001525Y012612D01* |
X001525Y012315D01* |
X001533Y012297D01* |
X001547Y012283D01* |
X001565Y012275D01* |
X001862Y012275D01* |
X001862Y012612D01* |
X001862Y012561D02* |
X001938Y012561D01* |
X001938Y012463D02* |
X001862Y012463D01* |
X001862Y012364D02* |
X001938Y012364D01* |
X001525Y012364D02* |
X001275Y012364D01* |
X001275Y012315D02* |
X001275Y012612D01* |
X000938Y012612D01* |
X000938Y012275D01* |
X001235Y012275D01* |
X001253Y012283D01* |
X001267Y012297D01* |
X001275Y012315D01* |
X001275Y012463D02* |
X001525Y012463D01* |
X001525Y012561D02* |
X001275Y012561D01* |
X001275Y012688D02* |
X000938Y012688D01* |
X000938Y013025D01* |
X001235Y013025D01* |
X001253Y013017D01* |
X001267Y013003D01* |
X001275Y012985D01* |
X001275Y012688D01* |
X001275Y012758D02* |
X001525Y012758D01* |
X001525Y012857D02* |
X001275Y012857D01* |
X001275Y012955D02* |
X001525Y012955D01* |
X001862Y012955D02* |
X001938Y012955D01* |
X001938Y012857D02* |
X001862Y012857D01* |
X001862Y012758D02* |
X001938Y012758D01* |
X001938Y012660D02* |
X005150Y012660D01* |
X005150Y012167D02* |
X000400Y012167D01* |
X000400Y012069D02* |
X000513Y012069D01* |
X000529Y012085D02* |
X000465Y012021D01* |
X000465Y011279D01* |
X000529Y011215D01* |
X001271Y011215D01* |
X001335Y011279D01* |
X001335Y012021D01* |
X001271Y012085D01* |
X000529Y012085D01* |
X000465Y011970D02* |
X000400Y011970D01* |
X000400Y011872D02* |
X000465Y011872D01* |
X000465Y011773D02* |
X000400Y011773D01* |
X000400Y011675D02* |
X000465Y011675D01* |
X000465Y011576D02* |
X000400Y011576D01* |
X000400Y011478D02* |
X000465Y011478D01* |
X000465Y011379D02* |
X000400Y011379D01* |
X000400Y011281D02* |
X000465Y011281D01* |
X000400Y011182D02* |
X005150Y011182D01* |
X005150Y011084D02* |
X002272Y011084D01* |
X002271Y011085D02* |
X001529Y011085D01* |
X001465Y011021D01* |
X001465Y010279D01* |
X001529Y010215D01* |
X002271Y010215D01* |
X002335Y010279D01* |
X002335Y011021D01* |
X002271Y011085D01* |
X002335Y010985D02* |
X005150Y010985D01* |
X005150Y010887D02* |
X002335Y010887D01* |
X002335Y010788D02* |
X005150Y010788D01* |
X005150Y010690D02* |
X002335Y010690D01* |
X002335Y010591D02* |
X005150Y010591D01* |
X005150Y010493D02* |
X002335Y010493D01* |
X002335Y010394D02* |
X005150Y010394D01* |
X005150Y010296D02* |
X002335Y010296D01* |
X002271Y010085D02* |
X001529Y010085D01* |
X001465Y010021D01* |
X001465Y009810D01* |
X001335Y009810D01* |
X001335Y010021D01* |
X001271Y010085D01* |
X000529Y010085D01* |
X000465Y010021D01* |
X000465Y009279D01* |
X000529Y009215D01* |
X001271Y009215D01* |
X001335Y009279D01* |
X001335Y009490D01* |
X001465Y009490D01* |
X001465Y009279D01* |
X001529Y009215D01* |
X002271Y009215D01* |
X002296Y009240D01* |
X002904Y009240D01* |
X002905Y009237D01* |
X002987Y009155D01* |
X003093Y009112D01* |
X003207Y009112D01* |
X003313Y009155D01* |
X003395Y009237D01* |
X003438Y009343D01* |
X003438Y009457D01* |
X003395Y009563D01* |
X003313Y009645D01* |
X003207Y009688D01* |
X003093Y009688D01* |
X002987Y009645D01* |
X002905Y009563D01* |
X002904Y009560D01* |
X002335Y009560D01* |
X002335Y010021D01* |
X002271Y010085D01* |
X002335Y010000D02* |
X005150Y010000D01* |
X005150Y009902D02* |
X002335Y009902D01* |
X002335Y009803D02* |
X005150Y009803D01* |
X005150Y009705D02* |
X002335Y009705D01* |
X002335Y009606D02* |
X002948Y009606D01* |
X003150Y009400D02* |
X002150Y009400D01* |
X001900Y009650D01* |
X000900Y009650D01* |
X000465Y009606D02* |
X000400Y009606D01* |
X000400Y009508D02* |
X000465Y009508D01* |
X000465Y009409D02* |
X000400Y009409D01* |
X000400Y009311D02* |
X000465Y009311D01* |
X000400Y009212D02* |
X002930Y009212D01* |
X003088Y009114D02* |
X000400Y009114D01* |
X000400Y009015D02* |
X000544Y009015D01* |
X000547Y009017D02* |
X000533Y009003D01* |
X000525Y008985D01* |
X000525Y008688D01* |
X000862Y008688D01* |
X000862Y009025D01* |
X000565Y009025D01* |
X000547Y009017D01* |
X000525Y008917D02* |
X000400Y008917D01* |
X000400Y008818D02* |
X000525Y008818D01* |
X000525Y008720D02* |
X000400Y008720D01* |
X000400Y008621D02* |
X000862Y008621D01* |
X000862Y008612D02* |
X000525Y008612D01* |
X000525Y008315D01* |
X000533Y008297D01* |
X000547Y008283D01* |
X000565Y008275D01* |
X000862Y008275D01* |
X000862Y008612D01* |
X000938Y008612D01* |
X000938Y008688D01* |
X000862Y008688D01* |
X000862Y008612D01* |
X000938Y008612D02* |
X000938Y008275D01* |
X001235Y008275D01* |
X001253Y008283D01* |
X001267Y008297D01* |
X001275Y008315D01* |
X001275Y008612D01* |
X000938Y008612D01* |
X000938Y008621D02* |
X001862Y008621D01* |
X001862Y008612D02* |
X001525Y008612D01* |
X001525Y008315D01* |
X001533Y008297D01* |
X001547Y008283D01* |
X001565Y008275D01* |
X001862Y008275D01* |
X001862Y008612D01* |
X001938Y008612D01* |
X001938Y008688D01* |
X001862Y008688D01* |
X001862Y009025D01* |
X001565Y009025D01* |
X001547Y009017D01* |
X001533Y009003D01* |
X001525Y008985D01* |
X001525Y008688D01* |
X001862Y008688D01* |
X001862Y008612D01* |
X001938Y008612D02* |
X001938Y008275D01* |
X002235Y008275D01* |
X002253Y008283D01* |
X002267Y008297D01* |
X002275Y008315D01* |
X002275Y008612D01* |
X001938Y008612D01* |
X001938Y008621D02* |
X002463Y008621D01* |
X002487Y008645D02* |
X002405Y008563D01* |
X002362Y008457D01* |
X002362Y008343D01* |
X002405Y008237D01* |
X002487Y008155D01* |
X002593Y008112D01* |
X002707Y008112D01* |
X002813Y008155D01* |
X002868Y008210D01* |
X003432Y008210D01* |
X003487Y008155D01* |
X003593Y008112D01* |
X003707Y008112D01* |
X003813Y008155D01* |
X003895Y008237D01* |
X003938Y008343D01* |
X003938Y008457D01* |
X003895Y008563D01* |
X003813Y008645D01* |
X003707Y008688D01* |
X003593Y008688D01* |
X003487Y008645D01* |
X003432Y008590D01* |
X002868Y008590D01* |
X002813Y008645D01* |
X002707Y008688D01* |
X002593Y008688D01* |
X002487Y008645D01* |
X002389Y008523D02* |
X002275Y008523D01* |
X002275Y008424D02* |
X002362Y008424D01* |
X002369Y008326D02* |
X002275Y008326D01* |
X002415Y008227D02* |
X000400Y008227D01* |
X000400Y008129D02* |
X002552Y008129D01* |
X002748Y008129D02* |
X003552Y008129D01* |
X003748Y008129D02* |
X005150Y008129D01* |
X005150Y008227D02* |
X003885Y008227D01* |
X003931Y008326D02* |
X005150Y008326D01* |
X005150Y008424D02* |
X003938Y008424D01* |
X003911Y008523D02* |
X005150Y008523D01* |
X005150Y008621D02* |
X003837Y008621D01* |
X003463Y008621D02* |
X002837Y008621D01* |
X002275Y008688D02* |
X002275Y008985D01* |
X002267Y009003D01* |
X002253Y009017D01* |
X002235Y009025D01* |
X001938Y009025D01* |
X001938Y008688D01* |
X002275Y008688D01* |
X002275Y008720D02* |
X005150Y008720D01* |
X005150Y008818D02* |
X002275Y008818D01* |
X002275Y008917D02* |
X005150Y008917D01* |
X005150Y009015D02* |
X002256Y009015D01* |
X001938Y009015D02* |
X001862Y009015D01* |
X001862Y008917D02* |
X001938Y008917D01* |
X001938Y008818D02* |
X001862Y008818D01* |
X001862Y008720D02* |
X001938Y008720D01* |
X001938Y008523D02* |
X001862Y008523D01* |
X001862Y008424D02* |
X001938Y008424D01* |
X001938Y008326D02* |
X001862Y008326D01* |
X001525Y008326D02* |
X001275Y008326D01* |
X001275Y008424D02* |
X001525Y008424D01* |
X001525Y008523D02* |
X001275Y008523D01* |
X001275Y008688D02* |
X000938Y008688D01* |
X000938Y009025D01* |
X001235Y009025D01* |
X001253Y009017D01* |
X001267Y009003D01* |
X001275Y008985D01* |
X001275Y008688D01* |
X001275Y008720D02* |
X001525Y008720D01* |
X001525Y008818D02* |
X001275Y008818D01* |
X001275Y008917D02* |
X001525Y008917D01* |
X001544Y009015D02* |
X001256Y009015D01* |
X001335Y009311D02* |
X001465Y009311D01* |
X001465Y009409D02* |
X001335Y009409D01* |
X001335Y009902D02* |
X001465Y009902D01* |
X001465Y010000D02* |
X001335Y010000D01* |
X001271Y010215D02* |
X001335Y010279D01* |
X001335Y011021D01* |
X001271Y011085D01* |
X000529Y011085D01* |
X000465Y011021D01* |
X000465Y010279D01* |
X000529Y010215D01* |
X001271Y010215D01* |
X001335Y010296D02* |
X001465Y010296D01* |
X001465Y010394D02* |
X001335Y010394D01* |
X001335Y010493D02* |
X001465Y010493D01* |
X001465Y010591D02* |
X001335Y010591D01* |
X001335Y010690D02* |
X001465Y010690D01* |
X001465Y010788D02* |
X001335Y010788D01* |
X001335Y010887D02* |
X001465Y010887D01* |
X001465Y010985D02* |
X001335Y010985D01* |
X001272Y011084D02* |
X001528Y011084D01* |
X001529Y011215D02* |
X001465Y011279D01* |
X001465Y012021D01* |
X001529Y012085D01* |
X002271Y012085D01* |
X002335Y012021D01* |
X002335Y011279D01* |
X002271Y011215D01* |
X001529Y011215D01* |
X001465Y011281D02* |
X001335Y011281D01* |
X001335Y011379D02* |
X001465Y011379D01* |
X001465Y011478D02* |
X001335Y011478D01* |
X001335Y011576D02* |
X001465Y011576D01* |
X001465Y011675D02* |
X001335Y011675D01* |
X001335Y011773D02* |
X001465Y011773D01* |
X001465Y011872D02* |
X001335Y011872D01* |
X001335Y011970D02* |
X001465Y011970D01* |
X001513Y012069D02* |
X001287Y012069D01* |
X000938Y012364D02* |
X000862Y012364D01* |
X000862Y012463D02* |
X000938Y012463D01* |
X000938Y012561D02* |
X000862Y012561D01* |
X000862Y012758D02* |
X000938Y012758D01* |
X000938Y012857D02* |
X000862Y012857D01* |
X000862Y012955D02* |
X000938Y012955D01* |
X000525Y012955D02* |
X000400Y012955D01* |
X000400Y012857D02* |
X000525Y012857D01* |
X000525Y012758D02* |
X000400Y012758D01* |
X002287Y012069D02* |
X005150Y012069D01* |
X005150Y011970D02* |
X002335Y011970D01* |
X002335Y011872D02* |
X005150Y011872D01* |
X005150Y011773D02* |
X002335Y011773D01* |
X002335Y011675D02* |
X005150Y011675D01* |
X005150Y011576D02* |
X002335Y011576D01* |
X002335Y011478D02* |
X005150Y011478D01* |
X005150Y011379D02* |
X002335Y011379D01* |
X002335Y011281D02* |
X005150Y011281D01* |
X005150Y010197D02* |
X000400Y010197D01* |
X000400Y010099D02* |
X005150Y010099D01* |
X005150Y009606D02* |
X003352Y009606D01* |
X003418Y009508D02* |
X005150Y009508D01* |
X005150Y009409D02* |
X003438Y009409D01* |
X003425Y009311D02* |
X005150Y009311D01* |
X005150Y009212D02* |
X003370Y009212D01* |
X003212Y009114D02* |
X005150Y009114D01* |
X006400Y009400D02* |
X009150Y009400D01* |
X009150Y010150D01* |
X009205Y010150D01* |
X005150Y008030D02* |
X002326Y008030D01* |
X002335Y008021D02* |
X002271Y008085D01* |
X001529Y008085D01* |
X001465Y008021D01* |
X001465Y007279D01* |
X001529Y007215D01* |
X002271Y007215D01* |
X002335Y007279D01* |
X002335Y008021D01* |
X002335Y007932D02* |
X005150Y007932D01* |
X005150Y007833D02* |
X002335Y007833D01* |
X002335Y007735D02* |
X005150Y007735D01* |
X005150Y007636D02* |
X002335Y007636D01* |
X002335Y007538D02* |
X005150Y007538D01* |
X005150Y007439D02* |
X002335Y007439D01* |
X002335Y007341D02* |
X005150Y007341D01* |
X005150Y007242D02* |
X002298Y007242D01* |
X001502Y007242D02* |
X001298Y007242D01* |
X001271Y007215D02* |
X001335Y007279D01* |
X001335Y008021D01* |
X001271Y008085D01* |
X000529Y008085D01* |
X000465Y008021D01* |
X000465Y007279D01* |
X000529Y007215D01* |
X001271Y007215D01* |
X001335Y007341D02* |
X001465Y007341D01* |
X001465Y007439D02* |
X001335Y007439D01* |
X001335Y007538D02* |
X001465Y007538D01* |
X001465Y007636D02* |
X001335Y007636D01* |
X001335Y007735D02* |
X001465Y007735D01* |
X001465Y007833D02* |
X001335Y007833D01* |
X001335Y007932D02* |
X001465Y007932D01* |
X001474Y008030D02* |
X001326Y008030D01* |
X000938Y008326D02* |
X000862Y008326D01* |
X000862Y008424D02* |
X000938Y008424D01* |
X000938Y008523D02* |
X000862Y008523D01* |
X000862Y008720D02* |
X000938Y008720D01* |
X000938Y008818D02* |
X000862Y008818D01* |
X000862Y008917D02* |
X000938Y008917D01* |
X000938Y009015D02* |
X000862Y009015D01* |
X000525Y008523D02* |
X000400Y008523D01* |
X000400Y008424D02* |
X000525Y008424D01* |
X000525Y008326D02* |
X000400Y008326D01* |
X000400Y008030D02* |
X000474Y008030D01* |
X000465Y007932D02* |
X000400Y007932D01* |
X000400Y007833D02* |
X000465Y007833D01* |
X000465Y007735D02* |
X000400Y007735D01* |
X000400Y007636D02* |
X000465Y007636D01* |
X000465Y007538D02* |
X000400Y007538D01* |
X000400Y007439D02* |
X000465Y007439D01* |
X000465Y007341D02* |
X000400Y007341D01* |
X000400Y007242D02* |
X000502Y007242D01* |
X000400Y007144D02* |
X005150Y007144D01* |
X005150Y007045D02* |
X000400Y007045D01* |
X000400Y006947D02* |
X005150Y006947D01* |
X005150Y006848D02* |
X000400Y006848D01* |
X000400Y006750D02* |
X005150Y006750D01* |
X005150Y006651D02* |
X000400Y006651D01* |
X000400Y006553D02* |
X005150Y006553D01* |
X005150Y006454D02* |
X000400Y006454D01* |
X000400Y006356D02* |
X005150Y006356D01* |
X005150Y006257D02* |
X000400Y006257D01* |
X000400Y006159D02* |
X005150Y006159D01* |
X005150Y006060D02* |
X000400Y006060D01* |
X000400Y005962D02* |
X005150Y005962D01* |
X005150Y005863D02* |
X000400Y005863D01* |
X000400Y005765D02* |
X005150Y005765D01* |
X005150Y005666D02* |
X000400Y005666D01* |
X000400Y005568D02* |
X005150Y005568D01* |
X005150Y005469D02* |
X000400Y005469D01* |
X000400Y005371D02* |
X005150Y005371D01* |
X005150Y005272D02* |
X000400Y005272D01* |
X000400Y005174D02* |
X005150Y005174D01* |
X005150Y005075D02* |
X000400Y005075D01* |
X000400Y004977D02* |
X005150Y004977D01* |
X005150Y004878D02* |
X000400Y004878D01* |
X000400Y004780D02* |
X005150Y004780D01* |
X005150Y004681D02* |
X000400Y004681D01* |
X000400Y004583D02* |
X005150Y004583D01* |
X005150Y004484D02* |
X000400Y004484D01* |
X000400Y004386D02* |
X005150Y004386D01* |
X005150Y004287D02* |
X000400Y004287D01* |
X000400Y004189D02* |
X005150Y004189D01* |
X005150Y004090D02* |
X000400Y004090D01* |
X000400Y003992D02* |
X005150Y003992D01* |
X005150Y003893D02* |
X000400Y003893D01* |
X000400Y003795D02* |
X005150Y003795D01* |
X005150Y003696D02* |
X000400Y003696D01* |
X000400Y003598D02* |
X005150Y003598D01* |
X005150Y003499D02* |
X000400Y003499D01* |
X000400Y003401D02* |
X001410Y003401D01* |
X001390Y003394D02* |
X001270Y003345D01* |
X001156Y003284D01* |
X001048Y003212D01* |
X000948Y003129D01* |
X000856Y003038D01* |
X000774Y002937D01* |
X000701Y002829D01* |
X000640Y002715D01* |
X000591Y002595D01* |
X000553Y002471D01* |
X000528Y002344D01* |
X000515Y002215D01* |
X000515Y002200D01* |
X001785Y002200D01* |
X001785Y002100D01* |
X000515Y002100D01* |
X000515Y002085D01* |
X000528Y001956D01* |
X000553Y001829D01* |
X000591Y001705D01* |
X000640Y001585D01* |
X000701Y001471D01* |
X000774Y001363D01* |
X000856Y001262D01* |
X000948Y001171D01* |
X001048Y001088D01* |
X001156Y001016D01* |
X001270Y000955D01* |
X001390Y000906D01* |
X001514Y000868D01* |
X001641Y000843D01* |
X001770Y000830D01* |
X001785Y000830D01* |
X001785Y002100D01* |
X001885Y002100D01* |
X001885Y000830D01* |
X001900Y000830D01* |
X002029Y000843D01* |
X002156Y000868D01* |
X002280Y000906D01* |
X002400Y000955D01* |
X002514Y001016D01* |
X002622Y001088D01* |
X002723Y001171D01* |
X002814Y001262D01* |
X002897Y001363D01* |
X002969Y001471D01* |
X003030Y001585D01* |
X003079Y001705D01* |
X003117Y001829D01* |
X003142Y001956D01* |
X003155Y002085D01* |
X003155Y002100D01* |
X001885Y002100D01* |
X001885Y002200D01* |
X001785Y002200D01* |
X001785Y003470D01* |
X001770Y003470D01* |
X001641Y003457D01* |
X001514Y003432D01* |
X001390Y003394D01* |
X001190Y003302D02* |
X000400Y003302D01* |
X000400Y003204D02* |
X001038Y003204D01* |
X000923Y003105D02* |
X000400Y003105D01* |
X000400Y003007D02* |
X000830Y003007D01* |
X000754Y002908D02* |
X000400Y002908D01* |
X000400Y002810D02* |
X000691Y002810D01* |
X000639Y002711D02* |
X000400Y002711D01* |
X000400Y002613D02* |
X000598Y002613D01* |
X000566Y002514D02* |
X000400Y002514D01* |
X000400Y002416D02* |
X000542Y002416D01* |
X000525Y002317D02* |
X000400Y002317D01* |
X000400Y002219D02* |
X000515Y002219D01* |
X000400Y002120D02* |
X001785Y002120D01* |
X001785Y002022D02* |
X001885Y002022D01* |
X001885Y002120D02* |
X005150Y002120D01* |
X005150Y002022D02* |
X003149Y002022D01* |
X003136Y001923D02* |
X005150Y001923D01* |
X005150Y001825D02* |
X003116Y001825D01* |
X003086Y001726D02* |
X005150Y001726D01* |
X005150Y001628D02* |
X003047Y001628D01* |
X003000Y001529D02* |
X005150Y001529D01* |
X005150Y001431D02* |
X002942Y001431D01* |
X002871Y001332D02* |
X005150Y001332D01* |
X005150Y001234D02* |
X002785Y001234D01* |
X002679Y001135D02* |
X005150Y001135D01* |
X005150Y001037D02* |
X002545Y001037D01* |
X002358Y000938D02* |
X005150Y000938D01* |
X005150Y000840D02* |
X001996Y000840D01* |
X001885Y000840D02* |
X001785Y000840D01* |
X001785Y000938D02* |
X001885Y000938D01* |
X001885Y001037D02* |
X001785Y001037D01* |
X001785Y001135D02* |
X001885Y001135D01* |
X001885Y001234D02* |
X001785Y001234D01* |
X001785Y001332D02* |
X001885Y001332D01* |
X001885Y001431D02* |
X001785Y001431D01* |
X001785Y001529D02* |
X001885Y001529D01* |
X001885Y001628D02* |
X001785Y001628D01* |
X001785Y001726D02* |
X001885Y001726D01* |
X001885Y001825D02* |
X001785Y001825D01* |
X001785Y001923D02* |
X001885Y001923D01* |
X001885Y002200D02* |
X003155Y002200D01* |
X003155Y002215D01* |
X003142Y002344D01* |
X003117Y002471D01* |
X003079Y002595D01* |
X003030Y002715D01* |
X002969Y002829D01* |
X002897Y002937D01* |
X002814Y003038D01* |
X002723Y003129D01* |
X002622Y003212D01* |
X002514Y003284D01* |
X002400Y003345D01* |
X002280Y003394D01* |
X002156Y003432D01* |
X002029Y003457D01* |
X001900Y003470D01* |
X001885Y003470D01* |
X001885Y002200D01* |
X001885Y002219D02* |
X001785Y002219D01* |
X001785Y002317D02* |
X001885Y002317D01* |
X001885Y002416D02* |
X001785Y002416D01* |
X001785Y002514D02* |
X001885Y002514D01* |
X001885Y002613D02* |
X001785Y002613D01* |
X001785Y002711D02* |
X001885Y002711D01* |
X001885Y002810D02* |
X001785Y002810D01* |
X001785Y002908D02* |
X001885Y002908D01* |
X001885Y003007D02* |
X001785Y003007D01* |
X001785Y003105D02* |
X001885Y003105D01* |
X001885Y003204D02* |
X001785Y003204D01* |
X001785Y003302D02* |
X001885Y003302D01* |
X001885Y003401D02* |
X001785Y003401D01* |
X002260Y003401D02* |
X005150Y003401D01* |
X005150Y003302D02* |
X002480Y003302D01* |
X002632Y003204D02* |
X005150Y003204D01* |
X005150Y003105D02* |
X002747Y003105D01* |
X002840Y003007D02* |
X005150Y003007D01* |
X005150Y002908D02* |
X002916Y002908D01* |
X002979Y002810D02* |
X005150Y002810D01* |
X005150Y002711D02* |
X003031Y002711D01* |
X003072Y002613D02* |
X005150Y002613D01* |
X005150Y002514D02* |
X003104Y002514D01* |
X003128Y002416D02* |
X005150Y002416D01* |
X005150Y002317D02* |
X003145Y002317D01* |
X003155Y002219D02* |
X005150Y002219D01* |
X005150Y000741D02* |
X000400Y000741D01* |
X000400Y000643D02* |
X005150Y000643D01* |
X005150Y000544D02* |
X000400Y000544D01* |
X000400Y000840D02* |
X001674Y000840D01* |
X001312Y000938D02* |
X000400Y000938D01* |
X000400Y001037D02* |
X001126Y001037D01* |
X000991Y001135D02* |
X000400Y001135D01* |
X000400Y001234D02* |
X000885Y001234D01* |
X000799Y001332D02* |
X000400Y001332D01* |
X000400Y001431D02* |
X000728Y001431D01* |
X000670Y001529D02* |
X000400Y001529D01* |
X000400Y001628D02* |
X000623Y001628D01* |
X000584Y001726D02* |
X000400Y001726D01* |
X000400Y001825D02* |
X000554Y001825D01* |
X000534Y001923D02* |
X000400Y001923D01* |
X000400Y002022D02* |
X000521Y002022D01* |
X007900Y006650D02* |
X009150Y005400D01* |
X009150Y005087D01* |
X009205Y005032D01* |
X007900Y006650D02* |
X006650Y006650D01* |
X000465Y009705D02* |
X000400Y009705D01* |
X000400Y009803D02* |
X000465Y009803D01* |
X000465Y009902D02* |
X000400Y009902D01* |
X000400Y010000D02* |
X000465Y010000D01* |
X000465Y010296D02* |
X000400Y010296D01* |
X000400Y010394D02* |
X000465Y010394D01* |
X000465Y010493D02* |
X000400Y010493D01* |
X000400Y010591D02* |
X000465Y010591D01* |
X000465Y010690D02* |
X000400Y010690D01* |
X000400Y010788D02* |
X000465Y010788D01* |
X000465Y010887D02* |
X000400Y010887D01* |
X000400Y010985D02* |
X000465Y010985D01* |
X000528Y011084D02* |
X000400Y011084D01* |
X006650Y013650D02* |
X007650Y013650D01* |
X009150Y015150D01* |
X009150Y015213D01* |
X009205Y015268D01* |
X013650Y013650D02* |
X014674Y013650D01* |
X016292Y015268D01* |
X020900Y013650D02* |
X021760Y013650D01* |
X023378Y015268D01* |
X027900Y013650D02* |
X028847Y013650D01* |
X030465Y015268D01* |
X030465Y010150D02* |
X028715Y008400D01* |
X027900Y008400D01* |
X023378Y010150D02* |
X021628Y008400D01* |
X020650Y008400D01* |
X016292Y010150D02* |
X014542Y008400D01* |
X013650Y008400D01* |
X016292Y005032D02* |
X014660Y003400D01* |
X013650Y003400D01* |
X020650Y003400D02* |
X021746Y003400D01* |
X023378Y005032D01* |
X027900Y003400D02* |
X028833Y003400D01* |
X030465Y005032D01* |
D15* |
X003650Y008400D02* |
X002650Y008400D01* |
M02* |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/top.gpi |
---|
0,0 → 1,42 |
Generated by EAGLE CAM Processor 6.1.0 |
Photoplotter Info File: D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/top.gpi |
Date : 21.2.2013 11:24:57 |
Plotfile : D:/Honza/MLAB/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/top.gbr |
Apertures : generated: |
Device : Gerber RS-274-X photoplotter, coordinate format 2.4 inch |
Parameter settings: |
Emulate Apertures : no |
Tolerance Draw + : 0.00 % |
Tolerance Draw - : 0.00 % |
Tolerance Flash + : 0.00 % |
Tolerance Flash - : 0.00 % |
Rotate : no |
Mirror : no |
Optimize : yes |
Auto fit : yes |
OffsetX : 0inch |
OffsetY : 0inch |
Plotfile Info: |
Coordinate Format : 2.4 |
Coordinate Units : Inch |
Data Mode : Absolute |
Zero Suppression : None |
End Of Block : * |
Apertures used: |
Code Shape Size used |
D10 square 0.0650inch 12 |
D11 round 0.2540inch 4 |
D12 draw 0.0591inch 12 |
D13 round 0.0357inch 24 |
D14 draw 0.0100inch 872 |
D15 draw 0.0160inch 1 |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/plt.gbr |
---|
0,0 → 1,1442 |
G75* |
G70* |
%OFA0B0*% |
%FSLAX24Y24*% |
%IPPOS*% |
%LPD*% |
%AMOC8* |
5,1,8,0,0,1.08239X$1,22.5* |
% |
%ADD10C,0.0040*% |
%ADD11C,0.0060*% |
%ADD12C,0.0050*% |
%ADD13C,0.0120*% |
D10* |
X005670Y003247D02* |
X005670Y003323D01* |
X005747Y003400D01* |
X005900Y003400D01* |
X005977Y003323D01* |
X005977Y003247D01* |
X005900Y003170D01* |
X005747Y003170D01* |
X005670Y003247D01* |
X005747Y003400D02* |
X005670Y003477D01* |
X005670Y003554D01* |
X005747Y003630D01* |
X005900Y003630D01* |
X005977Y003554D01* |
X005977Y003477D01* |
X005900Y003400D01* |
X012670Y003477D02* |
X012747Y003400D01* |
X012977Y003400D01* |
X012977Y003247D02* |
X012977Y003554D01* |
X012900Y003630D01* |
X012747Y003630D01* |
X012670Y003554D01* |
X012670Y003477D01* |
X012670Y003247D02* |
X012747Y003170D01* |
X012900Y003170D01* |
X012977Y003247D01* |
X019420Y003170D02* |
X019727Y003170D01* |
X019573Y003170D02* |
X019573Y003630D01* |
X019420Y003477D01* |
X019880Y003554D02* |
X019957Y003630D01* |
X020111Y003630D01* |
X020187Y003554D01* |
X019880Y003247D01* |
X019957Y003170D01* |
X020111Y003170D01* |
X020187Y003247D01* |
X020187Y003554D01* |
X019880Y003554D02* |
X019880Y003247D01* |
X026670Y003170D02* |
X026977Y003170D01* |
X027130Y003170D02* |
X027437Y003170D01* |
X027284Y003170D02* |
X027284Y003630D01* |
X027130Y003477D01* |
X026823Y003630D02* |
X026823Y003170D01* |
X026670Y003477D02* |
X026823Y003630D01* |
X026920Y008170D02* |
X026920Y008247D01* |
X027227Y008554D01* |
X027227Y008630D01* |
X026920Y008630D01* |
X019977Y008630D02* |
X019823Y008554D01* |
X019670Y008400D01* |
X019900Y008400D01* |
X019977Y008323D01* |
X019977Y008247D01* |
X019900Y008170D01* |
X019747Y008170D01* |
X019670Y008247D01* |
X019670Y008400D01* |
X012977Y008400D02* |
X012977Y008247D01* |
X012900Y008170D01* |
X012747Y008170D01* |
X012670Y008247D01* |
X012670Y008400D02* |
X012823Y008477D01* |
X012900Y008477D01* |
X012977Y008400D01* |
X012977Y008630D02* |
X012670Y008630D01* |
X012670Y008400D01* |
X005977Y008400D02* |
X005670Y008400D01* |
X005900Y008630D01* |
X005900Y008170D01* |
X004205Y007804D02* |
X004205Y007497D01* |
X004128Y007420D01* |
X003974Y007420D01* |
X003898Y007497D01* |
X003898Y007804D01* |
X003974Y007880D01* |
X004128Y007880D01* |
X004205Y007804D01* |
X004051Y007573D02* |
X004205Y007420D01* |
X003744Y007420D02* |
X003591Y007573D01* |
X003668Y007573D02* |
X003437Y007573D01* |
X003437Y007420D02* |
X003437Y007880D01* |
X003668Y007880D01* |
X003744Y007804D01* |
X003744Y007650D01* |
X003668Y007573D01* |
X003284Y007420D02* |
X003130Y007420D01* |
X003207Y007420D02* |
X003207Y007880D01* |
X003130Y007880D02* |
X003284Y007880D01* |
X002977Y007880D02* |
X002900Y007804D01* |
X002747Y007957D01* |
X002670Y007880D01* |
X002747Y008420D02* |
X002900Y008420D01* |
X002977Y008497D01* |
X002977Y008650D01* |
X002823Y008650D01* |
X002670Y008497D02* |
X002747Y008420D01* |
X002670Y008497D02* |
X002670Y008804D01* |
X002747Y008880D01* |
X002900Y008880D01* |
X002977Y008804D01* |
X003130Y008880D02* |
X003437Y008420D01* |
X003437Y008880D01* |
X003591Y008880D02* |
X003821Y008880D01* |
X003898Y008804D01* |
X003898Y008497D01* |
X003821Y008420D01* |
X003591Y008420D01* |
X003591Y008880D01* |
X003130Y008880D02* |
X003130Y008420D01* |
X003130Y009420D02* |
X003361Y009420D01* |
X003437Y009497D01* |
X003437Y009804D01* |
X003361Y009880D01* |
X003130Y009880D01* |
X003130Y009420D01* |
X002977Y009497D02* |
X002900Y009420D01* |
X002747Y009420D01* |
X002670Y009497D01* |
X002747Y009650D02* |
X002900Y009650D01* |
X002977Y009573D01* |
X002977Y009497D01* |
X002747Y009650D02* |
X002670Y009727D01* |
X002670Y009804D01* |
X002747Y009880D01* |
X002900Y009880D01* |
X002977Y009804D01* |
X003591Y009727D02* |
X003591Y009420D01* |
X003591Y009650D02* |
X003898Y009650D01* |
X003898Y009727D02* |
X003898Y009420D01* |
X003898Y009727D02* |
X003744Y009880D01* |
X003591Y009727D01* |
X003668Y010420D02* |
X003821Y010420D01* |
X003898Y010497D01* |
X003668Y010420D02* |
X003591Y010497D01* |
X003591Y010804D01* |
X003668Y010880D01* |
X003821Y010880D01* |
X003898Y010804D01* |
X003437Y010804D02* |
X003361Y010880D01* |
X003207Y010880D01* |
X003130Y010804D01* |
X003130Y010497D01* |
X003207Y010420D01* |
X003361Y010420D01* |
X003437Y010497D01* |
X002977Y010573D02* |
X002977Y010880D01* |
X002977Y010573D02* |
X002823Y010420D01* |
X002670Y010573D01* |
X002670Y010880D01* |
X002747Y011420D02* |
X002670Y011497D01* |
X002747Y011420D02* |
X002900Y011420D01* |
X002977Y011497D01* |
X002977Y011573D01* |
X002900Y011650D01* |
X002747Y011650D01* |
X002670Y011727D01* |
X002670Y011804D01* |
X002747Y011880D01* |
X002900Y011880D01* |
X002977Y011804D01* |
X003130Y011804D02* |
X003130Y011497D01* |
X003207Y011420D01* |
X003361Y011420D01* |
X003437Y011497D01* |
X003591Y011420D02* |
X003898Y011420D01* |
X003591Y011420D02* |
X003591Y011880D01* |
X003437Y011804D02* |
X003361Y011880D01* |
X003207Y011880D01* |
X003130Y011804D01* |
X003130Y012420D02* |
X003130Y012880D01* |
X003437Y012420D01* |
X003437Y012880D01* |
X003591Y012880D02* |
X003821Y012880D01* |
X003898Y012804D01* |
X003898Y012497D01* |
X003821Y012420D01* |
X003591Y012420D01* |
X003591Y012880D01* |
X002977Y012804D02* |
X002900Y012880D01* |
X002747Y012880D01* |
X002670Y012804D01* |
X002670Y012497D01* |
X002747Y012420D01* |
X002900Y012420D01* |
X002977Y012497D01* |
X002977Y012650D01* |
X002823Y012650D01* |
X005670Y013497D02* |
X005977Y013804D01* |
X005977Y013497D01* |
X005900Y013420D01* |
X005747Y013420D01* |
X005670Y013497D01* |
X005670Y013804D01* |
X005747Y013880D01* |
X005900Y013880D01* |
X005977Y013804D01* |
X012670Y013727D02* |
X012823Y013880D01* |
X012823Y013420D01* |
X012670Y013420D02* |
X012977Y013420D01* |
X019670Y013420D02* |
X019977Y013727D01* |
X019977Y013804D01* |
X019900Y013880D01* |
X019747Y013880D01* |
X019670Y013804D01* |
X019670Y013420D02* |
X019977Y013420D01* |
X026920Y013497D02* |
X026997Y013420D01* |
X027150Y013420D01* |
X027227Y013497D01* |
X027227Y013573D01* |
X027150Y013650D01* |
X027073Y013650D01* |
X027150Y013650D02* |
X027227Y013727D01* |
X027227Y013804D01* |
X027150Y013880D01* |
X026997Y013880D01* |
X026920Y013804D01* |
D11* |
X023842Y018430D02* |
X023842Y018857D01* |
X023628Y019071D01* |
X023415Y018857D01* |
X023415Y018430D01* |
X023197Y018430D02* |
X022770Y018430D01* |
X022984Y018430D02* |
X022984Y019071D01* |
X022770Y018857D01* |
X022553Y018964D02* |
X022553Y018537D01* |
X022446Y018430D01* |
X022232Y018430D01* |
X022125Y018537D01* |
X022553Y018964D01* |
X022446Y019071D01* |
X022232Y019071D01* |
X022125Y018964D01* |
X022125Y018537D01* |
X021908Y018537D02* |
X021908Y018964D01* |
X021801Y019071D01* |
X021481Y019071D01* |
X021481Y018430D01* |
X021801Y018430D01* |
X021908Y018537D01* |
X021263Y018430D02* |
X021050Y018644D01* |
X021157Y018644D02* |
X020836Y018644D01* |
X020836Y018430D02* |
X020836Y019071D01* |
X021157Y019071D01* |
X021263Y018964D01* |
X021263Y018750D01* |
X021157Y018644D01* |
X020619Y018750D02* |
X020192Y018750D01* |
X020192Y018857D02* |
X020405Y019071D01* |
X020619Y018857D01* |
X020619Y018430D01* |
X020192Y018430D02* |
X020192Y018857D01* |
X019974Y018964D02* |
X019974Y018537D01* |
X019868Y018430D01* |
X019654Y018430D01* |
X019547Y018537D01* |
X019547Y018964D01* |
X019654Y019071D01* |
X019868Y019071D01* |
X019974Y018964D01* |
X019330Y018964D02* |
X019330Y018857D01* |
X019223Y018750D01* |
X018903Y018750D01* |
X018685Y018750D02* |
X018258Y018750D01* |
X018041Y018537D02* |
X017934Y018430D01* |
X017720Y018430D01* |
X017614Y018537D01* |
X017614Y018964D01* |
X017720Y019071D01* |
X017934Y019071D01* |
X018041Y018964D01* |
X018258Y019071D02* |
X018258Y018430D01* |
X018685Y018430D02* |
X018685Y019071D01* |
X018903Y019071D02* |
X019223Y019071D01* |
X019330Y018964D01* |
X019223Y018750D02* |
X019330Y018644D01* |
X019330Y018537D01* |
X019223Y018430D01* |
X018903Y018430D01* |
X018903Y019071D01* |
X017396Y019071D02* |
X017396Y018537D01* |
X017289Y018430D01* |
X017076Y018430D01* |
X016969Y018537D01* |
X016969Y019071D01* |
X016752Y018964D02* |
X016645Y019071D01* |
X016431Y019071D01* |
X016325Y018964D01* |
X016325Y018537D01* |
X016431Y018430D01* |
X016645Y018430D01* |
X016752Y018537D01* |
X016752Y018964D01* |
X016107Y019071D02* |
X015680Y019071D01* |
X015894Y019071D02* |
X015894Y018430D01* |
X023415Y018750D02* |
X023842Y018750D01* |
X002400Y012900D02* |
X002400Y012400D01* |
X002150Y012150D01* |
X002400Y011900D01* |
X002400Y011400D01* |
X002150Y011150D01* |
X002400Y010900D01* |
X002400Y010400D01* |
X002150Y010150D01* |
X002400Y009900D01* |
X002400Y009400D01* |
X002150Y009150D01* |
X002400Y008900D01* |
X002400Y008400D01* |
X002150Y008150D01* |
X002400Y007900D01* |
X002400Y007400D01* |
X002150Y007150D01* |
X000650Y007150D01* |
X000400Y007400D01* |
X000400Y007900D01* |
X000650Y008150D01* |
X000400Y008400D01* |
X000400Y008900D01* |
X000650Y009150D01* |
X000400Y009400D01* |
X000400Y009900D01* |
X000650Y010150D01* |
X000400Y010400D01* |
X000400Y010900D01* |
X000650Y011150D01* |
X000400Y011400D01* |
X000400Y011900D01* |
X000650Y012150D01* |
X000400Y012400D01* |
X000400Y012900D01* |
X000650Y013150D01* |
X002150Y013150D01* |
X002400Y012900D01* |
X035180Y005821D02* |
X035180Y005180D01* |
X035607Y005180D02* |
X035607Y005821D01* |
X035394Y005607D01* |
X035180Y005821D01* |
X035825Y005821D02* |
X035825Y005180D01* |
X036252Y005180D01* |
X036469Y005180D02* |
X036469Y005607D01* |
X036683Y005821D01* |
X036896Y005607D01* |
X036896Y005180D01* |
X037114Y005180D02* |
X037434Y005180D01* |
X037541Y005287D01* |
X037541Y005394D01* |
X037434Y005500D01* |
X037114Y005500D01* |
X036896Y005500D02* |
X036469Y005500D01* |
X037114Y005180D02* |
X037114Y005821D01* |
X037434Y005821D01* |
X037541Y005714D01* |
X037541Y005607D01* |
X037434Y005500D01* |
X037470Y004571D02* |
X037684Y004571D01* |
X037791Y004464D01* |
X037791Y004357D01* |
X037684Y004250D01* |
X037791Y004144D01* |
X037791Y004037D01* |
X037684Y003930D01* |
X037470Y003930D01* |
X037364Y004037D01* |
X037146Y003930D02* |
X036719Y003930D01* |
X036933Y003930D02* |
X036933Y004571D01* |
X036719Y004357D01* |
X036502Y004464D02* |
X036075Y004037D01* |
X036181Y003930D01* |
X036395Y003930D01* |
X036502Y004037D01* |
X036502Y004464D01* |
X036395Y004571D01* |
X036181Y004571D01* |
X036075Y004464D01* |
X036075Y004037D01* |
X035857Y003930D02* |
X035430Y003930D01* |
X035857Y004357D01* |
X035857Y004464D01* |
X035750Y004571D01* |
X035537Y004571D01* |
X035430Y004464D01* |
X037364Y004464D02* |
X037470Y004571D01* |
X037577Y004250D02* |
X037684Y004250D01* |
D12* |
X000408Y013150D02* |
X000410Y013159D01* |
X000415Y013166D01* |
X000423Y013171D01* |
X000432Y013172D01* |
X000441Y013169D01* |
X000448Y013163D01* |
X000452Y013155D01* |
X000452Y013145D01* |
X000448Y013137D01* |
X000441Y013131D01* |
X000432Y013128D01* |
X000423Y013129D01* |
X000415Y013134D01* |
X000410Y013141D01* |
X000408Y013150D01* |
D13* |
X006205Y013768D02* |
X006205Y016768D01* |
X006207Y016812D01* |
X006213Y016855D01* |
X006222Y016897D01* |
X006235Y016939D01* |
X006252Y016979D01* |
X006272Y017018D01* |
X006295Y017055D01* |
X006322Y017089D01* |
X006351Y017122D01* |
X006384Y017151D01* |
X006418Y017178D01* |
X006455Y017201D01* |
X006494Y017221D01* |
X006534Y017238D01* |
X006576Y017251D01* |
X006618Y017260D01* |
X006661Y017266D01* |
X006705Y017268D01* |
X011705Y017268D01* |
X011749Y017266D01* |
X011792Y017260D01* |
X011834Y017251D01* |
X011876Y017238D01* |
X011916Y017221D01* |
X011955Y017201D01* |
X011992Y017178D01* |
X012026Y017151D01* |
X012059Y017122D01* |
X012088Y017089D01* |
X012115Y017055D01* |
X012138Y017018D01* |
X012158Y016979D01* |
X012175Y016939D01* |
X012188Y016897D01* |
X012197Y016855D01* |
X012203Y016812D01* |
X012205Y016768D01* |
X012205Y013768D01* |
X012203Y013724D01* |
X012197Y013681D01* |
X012188Y013639D01* |
X012175Y013597D01* |
X012158Y013557D01* |
X012138Y013518D01* |
X012115Y013481D01* |
X012088Y013447D01* |
X012059Y013414D01* |
X012026Y013385D01* |
X011992Y013358D01* |
X011955Y013335D01* |
X011916Y013315D01* |
X011876Y013298D01* |
X011834Y013285D01* |
X011792Y013276D01* |
X011749Y013270D01* |
X011705Y013268D01* |
X006705Y013268D01* |
X006661Y013270D01* |
X006618Y013276D01* |
X006576Y013285D01* |
X006534Y013298D01* |
X006494Y013315D01* |
X006455Y013335D01* |
X006418Y013358D01* |
X006384Y013385D01* |
X006351Y013414D01* |
X006322Y013447D01* |
X006295Y013481D01* |
X006272Y013518D01* |
X006252Y013557D01* |
X006235Y013597D01* |
X006222Y013639D01* |
X006213Y013681D01* |
X006207Y013724D01* |
X006205Y013768D01* |
X006705Y012150D02* |
X011705Y012150D01* |
X011749Y012148D01* |
X011792Y012142D01* |
X011834Y012133D01* |
X011876Y012120D01* |
X011916Y012103D01* |
X011955Y012083D01* |
X011992Y012060D01* |
X012026Y012033D01* |
X012059Y012004D01* |
X012088Y011971D01* |
X012115Y011937D01* |
X012138Y011900D01* |
X012158Y011861D01* |
X012175Y011821D01* |
X012188Y011779D01* |
X012197Y011737D01* |
X012203Y011694D01* |
X012205Y011650D01* |
X012205Y008650D01* |
X012203Y008606D01* |
X012197Y008563D01* |
X012188Y008521D01* |
X012175Y008479D01* |
X012158Y008439D01* |
X012138Y008400D01* |
X012115Y008363D01* |
X012088Y008329D01* |
X012059Y008296D01* |
X012026Y008267D01* |
X011992Y008240D01* |
X011955Y008217D01* |
X011916Y008197D01* |
X011876Y008180D01* |
X011834Y008167D01* |
X011792Y008158D01* |
X011749Y008152D01* |
X011705Y008150D01* |
X006705Y008150D01* |
X006661Y008152D01* |
X006618Y008158D01* |
X006576Y008167D01* |
X006534Y008180D01* |
X006494Y008197D01* |
X006455Y008217D01* |
X006418Y008240D01* |
X006384Y008267D01* |
X006351Y008296D01* |
X006322Y008329D01* |
X006295Y008363D01* |
X006272Y008400D01* |
X006252Y008439D01* |
X006235Y008479D01* |
X006222Y008521D01* |
X006213Y008563D01* |
X006207Y008606D01* |
X006205Y008650D01* |
X006205Y011650D01* |
X006207Y011694D01* |
X006213Y011737D01* |
X006222Y011779D01* |
X006235Y011821D01* |
X006252Y011861D01* |
X006272Y011900D01* |
X006295Y011937D01* |
X006322Y011971D01* |
X006351Y012004D01* |
X006384Y012033D01* |
X006418Y012060D01* |
X006455Y012083D01* |
X006494Y012103D01* |
X006534Y012120D01* |
X006576Y012133D01* |
X006618Y012142D01* |
X006661Y012148D01* |
X006705Y012150D01* |
X013292Y011650D02* |
X013292Y008650D01* |
X013294Y008606D01* |
X013300Y008563D01* |
X013309Y008521D01* |
X013322Y008479D01* |
X013339Y008439D01* |
X013359Y008400D01* |
X013382Y008363D01* |
X013409Y008329D01* |
X013438Y008296D01* |
X013471Y008267D01* |
X013505Y008240D01* |
X013542Y008217D01* |
X013581Y008197D01* |
X013621Y008180D01* |
X013663Y008167D01* |
X013705Y008158D01* |
X013748Y008152D01* |
X013792Y008150D01* |
X018792Y008150D01* |
X018836Y008152D01* |
X018879Y008158D01* |
X018921Y008167D01* |
X018963Y008180D01* |
X019003Y008197D01* |
X019042Y008217D01* |
X019079Y008240D01* |
X019113Y008267D01* |
X019146Y008296D01* |
X019175Y008329D01* |
X019202Y008363D01* |
X019225Y008400D01* |
X019245Y008439D01* |
X019262Y008479D01* |
X019275Y008521D01* |
X019284Y008563D01* |
X019290Y008606D01* |
X019292Y008650D01* |
X019292Y011650D01* |
X019290Y011694D01* |
X019284Y011737D01* |
X019275Y011779D01* |
X019262Y011821D01* |
X019245Y011861D01* |
X019225Y011900D01* |
X019202Y011937D01* |
X019175Y011971D01* |
X019146Y012004D01* |
X019113Y012033D01* |
X019079Y012060D01* |
X019042Y012083D01* |
X019003Y012103D01* |
X018963Y012120D01* |
X018921Y012133D01* |
X018879Y012142D01* |
X018836Y012148D01* |
X018792Y012150D01* |
X013792Y012150D01* |
X013748Y012148D01* |
X013705Y012142D01* |
X013663Y012133D01* |
X013621Y012120D01* |
X013581Y012103D01* |
X013542Y012083D01* |
X013505Y012060D01* |
X013471Y012033D01* |
X013438Y012004D01* |
X013409Y011971D01* |
X013382Y011937D01* |
X013359Y011900D01* |
X013339Y011861D01* |
X013322Y011821D01* |
X013309Y011779D01* |
X013300Y011737D01* |
X013294Y011694D01* |
X013292Y011650D01* |
X013792Y013268D02* |
X018792Y013268D01* |
X018836Y013270D01* |
X018879Y013276D01* |
X018921Y013285D01* |
X018963Y013298D01* |
X019003Y013315D01* |
X019042Y013335D01* |
X019079Y013358D01* |
X019113Y013385D01* |
X019146Y013414D01* |
X019175Y013447D01* |
X019202Y013481D01* |
X019225Y013518D01* |
X019245Y013557D01* |
X019262Y013597D01* |
X019275Y013639D01* |
X019284Y013681D01* |
X019290Y013724D01* |
X019292Y013768D01* |
X019292Y016768D01* |
X019290Y016812D01* |
X019284Y016855D01* |
X019275Y016897D01* |
X019262Y016939D01* |
X019245Y016979D01* |
X019225Y017018D01* |
X019202Y017055D01* |
X019175Y017089D01* |
X019146Y017122D01* |
X019113Y017151D01* |
X019079Y017178D01* |
X019042Y017201D01* |
X019003Y017221D01* |
X018963Y017238D01* |
X018921Y017251D01* |
X018879Y017260D01* |
X018836Y017266D01* |
X018792Y017268D01* |
X013792Y017268D01* |
X013748Y017266D01* |
X013705Y017260D01* |
X013663Y017251D01* |
X013621Y017238D01* |
X013581Y017221D01* |
X013542Y017201D01* |
X013505Y017178D01* |
X013471Y017151D01* |
X013438Y017122D01* |
X013409Y017089D01* |
X013382Y017055D01* |
X013359Y017018D01* |
X013339Y016979D01* |
X013322Y016939D01* |
X013309Y016897D01* |
X013300Y016855D01* |
X013294Y016812D01* |
X013292Y016768D01* |
X013292Y013768D01* |
X013294Y013724D01* |
X013300Y013681D01* |
X013309Y013639D01* |
X013322Y013597D01* |
X013339Y013557D01* |
X013359Y013518D01* |
X013382Y013481D01* |
X013409Y013447D01* |
X013438Y013414D01* |
X013471Y013385D01* |
X013505Y013358D01* |
X013542Y013335D01* |
X013581Y013315D01* |
X013621Y013298D01* |
X013663Y013285D01* |
X013705Y013276D01* |
X013748Y013270D01* |
X013792Y013268D01* |
X020378Y013768D02* |
X020378Y016768D01* |
X020380Y016812D01* |
X020386Y016855D01* |
X020395Y016897D01* |
X020408Y016939D01* |
X020425Y016979D01* |
X020445Y017018D01* |
X020468Y017055D01* |
X020495Y017089D01* |
X020524Y017122D01* |
X020557Y017151D01* |
X020591Y017178D01* |
X020628Y017201D01* |
X020667Y017221D01* |
X020707Y017238D01* |
X020749Y017251D01* |
X020791Y017260D01* |
X020834Y017266D01* |
X020878Y017268D01* |
X025878Y017268D01* |
X025922Y017266D01* |
X025965Y017260D01* |
X026007Y017251D01* |
X026049Y017238D01* |
X026089Y017221D01* |
X026128Y017201D01* |
X026165Y017178D01* |
X026199Y017151D01* |
X026232Y017122D01* |
X026261Y017089D01* |
X026288Y017055D01* |
X026311Y017018D01* |
X026331Y016979D01* |
X026348Y016939D01* |
X026361Y016897D01* |
X026370Y016855D01* |
X026376Y016812D01* |
X026378Y016768D01* |
X026378Y013768D01* |
X026376Y013724D01* |
X026370Y013681D01* |
X026361Y013639D01* |
X026348Y013597D01* |
X026331Y013557D01* |
X026311Y013518D01* |
X026288Y013481D01* |
X026261Y013447D01* |
X026232Y013414D01* |
X026199Y013385D01* |
X026165Y013358D01* |
X026128Y013335D01* |
X026089Y013315D01* |
X026049Y013298D01* |
X026007Y013285D01* |
X025965Y013276D01* |
X025922Y013270D01* |
X025878Y013268D01* |
X020878Y013268D01* |
X020834Y013270D01* |
X020791Y013276D01* |
X020749Y013285D01* |
X020707Y013298D01* |
X020667Y013315D01* |
X020628Y013335D01* |
X020591Y013358D01* |
X020557Y013385D01* |
X020524Y013414D01* |
X020495Y013447D01* |
X020468Y013481D01* |
X020445Y013518D01* |
X020425Y013557D01* |
X020408Y013597D01* |
X020395Y013639D01* |
X020386Y013681D01* |
X020380Y013724D01* |
X020378Y013768D01* |
X020878Y012150D02* |
X025878Y012150D01* |
X025922Y012148D01* |
X025965Y012142D01* |
X026007Y012133D01* |
X026049Y012120D01* |
X026089Y012103D01* |
X026128Y012083D01* |
X026165Y012060D01* |
X026199Y012033D01* |
X026232Y012004D01* |
X026261Y011971D01* |
X026288Y011937D01* |
X026311Y011900D01* |
X026331Y011861D01* |
X026348Y011821D01* |
X026361Y011779D01* |
X026370Y011737D01* |
X026376Y011694D01* |
X026378Y011650D01* |
X026378Y008650D01* |
X026376Y008606D01* |
X026370Y008563D01* |
X026361Y008521D01* |
X026348Y008479D01* |
X026331Y008439D01* |
X026311Y008400D01* |
X026288Y008363D01* |
X026261Y008329D01* |
X026232Y008296D01* |
X026199Y008267D01* |
X026165Y008240D01* |
X026128Y008217D01* |
X026089Y008197D01* |
X026049Y008180D01* |
X026007Y008167D01* |
X025965Y008158D01* |
X025922Y008152D01* |
X025878Y008150D01* |
X020878Y008150D01* |
X020834Y008152D01* |
X020791Y008158D01* |
X020749Y008167D01* |
X020707Y008180D01* |
X020667Y008197D01* |
X020628Y008217D01* |
X020591Y008240D01* |
X020557Y008267D01* |
X020524Y008296D01* |
X020495Y008329D01* |
X020468Y008363D01* |
X020445Y008400D01* |
X020425Y008439D01* |
X020408Y008479D01* |
X020395Y008521D01* |
X020386Y008563D01* |
X020380Y008606D01* |
X020378Y008650D01* |
X020378Y011650D01* |
X020380Y011694D01* |
X020386Y011737D01* |
X020395Y011779D01* |
X020408Y011821D01* |
X020425Y011861D01* |
X020445Y011900D01* |
X020468Y011937D01* |
X020495Y011971D01* |
X020524Y012004D01* |
X020557Y012033D01* |
X020591Y012060D01* |
X020628Y012083D01* |
X020667Y012103D01* |
X020707Y012120D01* |
X020749Y012133D01* |
X020791Y012142D01* |
X020834Y012148D01* |
X020878Y012150D01* |
X027465Y011650D02* |
X027465Y008650D01* |
X027467Y008606D01* |
X027473Y008563D01* |
X027482Y008521D01* |
X027495Y008479D01* |
X027512Y008439D01* |
X027532Y008400D01* |
X027555Y008363D01* |
X027582Y008329D01* |
X027611Y008296D01* |
X027644Y008267D01* |
X027678Y008240D01* |
X027715Y008217D01* |
X027754Y008197D01* |
X027794Y008180D01* |
X027836Y008167D01* |
X027878Y008158D01* |
X027921Y008152D01* |
X027965Y008150D01* |
X032965Y008150D01* |
X033009Y008152D01* |
X033052Y008158D01* |
X033094Y008167D01* |
X033136Y008180D01* |
X033176Y008197D01* |
X033215Y008217D01* |
X033252Y008240D01* |
X033286Y008267D01* |
X033319Y008296D01* |
X033348Y008329D01* |
X033375Y008363D01* |
X033398Y008400D01* |
X033418Y008439D01* |
X033435Y008479D01* |
X033448Y008521D01* |
X033457Y008563D01* |
X033463Y008606D01* |
X033465Y008650D01* |
X033465Y011650D01* |
X033463Y011694D01* |
X033457Y011737D01* |
X033448Y011779D01* |
X033435Y011821D01* |
X033418Y011861D01* |
X033398Y011900D01* |
X033375Y011937D01* |
X033348Y011971D01* |
X033319Y012004D01* |
X033286Y012033D01* |
X033252Y012060D01* |
X033215Y012083D01* |
X033176Y012103D01* |
X033136Y012120D01* |
X033094Y012133D01* |
X033052Y012142D01* |
X033009Y012148D01* |
X032965Y012150D01* |
X027965Y012150D01* |
X027921Y012148D01* |
X027878Y012142D01* |
X027836Y012133D01* |
X027794Y012120D01* |
X027754Y012103D01* |
X027715Y012083D01* |
X027678Y012060D01* |
X027644Y012033D01* |
X027611Y012004D01* |
X027582Y011971D01* |
X027555Y011937D01* |
X027532Y011900D01* |
X027512Y011861D01* |
X027495Y011821D01* |
X027482Y011779D01* |
X027473Y011737D01* |
X027467Y011694D01* |
X027465Y011650D01* |
X027965Y013268D02* |
X032965Y013268D01* |
X033009Y013270D01* |
X033052Y013276D01* |
X033094Y013285D01* |
X033136Y013298D01* |
X033176Y013315D01* |
X033215Y013335D01* |
X033252Y013358D01* |
X033286Y013385D01* |
X033319Y013414D01* |
X033348Y013447D01* |
X033375Y013481D01* |
X033398Y013518D01* |
X033418Y013557D01* |
X033435Y013597D01* |
X033448Y013639D01* |
X033457Y013681D01* |
X033463Y013724D01* |
X033465Y013768D01* |
X033465Y016768D01* |
X033463Y016812D01* |
X033457Y016855D01* |
X033448Y016897D01* |
X033435Y016939D01* |
X033418Y016979D01* |
X033398Y017018D01* |
X033375Y017055D01* |
X033348Y017089D01* |
X033319Y017122D01* |
X033286Y017151D01* |
X033252Y017178D01* |
X033215Y017201D01* |
X033176Y017221D01* |
X033136Y017238D01* |
X033094Y017251D01* |
X033052Y017260D01* |
X033009Y017266D01* |
X032965Y017268D01* |
X027965Y017268D01* |
X027921Y017266D01* |
X027878Y017260D01* |
X027836Y017251D01* |
X027794Y017238D01* |
X027754Y017221D01* |
X027715Y017201D01* |
X027678Y017178D01* |
X027644Y017151D01* |
X027611Y017122D01* |
X027582Y017089D01* |
X027555Y017055D01* |
X027532Y017018D01* |
X027512Y016979D01* |
X027495Y016939D01* |
X027482Y016897D01* |
X027473Y016855D01* |
X027467Y016812D01* |
X027465Y016768D01* |
X027465Y013768D01* |
X027467Y013724D01* |
X027473Y013681D01* |
X027482Y013639D01* |
X027495Y013597D01* |
X027512Y013557D01* |
X027532Y013518D01* |
X027555Y013481D01* |
X027582Y013447D01* |
X027611Y013414D01* |
X027644Y013385D01* |
X027678Y013358D01* |
X027715Y013335D01* |
X027754Y013315D01* |
X027794Y013298D01* |
X027836Y013285D01* |
X027878Y013276D01* |
X027921Y013270D01* |
X027965Y013268D01* |
X027965Y007032D02* |
X032965Y007032D01* |
X033009Y007030D01* |
X033052Y007024D01* |
X033094Y007015D01* |
X033136Y007002D01* |
X033176Y006985D01* |
X033215Y006965D01* |
X033252Y006942D01* |
X033286Y006915D01* |
X033319Y006886D01* |
X033348Y006853D01* |
X033375Y006819D01* |
X033398Y006782D01* |
X033418Y006743D01* |
X033435Y006703D01* |
X033448Y006661D01* |
X033457Y006619D01* |
X033463Y006576D01* |
X033465Y006532D01* |
X033465Y003532D01* |
X033463Y003488D01* |
X033457Y003445D01* |
X033448Y003403D01* |
X033435Y003361D01* |
X033418Y003321D01* |
X033398Y003282D01* |
X033375Y003245D01* |
X033348Y003211D01* |
X033319Y003178D01* |
X033286Y003149D01* |
X033252Y003122D01* |
X033215Y003099D01* |
X033176Y003079D01* |
X033136Y003062D01* |
X033094Y003049D01* |
X033052Y003040D01* |
X033009Y003034D01* |
X032965Y003032D01* |
X027965Y003032D01* |
X027921Y003034D01* |
X027878Y003040D01* |
X027836Y003049D01* |
X027794Y003062D01* |
X027754Y003079D01* |
X027715Y003099D01* |
X027678Y003122D01* |
X027644Y003149D01* |
X027611Y003178D01* |
X027582Y003211D01* |
X027555Y003245D01* |
X027532Y003282D01* |
X027512Y003321D01* |
X027495Y003361D01* |
X027482Y003403D01* |
X027473Y003445D01* |
X027467Y003488D01* |
X027465Y003532D01* |
X027465Y006532D01* |
X027467Y006576D01* |
X027473Y006619D01* |
X027482Y006661D01* |
X027495Y006703D01* |
X027512Y006743D01* |
X027532Y006782D01* |
X027555Y006819D01* |
X027582Y006853D01* |
X027611Y006886D01* |
X027644Y006915D01* |
X027678Y006942D01* |
X027715Y006965D01* |
X027754Y006985D01* |
X027794Y007002D01* |
X027836Y007015D01* |
X027878Y007024D01* |
X027921Y007030D01* |
X027965Y007032D01* |
X026378Y006532D02* |
X026378Y003532D01* |
X026376Y003488D01* |
X026370Y003445D01* |
X026361Y003403D01* |
X026348Y003361D01* |
X026331Y003321D01* |
X026311Y003282D01* |
X026288Y003245D01* |
X026261Y003211D01* |
X026232Y003178D01* |
X026199Y003149D01* |
X026165Y003122D01* |
X026128Y003099D01* |
X026089Y003079D01* |
X026049Y003062D01* |
X026007Y003049D01* |
X025965Y003040D01* |
X025922Y003034D01* |
X025878Y003032D01* |
X020878Y003032D01* |
X020834Y003034D01* |
X020791Y003040D01* |
X020749Y003049D01* |
X020707Y003062D01* |
X020667Y003079D01* |
X020628Y003099D01* |
X020591Y003122D01* |
X020557Y003149D01* |
X020524Y003178D01* |
X020495Y003211D01* |
X020468Y003245D01* |
X020445Y003282D01* |
X020425Y003321D01* |
X020408Y003361D01* |
X020395Y003403D01* |
X020386Y003445D01* |
X020380Y003488D01* |
X020378Y003532D01* |
X020378Y006532D01* |
X020380Y006576D01* |
X020386Y006619D01* |
X020395Y006661D01* |
X020408Y006703D01* |
X020425Y006743D01* |
X020445Y006782D01* |
X020468Y006819D01* |
X020495Y006853D01* |
X020524Y006886D01* |
X020557Y006915D01* |
X020591Y006942D01* |
X020628Y006965D01* |
X020667Y006985D01* |
X020707Y007002D01* |
X020749Y007015D01* |
X020791Y007024D01* |
X020834Y007030D01* |
X020878Y007032D01* |
X025878Y007032D01* |
X025922Y007030D01* |
X025965Y007024D01* |
X026007Y007015D01* |
X026049Y007002D01* |
X026089Y006985D01* |
X026128Y006965D01* |
X026165Y006942D01* |
X026199Y006915D01* |
X026232Y006886D01* |
X026261Y006853D01* |
X026288Y006819D01* |
X026311Y006782D01* |
X026331Y006743D01* |
X026348Y006703D01* |
X026361Y006661D01* |
X026370Y006619D01* |
X026376Y006576D01* |
X026378Y006532D01* |
X019292Y006532D02* |
X019292Y003532D01* |
X019290Y003488D01* |
X019284Y003445D01* |
X019275Y003403D01* |
X019262Y003361D01* |
X019245Y003321D01* |
X019225Y003282D01* |
X019202Y003245D01* |
X019175Y003211D01* |
X019146Y003178D01* |
X019113Y003149D01* |
X019079Y003122D01* |
X019042Y003099D01* |
X019003Y003079D01* |
X018963Y003062D01* |
X018921Y003049D01* |
X018879Y003040D01* |
X018836Y003034D01* |
X018792Y003032D01* |
X013792Y003032D01* |
X013748Y003034D01* |
X013705Y003040D01* |
X013663Y003049D01* |
X013621Y003062D01* |
X013581Y003079D01* |
X013542Y003099D01* |
X013505Y003122D01* |
X013471Y003149D01* |
X013438Y003178D01* |
X013409Y003211D01* |
X013382Y003245D01* |
X013359Y003282D01* |
X013339Y003321D01* |
X013322Y003361D01* |
X013309Y003403D01* |
X013300Y003445D01* |
X013294Y003488D01* |
X013292Y003532D01* |
X013292Y006532D01* |
X013294Y006576D01* |
X013300Y006619D01* |
X013309Y006661D01* |
X013322Y006703D01* |
X013339Y006743D01* |
X013359Y006782D01* |
X013382Y006819D01* |
X013409Y006853D01* |
X013438Y006886D01* |
X013471Y006915D01* |
X013505Y006942D01* |
X013542Y006965D01* |
X013581Y006985D01* |
X013621Y007002D01* |
X013663Y007015D01* |
X013705Y007024D01* |
X013748Y007030D01* |
X013792Y007032D01* |
X018792Y007032D01* |
X018836Y007030D01* |
X018879Y007024D01* |
X018921Y007015D01* |
X018963Y007002D01* |
X019003Y006985D01* |
X019042Y006965D01* |
X019079Y006942D01* |
X019113Y006915D01* |
X019146Y006886D01* |
X019175Y006853D01* |
X019202Y006819D01* |
X019225Y006782D01* |
X019245Y006743D01* |
X019262Y006703D01* |
X019275Y006661D01* |
X019284Y006619D01* |
X019290Y006576D01* |
X019292Y006532D01* |
X012205Y006532D02* |
X012205Y003532D01* |
X012203Y003488D01* |
X012197Y003445D01* |
X012188Y003403D01* |
X012175Y003361D01* |
X012158Y003321D01* |
X012138Y003282D01* |
X012115Y003245D01* |
X012088Y003211D01* |
X012059Y003178D01* |
X012026Y003149D01* |
X011992Y003122D01* |
X011955Y003099D01* |
X011916Y003079D01* |
X011876Y003062D01* |
X011834Y003049D01* |
X011792Y003040D01* |
X011749Y003034D01* |
X011705Y003032D01* |
X006705Y003032D01* |
X006661Y003034D01* |
X006618Y003040D01* |
X006576Y003049D01* |
X006534Y003062D01* |
X006494Y003079D01* |
X006455Y003099D01* |
X006418Y003122D01* |
X006384Y003149D01* |
X006351Y003178D01* |
X006322Y003211D01* |
X006295Y003245D01* |
X006272Y003282D01* |
X006252Y003321D01* |
X006235Y003361D01* |
X006222Y003403D01* |
X006213Y003445D01* |
X006207Y003488D01* |
X006205Y003532D01* |
X006205Y006532D01* |
X006207Y006576D01* |
X006213Y006619D01* |
X006222Y006661D01* |
X006235Y006703D01* |
X006252Y006743D01* |
X006272Y006782D01* |
X006295Y006819D01* |
X006322Y006853D01* |
X006351Y006886D01* |
X006384Y006915D01* |
X006418Y006942D01* |
X006455Y006965D01* |
X006494Y006985D01* |
X006534Y007002D01* |
X006576Y007015D01* |
X006618Y007024D01* |
X006661Y007030D01* |
X006705Y007032D01* |
X011705Y007032D01* |
X011749Y007030D01* |
X011792Y007024D01* |
X011834Y007015D01* |
X011876Y007002D01* |
X011916Y006985D01* |
X011955Y006965D01* |
X011992Y006942D01* |
X012026Y006915D01* |
X012059Y006886D01* |
X012088Y006853D01* |
X012115Y006819D01* |
X012138Y006782D01* |
X012158Y006743D01* |
X012175Y006703D01* |
X012188Y006661D01* |
X012197Y006619D01* |
X012203Y006576D01* |
X012205Y006532D01* |
M02* |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/pth.exc |
---|
0,0 → 1,51 |
% |
M48 |
M72 |
T01C0.0197 |
T02C0.0350 |
T03C0.1260 |
% |
T01 |
X2150Y6400 |
X2650Y6400 |
X3150Y6400 |
X3650Y6400 |
X6650Y6650 |
X3650Y8400 |
X2650Y8400 |
X3150Y9400 |
X3525Y9775 |
X6400Y9400 |
X13650Y8400 |
X20650Y8400 |
X27900Y8400 |
X27900Y3400 |
X20650Y3400 |
X13650Y3400 |
X13650Y13650 |
X6650Y13650 |
X3775Y13650 |
X3275Y13650 |
X2775Y13650 |
X2275Y13650 |
X20900Y13650 |
X27900Y13650 |
T02 |
X1900Y12650 |
X900Y12650 |
X900Y11650 |
X1900Y11650 |
X1900Y10650 |
X900Y10650 |
X900Y9650 |
X1900Y9650 |
X1900Y8650 |
X900Y8650 |
X900Y7650 |
X1900Y7650 |
T03 |
X1835Y2150 |
X1835Y18150 |
X37835Y18150 |
X37835Y2150 |
M30 |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/smb.gbr |
---|
0,0 → 1,64 |
G75* |
G70* |
%OFA0B0*% |
%FSLAX24Y24*% |
%IPPOS*% |
%LPD*% |
%AMOC8* |
5,1,8,0,0,1.08239X$1,22.5* |
% |
%ADD10R,0.0159X0.0316*% |
%ADD11R,0.0316X0.0159*% |
%ADD12R,0.0671X0.0592*% |
%ADD13R,0.0592X0.0671*% |
%ADD14R,0.0730X0.0730*% |
%ADD15C,0.2620*% |
D10* |
X004085Y008599D03* |
X004243Y008599D03* |
X004400Y008599D03* |
X004557Y008599D03* |
X004715Y008599D03* |
X004715Y009701D03* |
X004557Y009701D03* |
X004400Y009701D03* |
X004243Y009701D03* |
X004085Y009701D03* |
D11* |
X003849Y009465D03* |
X003849Y009307D03* |
X003849Y009150D03* |
X003849Y008993D03* |
X003849Y008835D03* |
X004951Y008835D03* |
X004951Y008993D03* |
X004951Y009150D03* |
X004951Y009307D03* |
X004951Y009465D03* |
D12* |
X003150Y010276D03* |
X003150Y011024D03* |
X003650Y007774D03* |
X003650Y007026D03* |
D13* |
X003476Y011900D03* |
X004224Y011900D03* |
D14* |
X001900Y011650D03* |
X000900Y011650D03* |
X000900Y010650D03* |
X001900Y010650D03* |
X001900Y009650D03* |
X000900Y009650D03* |
X000900Y008650D03* |
X001900Y008650D03* |
X001900Y007650D03* |
X000900Y007650D03* |
X000900Y012650D03* |
X001900Y012650D03* |
D15* |
X001835Y002150D03* |
X001835Y018150D03* |
X037835Y018150D03* |
X037835Y002150D03* |
M02* |
/Modules/HumanInterfaces/TOUCHBOARD01A/CAM_PROFI/smt.gbr |
---|
0,0 → 1,30 |
G75* |
G70* |
%OFA0B0*% |
%FSLAX24Y24*% |
%IPPOS*% |
%LPD*% |
%AMOC8* |
5,1,8,0,0,1.08239X$1,22.5* |
% |
%ADD10R,0.0730X0.0730*% |
%ADD11C,0.2620*% |
D10* |
X000900Y007650D03* |
X001900Y007650D03* |
X001900Y008650D03* |
X000900Y008650D03* |
X000900Y009650D03* |
X001900Y009650D03* |
X001900Y010650D03* |
X000900Y010650D03* |
X000900Y011650D03* |
X001900Y011650D03* |
X001900Y012650D03* |
X000900Y012650D03* |
D11* |
X001835Y002150D03* |
X001835Y018150D03* |
X037835Y018150D03* |
X037835Y002150D03* |
M02* |
/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/untitled.brd |
---|
0,0 → 1,804 |
<?xml version="1.0" encoding="utf-8"?> |
<!DOCTYPE eagle SYSTEM "eagle.dtd"> |
<eagle version="6.1"> |
<drawing> |
<settings> |
<setting alwaysvectorfont="no"/> |
<setting verticaltext="up"/> |
</settings> |
<grid distance="0.127" unitdist="mm" unit="mm" style="lines" multiple="1" display="no" altdistance="0.025" altunitdist="inch" altunit="inch"/> |
<layers> |
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/> |
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/> |
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/> |
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/> |
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/> |
<layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/> |
<layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/> |
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/> |
<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="29" name="tStop" color="7" fill="3" visible="yes" active="yes"/> |
<layer number="30" name="bStop" color="7" fill="6" visible="yes" active="yes"/> |
<layer number="31" name="tCream" color="7" fill="4" visible="yes" active="yes"/> |
<layer number="32" name="bCream" color="7" fill="5" visible="yes" active="yes"/> |
<layer number="33" name="tFinish" color="6" fill="3" visible="yes" active="yes"/> |
<layer number="34" name="bFinish" color="6" fill="6" visible="yes" active="yes"/> |
<layer number="35" name="tGlue" color="7" fill="4" visible="yes" active="yes"/> |
<layer number="36" name="bGlue" color="7" fill="5" visible="yes" active="yes"/> |
<layer number="37" name="tTest" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="38" name="bTest" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/> |
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/> |
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/> |
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/> |
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/> |
<layer number="44" name="Drills" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="45" name="Holes" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="46" name="Milling" color="3" fill="1" visible="yes" active="yes"/> |
<layer number="47" name="Measures" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="50" name="dxf" color="7" fill="1" visible="no" active="no"/> |
<layer number="51" name="tDocu" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="53" name="tGND_GNDA" color="7" fill="9" visible="no" active="no"/> |
<layer number="54" name="bGND_GNDA" color="1" fill="9" visible="no" active="no"/> |
<layer number="56" name="wert" color="7" fill="1" visible="no" active="no"/> |
<layer number="91" name="Nets" color="2" fill="1" visible="no" active="no"/> |
<layer number="92" name="Busses" color="1" fill="1" visible="no" active="no"/> |
<layer number="93" name="Pins" color="2" fill="1" visible="no" active="no"/> |
<layer number="94" name="Symbols" color="4" fill="1" visible="no" active="no"/> |
<layer number="95" name="Names" color="7" fill="1" visible="no" active="no"/> |
<layer number="96" name="Values" color="7" fill="1" visible="no" active="no"/> |
<layer number="97" name="Info" color="7" fill="1" visible="no" active="no"/> |
<layer number="98" name="Guide" color="6" fill="1" visible="no" active="no"/> |
<layer number="100" name="Muster" color="7" fill="1" visible="no" active="no"/> |
<layer number="101" name="Patch_Top" color="12" fill="4" visible="yes" active="yes"/> |
<layer number="102" name="Vscore" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="103" name="tMap" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="104" name="Name" color="16" fill="1" visible="yes" active="yes"/> |
<layer number="105" name="tPlate" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="106" name="bPlate" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="107" name="Crop" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="116" name="Patch_BOT" color="9" fill="4" visible="yes" active="yes"/> |
<layer number="121" name="_tsilk" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="122" name="_bsilk" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="125" name="_tNames" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="144" name="Drill_legend" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="151" name="HeatSink" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="200" name="200bmp" color="1" fill="10" visible="yes" active="yes"/> |
<layer number="201" name="201bmp" color="2" fill="10" visible="yes" active="yes"/> |
<layer number="202" name="202bmp" color="3" fill="10" visible="yes" active="yes"/> |
<layer number="203" name="203bmp" color="4" fill="10" visible="yes" active="yes"/> |
<layer number="204" name="204bmp" color="5" fill="10" visible="yes" active="yes"/> |
<layer number="205" name="205bmp" color="6" fill="10" visible="yes" active="yes"/> |
<layer number="206" name="206bmp" color="7" fill="10" visible="yes" active="yes"/> |
<layer number="207" name="207bmp" color="8" fill="10" visible="yes" active="yes"/> |
<layer number="208" name="208bmp" color="9" fill="10" visible="yes" active="yes"/> |
<layer number="209" name="209bmp" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="210" name="210bmp" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="211" name="211bmp" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="212" name="212bmp" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="213" name="213bmp" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="214" name="214bmp" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="215" name="215bmp" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="216" name="216bmp" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="217" name="217bmp" color="18" fill="1" visible="no" active="no"/> |
<layer number="218" name="218bmp" color="19" fill="1" visible="no" active="no"/> |
<layer number="219" name="219bmp" color="20" fill="1" visible="no" active="no"/> |
<layer number="220" name="220bmp" color="21" fill="1" visible="no" active="no"/> |
<layer number="221" name="221bmp" color="22" fill="1" visible="no" active="no"/> |
<layer number="222" name="222bmp" color="23" fill="1" visible="no" active="no"/> |
<layer number="223" name="223bmp" color="24" fill="1" visible="no" active="no"/> |
<layer number="224" name="224bmp" color="25" fill="1" visible="no" active="no"/> |
<layer number="231" name="Eagle3D_PG1" color="14" fill="1" visible="yes" active="yes"/> |
<layer number="232" name="Eagle3D_PG2" color="14" fill="2" visible="yes" active="yes"/> |
<layer number="233" name="Eagle3D_PG3" color="14" fill="4" visible="yes" active="yes"/> |
<layer number="250" name="Descript" color="3" fill="1" visible="no" active="no"/> |
<layer number="251" name="SMDround" color="12" fill="11" visible="no" active="no"/> |
<layer number="254" name="cooling" color="7" fill="1" visible="yes" active="yes"/> |
</layers> |
<board> |
<plain> |
<wire x1="0" y1="0.254" x2="100" y2="0.254" width="0" layer="20"/> |
<wire x1="100" y1="0.254" x2="100" y2="50.546" width="0" layer="20"/> |
<wire x1="100" y1="50.546" x2="0" y2="50.546" width="0" layer="20"/> |
<wire x1="0" y1="50.546" x2="0" y2="0.254" width="0" layer="20"/> |
<text x="13.97" y="33.655" size="1.27" layer="21">0</text> |
<text x="31.75" y="33.655" size="1.27" layer="21">1</text> |
<text x="49.53" y="33.655" size="1.27" layer="21">2</text> |
<text x="67.945" y="33.655" size="1.27" layer="21">3</text> |
<text x="13.97" y="20.32" size="1.27" layer="21">4</text> |
<text x="31.75" y="20.32" size="1.27" layer="21">5</text> |
<text x="49.53" y="20.32" size="1.27" layer="21">6</text> |
<text x="67.945" y="20.32" size="1.27" layer="21">7</text> |
<text x="13.97" y="7.62" size="1.27" layer="21">8</text> |
<text x="31.75" y="7.62" size="1.27" layer="21">9</text> |
<text x="48.895" y="7.62" size="1.27" layer="21">10</text> |
<text x="67.31" y="7.62" size="1.27" layer="21">11</text> |
<text x="6.35" y="31.115" size="1.27" layer="21">GND</text> |
<text x="6.35" y="20.955" size="1.27" layer="21">GND</text> |
<text x="6.35" y="28.575" size="1.27" layer="21">SCL</text> |
<text x="6.35" y="26.035" size="1.27" layer="21">VCC</text> |
<text x="6.35" y="23.495" size="1.27" layer="21">SDA</text> |
<text x="6.35" y="18.415" size="1.27" layer="21">~IRQ</text> |
<text x="39.37" y="46.355" size="1.778" layer="21">TOUCHBOARD01A</text> |
<text x="88.9" y="12.7" size="1.778" layer="21">MLAB</text> |
<text x="89.535" y="9.525" size="1.778" layer="21">2013</text> |
<text x="94.615" y="12.065" size="1.778" layer="16" rot="MR0">2013</text> |
<text x="95.25" y="17.145" size="1.778" layer="16" rot="MR0">MLAB</text> |
<text x="60.96" y="46.355" size="1.778" layer="16" rot="MR0">TOUCHBOARD01A</text> |
<text x="96.52" y="14.605" size="1.778" layer="16" rot="MR0">JACHO</text> |
</plain> |
<libraries> |
<library name="SparkFun"> |
<description><h3>SparkFun Electronics' preferred foot prints</h3> |
We've spent an enormous amount of time creating and checking these footprints and parts. If you enjoy using this library, please buy one of our products at www.sparkfun.com. |
<br><br> |
<b>Licensing:</b> CC v3.0 Share-Alike You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description> |
<packages> |
<package name="QFN-20-0.4MM"> |
<description>** 20-pin QFN ** |
initially designed for MPR121 | |
0.4mm pitch | |
3x3x0.65mm | |
** VERY UNPROVEN **</description> |
<wire x1="-1.5" y1="-1.5" x2="-1.5" y2="1.5" width="0.127" layer="51"/> |
<wire x1="1.5" y1="1.5" x2="-1.5" y2="1.5" width="0.127" layer="51"/> |
<wire x1="1.5" y1="1.5" x2="1.5" y2="-1.5" width="0.127" layer="51"/> |
<wire x1="-1.5" y1="-1.5" x2="1.5" y2="-1.5" width="0.127" layer="51"/> |
<wire x1="-1.5" y1="1" x2="-1.5" y2="1.5" width="0.127" layer="21"/> |
<wire x1="-1.5" y1="1.5" x2="-1" y2="1.5" width="0.127" layer="21"/> |
<wire x1="1.5" y1="1.5" x2="1" y2="1.5" width="0.127" layer="21"/> |
<wire x1="-1.5" y1="-1.5" x2="-1" y2="-1.5" width="0.127" layer="21"/> |
<wire x1="1.5" y1="-1.5" x2="1" y2="-1.5" width="0.127" layer="21"/> |
<wire x1="1.5" y1="1" x2="1.5" y2="1.5" width="0.127" layer="21"/> |
<wire x1="1.5" y1="-1" x2="1.5" y2="-1.5" width="0.127" layer="21"/> |
<wire x1="-1.5" y1="-1" x2="-1.5" y2="-1.5" width="0.127" layer="21"/> |
<circle x="-0.66" y="0.66" radius="0.05" width="0.127" layer="21"/> |
<smd name="18" x="0" y="1.4" dx="0.2" dy="0.6" layer="1"/> |
<smd name="20" x="-0.8" y="1.4" dx="0.2" dy="0.6" layer="1"/> |
<smd name="16" x="0.8" y="1.4" dx="0.2" dy="0.6" layer="1"/> |
<smd name="19" x="-0.4" y="1.4" dx="0.2" dy="0.6" layer="1"/> |
<smd name="17" x="0.4" y="1.4" dx="0.2" dy="0.6" layer="1"/> |
<smd name="3" x="-1.4" y="0" dx="0.2" dy="0.6" layer="1" rot="R90"/> |
<smd name="5" x="-1.4" y="-0.8" dx="0.2" dy="0.6" layer="1" rot="R90"/> |
<smd name="1" x="-1.4" y="0.8" dx="0.2" dy="0.6" layer="1" rot="R90"/> |
<smd name="4" x="-1.4" y="-0.4" dx="0.2" dy="0.6" layer="1" rot="R90"/> |
<smd name="2" x="-1.4" y="0.4" dx="0.2" dy="0.6" layer="1" rot="R90"/> |
<smd name="13" x="1.4" y="0" dx="0.2" dy="0.6" layer="1" rot="R270"/> |
<smd name="15" x="1.4" y="0.8" dx="0.2" dy="0.6" layer="1" rot="R270"/> |
<smd name="11" x="1.4" y="-0.8" dx="0.2" dy="0.6" layer="1" rot="R270"/> |
<smd name="14" x="1.4" y="0.4" dx="0.2" dy="0.6" layer="1" rot="R270"/> |
<smd name="12" x="1.4" y="-0.4" dx="0.2" dy="0.6" layer="1" rot="R270"/> |
<smd name="8" x="0" y="-1.4" dx="0.2" dy="0.6" layer="1" rot="R180"/> |
<smd name="10" x="0.8" y="-1.4" dx="0.2" dy="0.6" layer="1" rot="R180"/> |
<smd name="6" x="-0.8" y="-1.4" dx="0.2" dy="0.6" layer="1" rot="R180"/> |
<smd name="9" x="0.4" y="-1.4" dx="0.2" dy="0.6" layer="1" rot="R180"/> |
<smd name="7" x="-0.4" y="-1.4" dx="0.2" dy="0.6" layer="1" rot="R180"/> |
<text x="-0.889" y="0.2032" size="0.4064" layer="25">>NAME</text> |
<text x="-1.0668" y="-0.5842" size="0.4064" layer="27">>VALUE</text> |
</package> |
</packages> |
</library> |
<library name="moje_C"> |
<packages> |
<package name="C0805"> |
<wire x1="-0.381" y1="0.66" x2="0.381" y2="0.66" width="0.1016" layer="51"/> |
<wire x1="-0.356" y1="-0.66" x2="0.381" y2="-0.66" width="0.1016" layer="51"/> |
<smd name="1" x="-0.95" y="0" dx="1.3" dy="1.5" layer="1"/> |
<smd name="2" x="0.95" y="0" dx="1.3" dy="1.5" layer="1"/> |
<text x="-1.27" y="1.27" size="1.27" layer="25">>NAME</text> |
<text x="-1.27" y="-2.54" size="1.27" layer="27">>VALUE</text> |
<rectangle x1="-1.0922" y1="-0.7239" x2="-0.3421" y2="0.7262" layer="51"/> |
<rectangle x1="0.3556" y1="-0.7239" x2="1.1057" y2="0.7262" layer="51"/> |
</package> |
</packages> |
</library> |
<library name="moje_R"> |
<packages> |
<package name="0805"> |
<wire x1="-0.41" y1="0.635" x2="0.41" y2="0.635" width="0.1524" layer="51"/> |
<wire x1="-0.41" y1="-0.635" x2="0.41" y2="-0.635" width="0.1524" layer="51"/> |
<smd name="1" x="-0.95" y="0" dx="1.3" dy="1.5" layer="1"/> |
<smd name="2" x="0.95" y="0" dx="1.3" dy="1.5" layer="1"/> |
<text x="-0.635" y="1.27" size="1.27" layer="25">>NAME</text> |
<text x="-0.635" y="-2.54" size="1.27" layer="27">>VALUE</text> |
<rectangle x1="0.4064" y1="-0.6985" x2="1.0564" y2="0.7015" layer="51"/> |
<rectangle x1="-1.0668" y1="-0.6985" x2="-0.4168" y2="0.7015" layer="51"/> |
</package> |
</packages> |
</library> |
<library name="moje_hrebinky"> |
<description><b>Pin Headers</b><p> |
Naming:<p> |
MA = male<p> |
# contacts - # rows<p> |
W = angled<p> |
<author>Created by librarian@cadsoft.de</author></description> |
<packages> |
<package name="MA06-2"> |
<description><b>PIN HEADER</b></description> |
<wire x1="-6.985" y1="2.54" x2="-5.715" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="-5.715" y1="2.54" x2="-5.08" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="-5.08" y1="1.905" x2="-4.445" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="-4.445" y1="2.54" x2="-3.175" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="-3.175" y1="2.54" x2="-2.54" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="-6.985" y1="2.54" x2="-7.62" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="-2.54" y1="1.905" x2="-1.905" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="-1.905" y1="2.54" x2="-0.635" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="-0.635" y1="2.54" x2="0" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="0.635" y1="2.54" x2="1.905" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="1.905" y1="2.54" x2="2.54" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="2.54" y1="1.905" x2="3.175" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="3.175" y1="2.54" x2="4.445" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="4.445" y1="2.54" x2="5.08" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="0.635" y1="2.54" x2="0" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="5.08" y1="1.905" x2="5.715" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="5.715" y1="2.54" x2="6.985" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="6.985" y1="2.54" x2="7.62" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="7.62" y1="1.905" x2="7.62" y2="-1.905" width="0.1524" layer="21"/> |
<wire x1="-5.08" y1="-1.905" x2="-5.715" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="-2.54" y1="-1.905" x2="-3.175" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="-3.175" y1="-2.54" x2="-4.445" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="-4.445" y1="-2.54" x2="-5.08" y2="-1.905" width="0.1524" layer="21"/> |
<wire x1="-7.62" y1="1.905" x2="-7.62" y2="-1.905" width="0.1524" layer="21"/> |
<wire x1="-7.62" y1="-1.905" x2="-6.985" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="-5.715" y1="-2.54" x2="-6.985" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="0" y1="-1.905" x2="-0.635" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="-0.635" y1="-2.54" x2="-1.905" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="-1.905" y1="-2.54" x2="-2.54" y2="-1.905" width="0.1524" layer="21"/> |
<wire x1="2.54" y1="-1.905" x2="1.905" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="5.08" y1="-1.905" x2="4.445" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="4.445" y1="-2.54" x2="3.175" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="3.175" y1="-2.54" x2="2.54" y2="-1.905" width="0.1524" layer="21"/> |
<wire x1="0" y1="-1.905" x2="0.635" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="1.905" y1="-2.54" x2="0.635" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="7.62" y1="-1.905" x2="6.985" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="6.985" y1="-2.54" x2="5.715" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="5.715" y1="-2.54" x2="5.08" y2="-1.905" width="0.1524" layer="21"/> |
<pad name="1" x="-6.35" y="-1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="3" x="-3.81" y="-1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="5" x="-1.27" y="-1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="7" x="1.27" y="-1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="9" x="3.81" y="-1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="11" x="6.35" y="-1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="2" x="-6.35" y="1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="4" x="-3.81" y="1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="6" x="-1.27" y="1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="8" x="1.27" y="1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="10" x="3.81" y="1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="12" x="6.35" y="1.27" drill="0.889" diameter="1.651" shape="square"/> |
<text x="-7.62" y="2.921" size="1.27" layer="25" ratio="10">>NAME</text> |
<text x="-2.54" y="-4.191" size="1.27" layer="27" ratio="10">>VALUE</text> |
<rectangle x1="-4.064" y1="-1.524" x2="-3.556" y2="-1.016" layer="51"/> |
<rectangle x1="-6.604" y1="-1.524" x2="-6.096" y2="-1.016" layer="51"/> |
<rectangle x1="-1.524" y1="-1.524" x2="-1.016" y2="-1.016" layer="51"/> |
<rectangle x1="3.556" y1="-1.524" x2="4.064" y2="-1.016" layer="51"/> |
<rectangle x1="1.016" y1="-1.524" x2="1.524" y2="-1.016" layer="51"/> |
<rectangle x1="6.096" y1="-1.524" x2="6.604" y2="-1.016" layer="51"/> |
<rectangle x1="-6.604" y1="1.016" x2="-6.096" y2="1.524" layer="51"/> |
<rectangle x1="-4.064" y1="1.016" x2="-3.556" y2="1.524" layer="51"/> |
<rectangle x1="-1.524" y1="1.016" x2="-1.016" y2="1.524" layer="51"/> |
<rectangle x1="1.016" y1="1.016" x2="1.524" y2="1.524" layer="51"/> |
<rectangle x1="3.556" y1="1.016" x2="4.064" y2="1.524" layer="51"/> |
<rectangle x1="6.096" y1="1.016" x2="6.604" y2="1.524" layer="51"/> |
<circle x="-7.62" y="-2.4638" radius="0.05679375" width="0.127" layer="21"/> |
</package> |
</packages> |
</library> |
<library name="moje"> |
<packages> |
<package name="SROUB3M"> |
<pad name="P$1" x="0" y="0" drill="3.2" diameter="6.4516"/> |
</package> |
</packages> |
</library> |
<library name="moje_tlacitka"> |
<packages> |
<package name="PLOSKA10_15"> |
<smd name="P$1" x="0" y="0" dx="10" dy="15" layer="1" roundness="15" rot="R90" stop="no" thermals="no" cream="no"/> |
<wire x1="-7.62" y1="-3.81" x2="-6.35" y2="-5.08" width="0.3048" layer="21" curve="90"/> |
<wire x1="-6.35" y1="-5.08" x2="6.35" y2="-5.08" width="0.3048" layer="21"/> |
<wire x1="6.35" y1="-5.08" x2="7.62" y2="-3.81" width="0.3048" layer="21" curve="90"/> |
<wire x1="7.62" y1="-3.81" x2="7.62" y2="3.81" width="0.3048" layer="21"/> |
<wire x1="7.62" y1="3.81" x2="6.35" y2="5.08" width="0.3048" layer="21" curve="90"/> |
<wire x1="6.35" y1="5.08" x2="-6.35" y2="5.08" width="0.3048" layer="21"/> |
<wire x1="-6.35" y1="5.08" x2="-7.62" y2="3.81" width="0.3048" layer="21" curve="90"/> |
<wire x1="-7.62" y1="3.81" x2="-7.62" y2="-3.81" width="0.3048" layer="21"/> |
</package> |
</packages> |
</library> |
</libraries> |
<attributes> |
</attributes> |
<variantdefs> |
</variantdefs> |
<classes> |
<class number="0" name="default" width="0" drill="0"> |
</class> |
</classes> |
<designrules> |
<description language="de"><b>EAGLE Design Rules</b> |
<p> |
Die Standard-Design-Rules sind so gewählt, dass sie für |
die meisten Anwendungen passen. Sollte ihre Platine |
besondere Anforderungen haben, treffen Sie die erforderlichen |
Einstellungen hier und speichern die Design Rules unter |
einem neuen Namen ab.</description> |
<description language="en"><b>EAGLE Design Rules</b> |
<p> |
The default Design Rules have been set to cover |
a wide range of applications. Your particular design |
may have different requirements, so please make the |
necessary adjustments and save your customized |
design rules under a new name.</description> |
<param name="layerSetup" value="(1*16)"/> |
<param name="mtCopper" value="0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm"/> |
<param name="mtIsolate" value="1.5mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm"/> |
<param name="mdWireWire" value="6mil"/> |
<param name="mdWirePad" value="6mil"/> |
<param name="mdWireVia" value="6mil"/> |
<param name="mdPadPad" value="6mil"/> |
<param name="mdPadVia" value="6mil"/> |
<param name="mdViaVia" value="6mil"/> |
<param name="mdSmdPad" value="6mil"/> |
<param name="mdSmdVia" value="6mil"/> |
<param name="mdSmdSmd" value="6mil"/> |
<param name="mdViaViaSameLayer" value="8mil"/> |
<param name="mnLayersViaInSmd" value="2"/> |
<param name="mdCopperDimension" value="20mil"/> |
<param name="mdDrill" value="8mil"/> |
<param name="mdSmdStop" value="0mil"/> |
<param name="msWidth" value="8mil"/> |
<param name="msDrill" value="16mil"/> |
<param name="msMicroVia" value="9.99mm"/> |
<param name="msBlindViaRatio" value="0.5"/> |
<param name="rvPadTop" value="0.25"/> |
<param name="rvPadInner" value="0.25"/> |
<param name="rvPadBottom" value="0.25"/> |
<param name="rvViaOuter" value="0.25"/> |
<param name="rvViaInner" value="0.25"/> |
<param name="rvMicroViaOuter" value="0.25"/> |
<param name="rvMicroViaInner" value="0.25"/> |
<param name="rlMinPadTop" value="10mil"/> |
<param name="rlMaxPadTop" value="20mil"/> |
<param name="rlMinPadInner" value="10mil"/> |
<param name="rlMaxPadInner" value="20mil"/> |
<param name="rlMinPadBottom" value="10mil"/> |
<param name="rlMaxPadBottom" value="20mil"/> |
<param name="rlMinViaOuter" value="8mil"/> |
<param name="rlMaxViaOuter" value="20mil"/> |
<param name="rlMinViaInner" value="8mil"/> |
<param name="rlMaxViaInner" value="20mil"/> |
<param name="rlMinMicroViaOuter" value="4mil"/> |
<param name="rlMaxMicroViaOuter" value="20mil"/> |
<param name="rlMinMicroViaInner" value="4mil"/> |
<param name="rlMaxMicroViaInner" value="20mil"/> |
<param name="psTop" value="-1"/> |
<param name="psBottom" value="-1"/> |
<param name="psFirst" value="-1"/> |
<param name="psElongationLong" value="100"/> |
<param name="psElongationOffset" value="100"/> |
<param name="mvStopFrame" value="1"/> |
<param name="mvCreamFrame" value="0"/> |
<param name="mlMinStopFrame" value="4mil"/> |
<param name="mlMaxStopFrame" value="4mil"/> |
<param name="mlMinCreamFrame" value="0mil"/> |
<param name="mlMaxCreamFrame" value="0mil"/> |
<param name="mlViaStopLimit" value="25mil"/> |
<param name="srRoundness" value="0"/> |
<param name="srMinRoundness" value="0mil"/> |
<param name="srMaxRoundness" value="0mil"/> |
<param name="slThermalIsolate" value="0mil"/> |
<param name="slThermalsForVias" value="0"/> |
<param name="dpMaxLengthDifference" value="10mm"/> |
<param name="dpGapFactor" value="2.5"/> |
<param name="checkGrid" value="0"/> |
<param name="checkAngle" value="0"/> |
<param name="checkFont" value="1"/> |
<param name="checkRestrict" value="1"/> |
<param name="useDiameter" value="13"/> |
<param name="maxErrors" value="50"/> |
</designrules> |
<autorouter> |
<pass name="Default"> |
<param name="RoutingGrid" value="50mil"/> |
<param name="tpViaShape" value="round"/> |
<param name="PrefDir.1" value="|"/> |
<param name="PrefDir.2" value="0"/> |
<param name="PrefDir.3" value="0"/> |
<param name="PrefDir.4" value="0"/> |
<param name="PrefDir.5" value="0"/> |
<param name="PrefDir.6" value="0"/> |
<param name="PrefDir.7" value="0"/> |
<param name="PrefDir.8" value="0"/> |
<param name="PrefDir.9" value="0"/> |
<param name="PrefDir.10" value="0"/> |
<param name="PrefDir.11" value="0"/> |
<param name="PrefDir.12" value="0"/> |
<param name="PrefDir.13" value="0"/> |
<param name="PrefDir.14" value="0"/> |
<param name="PrefDir.15" value="0"/> |
<param name="PrefDir.16" value="-"/> |
<param name="cfVia" value="8"/> |
<param name="cfNonPref" value="5"/> |
<param name="cfChangeDir" value="2"/> |
<param name="cfOrthStep" value="2"/> |
<param name="cfDiagStep" value="3"/> |
<param name="cfExtdStep" value="0"/> |
<param name="cfBonusStep" value="1"/> |
<param name="cfMalusStep" value="1"/> |
<param name="cfPadImpact" value="4"/> |
<param name="cfSmdImpact" value="4"/> |
<param name="cfBusImpact" value="0"/> |
<param name="cfHugging" value="3"/> |
<param name="cfAvoid" value="4"/> |
<param name="cfPolygon" value="10"/> |
<param name="cfBase.1" value="0"/> |
<param name="cfBase.2" value="1"/> |
<param name="cfBase.3" value="1"/> |
<param name="cfBase.4" value="1"/> |
<param name="cfBase.5" value="1"/> |
<param name="cfBase.6" value="1"/> |
<param name="cfBase.7" value="1"/> |
<param name="cfBase.8" value="1"/> |
<param name="cfBase.9" value="1"/> |
<param name="cfBase.10" value="1"/> |
<param name="cfBase.11" value="1"/> |
<param name="cfBase.12" value="1"/> |
<param name="cfBase.13" value="1"/> |
<param name="cfBase.14" value="1"/> |
<param name="cfBase.15" value="1"/> |
<param name="cfBase.16" value="0"/> |
<param name="mnVias" value="20"/> |
<param name="mnSegments" value="9999"/> |
<param name="mnExtdSteps" value="9999"/> |
<param name="mnRipupLevel" value="10"/> |
<param name="mnRipupSteps" value="100"/> |
<param name="mnRipupTotal" value="100"/> |
</pass> |
<pass name="Follow-me" refer="Default" active="yes"> |
</pass> |
<pass name="Busses" refer="Default" active="yes"> |
<param name="cfNonPref" value="4"/> |
<param name="cfBusImpact" value="4"/> |
<param name="cfHugging" value="0"/> |
<param name="mnVias" value="0"/> |
</pass> |
<pass name="Route" refer="Default" active="yes"> |
</pass> |
<pass name="Optimize1" refer="Default" active="yes"> |
<param name="cfVia" value="99"/> |
<param name="cfExtdStep" value="10"/> |
<param name="cfHugging" value="1"/> |
<param name="mnExtdSteps" value="1"/> |
<param name="mnRipupLevel" value="0"/> |
</pass> |
<pass name="Optimize2" refer="Optimize1" active="yes"> |
<param name="cfNonPref" value="0"/> |
<param name="cfChangeDir" value="6"/> |
<param name="cfExtdStep" value="0"/> |
<param name="cfBonusStep" value="2"/> |
<param name="cfMalusStep" value="2"/> |
<param name="cfPadImpact" value="2"/> |
<param name="cfSmdImpact" value="2"/> |
<param name="cfHugging" value="0"/> |
</pass> |
<pass name="Optimize3" refer="Optimize2" active="yes"> |
<param name="cfChangeDir" value="8"/> |
<param name="cfPadImpact" value="0"/> |
<param name="cfSmdImpact" value="0"/> |
</pass> |
<pass name="Optimize4" refer="Optimize3" active="yes"> |
<param name="cfChangeDir" value="25"/> |
</pass> |
</autorouter> |
<elements> |
<element name="IC1" library="SparkFun" package="QFN-20-0.4MM" value="MPR121" x="10.795" y="22.86" smashed="yes" rot="MR180"> |
<attribute name="NAME" x="12.9032" y="21.6535" size="1.27" layer="26" rot="MR90"/> |
<attribute name="VALUE" x="9.7282" y="23.4442" size="0.4064" layer="28" rot="MR180"/> |
</element> |
<element name="C2" library="moje_C" package="C0805" value="100nF" x="8.89" y="18.415" smashed="yes" rot="MR270"> |
<attribute name="NAME" x="10.16" y="17.145" size="1.27" layer="26" rot="MR90"/> |
</element> |
<element name="C1" library="moje_C" package="C0805" value="100nF" x="7.62" y="26.67" smashed="yes" rot="MR90"> |
<attribute name="NAME" x="8.89" y="25.0825" size="1.27" layer="26" rot="MR90"/> |
</element> |
<element name="R1" library="moje_R" package="0805" value="75k 1%" x="9.398" y="29.845" smashed="yes" rot="MR180"> |
<attribute name="NAME" x="8.4455" y="32.385" size="1.27" layer="26" rot="MR180"/> |
</element> |
<element name="SV1" library="moje_hrebinky" package="MA06-2" value="" x="3.175" y="25.4" smashed="yes" rot="R270"> |
<attribute name="OC_NEWARK" value="unknown" x="3.175" y="25.4" size="1.778" layer="27" rot="R270" display="off"/> |
<attribute name="MPN" value="" x="3.175" y="25.4" size="1.778" layer="27" rot="R270" display="off"/> |
<attribute name="MF" value="" x="3.175" y="25.4" size="1.778" layer="27" rot="R270" display="off"/> |
<attribute name="OC_FARNELL" value="unknown" x="3.175" y="25.4" size="1.778" layer="27" rot="R270" display="off"/> |
<attribute name="VALUE" x="-1.016" y="27.94" size="1.27" layer="27" ratio="10" rot="R270"/> |
</element> |
<element name="X1" library="moje" package="SROUB3M" value="SROUB3M" x="4.28" y="5.08"/> |
<element name="X2" library="moje" package="SROUB3M" value="SROUB3M" x="95.72" y="5.08"/> |
<element name="X3" library="moje" package="SROUB3M" value="SROUB3M" x="4.28" y="45.72"/> |
<element name="X4" library="moje" package="SROUB3M" value="SROUB3M" x="95.72" y="45.72"/> |
<element name="U$1" library="moje_tlacitka" package="PLOSKA10_15" value="TL_DOTYK_10_15" x="23" y="38.4"/> |
<element name="U$2" library="moje_tlacitka" package="PLOSKA10_15" value="TL_DOTYK_10_15" x="41" y="38.4"/> |
<element name="U$3" library="moje_tlacitka" package="PLOSKA10_15" value="TL_DOTYK_10_15" x="59" y="38.4"/> |
<element name="U$4" library="moje_tlacitka" package="PLOSKA10_15" value="TL_DOTYK_10_15" x="77" y="38.4"/> |
<element name="U$5" library="moje_tlacitka" package="PLOSKA10_15" value="TL_DOTYK_10_15" x="23" y="25.4"/> |
<element name="U$6" library="moje_tlacitka" package="PLOSKA10_15" value="TL_DOTYK_10_15" x="41" y="25.4"/> |
<element name="U$7" library="moje_tlacitka" package="PLOSKA10_15" value="TL_DOTYK_10_15" x="59" y="25.4"/> |
<element name="U$8" library="moje_tlacitka" package="PLOSKA10_15" value="TL_DOTYK_10_15" x="77" y="25.4"/> |
<element name="U$9" library="moje_tlacitka" package="PLOSKA10_15" value="TL_DOTYK_10_15" x="23" y="12.4"/> |
<element name="U$10" library="moje_tlacitka" package="PLOSKA10_15" value="TL_DOTYK_10_15" x="41" y="12.4"/> |
<element name="U$11" library="moje_tlacitka" package="PLOSKA10_15" value="TL_DOTYK_10_15" x="59" y="12.4"/> |
<element name="U$12" library="moje_tlacitka" package="PLOSKA10_15" value="TL_DOTYK_10_15" x="77" y="12.4"/> |
</elements> |
<signals> |
<signal name="VREG"> |
<contactref element="IC1" pad="5"/> |
<contactref element="C1" pad="1"/> |
<wire x1="9.395" y1="23.66" x2="9.395" y2="24.895" width="0.254" layer="16"/> |
<wire x1="9.395" y1="24.895" x2="8.89" y2="25.4" width="0.254" layer="16"/> |
<wire x1="8.89" y1="25.4" x2="7.935" y2="25.4" width="0.254" layer="16"/> |
<wire x1="7.935" y1="25.4" x2="7.62" y2="25.72" width="0.254" layer="16"/> |
</signal> |
<signal name="~IRQ"> |
<contactref element="IC1" pad="1"/> |
<contactref element="SV1" pad="12"/> |
<contactref element="SV1" pad="11"/> |
<wire x1="1.905" y1="19.05" x2="4.445" y2="19.05" width="0.254" layer="16"/> |
<wire x1="9.395" y1="22.06" x2="8.725" y2="22.06" width="0.254" layer="16"/> |
<wire x1="8.725" y1="22.06" x2="7.62" y2="20.955" width="0.254" layer="16"/> |
<wire x1="7.62" y1="20.955" x2="7.62" y2="19.685" width="0.254" layer="16"/> |
<wire x1="6.985" y1="19.05" x2="4.445" y2="19.05" width="0.254" layer="16"/> |
<wire x1="6.985" y1="19.05" x2="7.62" y2="19.685" width="0.254" layer="16"/> |
</signal> |
<signal name="SCL"> |
<contactref element="IC1" pad="2"/> |
<contactref element="SV1" pad="4"/> |
<contactref element="SV1" pad="3"/> |
<wire x1="9.395" y1="22.46" x2="6.75" y2="22.46" width="0.254" layer="16"/> |
<wire x1="6.75" y1="22.46" x2="6.35" y2="22.86" width="0.254" layer="16"/> |
<wire x1="6.35" y1="22.86" x2="6.35" y2="28.575" width="0.254" layer="16"/> |
<wire x1="4.445" y1="29.21" x2="1.905" y2="29.21" width="0.254" layer="16"/> |
<wire x1="4.445" y1="29.21" x2="5.715" y2="29.21" width="0.254" layer="16"/> |
<wire x1="5.715" y1="29.21" x2="6.35" y2="28.575" width="0.254" layer="16"/> |
</signal> |
<signal name="SDA"> |
<contactref element="IC1" pad="3"/> |
<contactref element="SV1" pad="8"/> |
<contactref element="SV1" pad="7"/> |
<via x="7.62" y="23.495" extent="1-16" drill="0.5"/> |
<wire x1="7.62" y1="23.495" x2="5.08" y2="23.495" width="0.254" layer="1"/> |
<wire x1="5.08" y1="23.495" x2="4.445" y2="24.13" width="0.254" layer="1"/> |
<wire x1="4.445" y1="24.13" x2="1.905" y2="24.13" width="0.254" layer="1"/> |
<wire x1="9.395" y1="22.86" x2="8.255" y2="22.86" width="0.254" layer="16"/> |
<wire x1="8.255" y1="22.86" x2="7.62" y2="23.495" width="0.254" layer="16"/> |
</signal> |
<signal name="REXT"> |
<contactref element="IC1" pad="7"/> |
<contactref element="R1" pad="2"/> |
<wire x1="10.395" y1="24.26" x2="10.395" y2="28.495" width="0.254" layer="16"/> |
<wire x1="10.395" y1="28.495" x2="10.348" y2="29.845" width="0.254" layer="16"/> |
</signal> |
<signal name="GND"> |
<contactref element="IC1" pad="6"/> |
<contactref element="IC1" pad="4"/> |
<contactref element="C1" pad="2"/> |
<contactref element="R1" pad="1"/> |
<contactref element="C2" pad="2"/> |
<contactref element="X1" pad="P$1"/> |
<contactref element="X4" pad="P$1"/> |
<contactref element="X3" pad="P$1"/> |
<contactref element="X2" pad="P$1"/> |
<contactref element="SV1" pad="1"/> |
<contactref element="SV1" pad="2"/> |
<contactref element="SV1" pad="9"/> |
<contactref element="SV1" pad="10"/> |
<wire x1="9.995" y1="24.26" x2="9.995" y2="25.565" width="0.254" layer="16"/> |
<wire x1="9.995" y1="25.565" x2="9.525" y2="26.035" width="0.254" layer="16"/> |
<wire x1="9.525" y1="26.035" x2="8.255" y2="27.305" width="0.4064" layer="16"/> |
<wire x1="8.255" y1="27.305" x2="7.94" y2="27.305" width="0.4064" layer="16"/> |
<wire x1="7.94" y1="27.305" x2="7.62" y2="27.62" width="0.4064" layer="16"/> |
<wire x1="1.905" y1="31.75" x2="4.445" y2="31.75" width="0.4064" layer="16"/> |
<wire x1="7.62" y1="28.575" x2="7.62" y2="27.62" width="0.4064" layer="16"/> |
<wire x1="8.448" y1="29.845" x2="7.62" y2="28.575" width="0.4064" layer="16"/> |
<wire x1="4.445" y1="31.75" x2="6.35" y2="31.75" width="0.4064" layer="16"/> |
<wire x1="6.35" y1="31.75" x2="7.62" y2="30.48" width="0.4064" layer="16"/> |
<wire x1="7.62" y1="30.48" x2="7.62" y2="28.575" width="0.4064" layer="16"/> |
<polygon width="0.254" layer="16"> |
<vertex x="0" y="50.8"/> |
<vertex x="0" y="0"/> |
<vertex x="99.695" y="0"/> |
<vertex x="99.695" y="50.8"/> |
</polygon> |
<polygon width="0.254" layer="1"> |
<vertex x="0.635" y="50.8"/> |
<vertex x="0" y="50.8"/> |
<vertex x="0" y="0"/> |
<vertex x="12.7" y="0"/> |
<vertex x="12.7" y="50.165"/> |
</polygon> |
<wire x1="9.395" y1="23.26" x2="8.8075" y2="23.26" width="0.254" layer="16"/> |
<wire x1="8.8075" y1="23.26" x2="8.5725" y2="23.495" width="0.254" layer="16"/> |
<wire x1="8.5725" y1="23.495" x2="8.5725" y2="24.4475" width="0.254" layer="16"/> |
<via x="8.5725" y="24.4475" extent="1-16" drill="0.5"/> |
<via x="5.08" y="15.875" extent="1-16" drill="0.5"/> |
<via x="6.35" y="15.875" extent="1-16" drill="0.5"/> |
<via x="7.62" y="15.875" extent="1-16" drill="0.5"/> |
<via x="8.89" y="15.875" extent="1-16" drill="0.5"/> |
<via x="5.3975" y="34.29" extent="1-16" drill="0.5"/> |
<via x="6.6675" y="34.29" extent="1-16" drill="0.5"/> |
<via x="7.9375" y="34.29" extent="1-16" drill="0.5"/> |
<via x="9.2075" y="34.29" extent="1-16" drill="0.5"/> |
</signal> |
<signal name="VCC"> |
<contactref element="IC1" pad="20"/> |
<contactref element="C2" pad="1"/> |
<contactref element="SV1" pad="5"/> |
<contactref element="SV1" pad="6"/> |
<wire x1="9.995" y1="21.46" x2="9.995" y2="20.47" width="0.254" layer="16"/> |
<wire x1="9.995" y1="20.47" x2="8.89" y2="19.365" width="0.254" layer="16"/> |
<wire x1="1.905" y1="26.67" x2="4.445" y2="26.67" width="0.4064" layer="16"/> |
<via x="8.89" y="20.955" extent="1-16" drill="0.5"/> |
<wire x1="8.89" y1="20.955" x2="8.89" y2="19.365" width="0.4064" layer="16"/> |
<wire x1="5.715" y1="26.035" x2="5.715" y2="21.59" width="0.4064" layer="16"/> |
<wire x1="5.715" y1="21.59" x2="6.35" y2="20.955" width="0.4064" layer="16"/> |
<via x="6.35" y="20.955" extent="1-16" drill="0.5"/> |
<wire x1="6.35" y1="20.955" x2="8.89" y2="20.955" width="0.4064" layer="1"/> |
<wire x1="4.445" y1="26.67" x2="5.08" y2="26.67" width="0.4064" layer="16"/> |
<wire x1="5.08" y1="26.67" x2="5.715" y2="26.035" width="0.4064" layer="16"/> |
</signal> |
<signal name="KEY11"> |
<contactref element="IC1" pad="19"/> |
<contactref element="U$12" pad="P$1"/> |
<wire x1="10.395" y1="21.46" x2="10.395" y2="7.385" width="0.254" layer="16"/> |
<wire x1="13.97" y1="3.81" x2="66.04" y2="3.81" width="0.254" layer="16"/> |
<wire x1="66.04" y1="3.81" x2="70.485" y2="8.255" width="0.254" layer="16"/> |
<via x="70.485" y="8.255" extent="1-16" drill="0.5"/> |
<wire x1="70.485" y1="8.255" x2="72.855" y2="8.255" width="0.254" layer="1"/> |
<wire x1="72.855" y1="8.255" x2="77" y2="12.4" width="0.254" layer="1"/> |
<wire x1="10.395" y1="7.385" x2="13.97" y2="3.81" width="0.254" layer="16"/> |
</signal> |
<signal name="KEY10"> |
<contactref element="IC1" pad="18"/> |
<contactref element="U$11" pad="P$1"/> |
<wire x1="10.795" y1="21.46" x2="10.795" y2="7.62" width="0.254" layer="16"/> |
<wire x1="13.97" y1="4.445" x2="48.26" y2="4.445" width="0.254" layer="16"/> |
<via x="52.07" y="8.255" extent="1-16" drill="0.5"/> |
<wire x1="52.07" y1="8.255" x2="54.855" y2="8.255" width="0.254" layer="1"/> |
<wire x1="54.855" y1="8.255" x2="59" y2="12.4" width="0.254" layer="1"/> |
<wire x1="48.26" y1="4.445" x2="52.07" y2="8.255" width="0.254" layer="16"/> |
<wire x1="13.97" y1="4.445" x2="10.795" y2="7.62" width="0.254" layer="16"/> |
</signal> |
<signal name="KEY9"> |
<contactref element="IC1" pad="17"/> |
<contactref element="U$10" pad="P$1"/> |
<wire x1="11.195" y1="21.46" x2="11.195" y2="7.855" width="0.254" layer="16"/> |
<wire x1="13.97" y1="5.08" x2="32.385" y2="5.08" width="0.254" layer="16"/> |
<wire x1="32.385" y1="5.08" x2="34.29" y2="8.255" width="0.254" layer="16"/> |
<via x="34.29" y="8.255" extent="1-16" drill="0.5"/> |
<wire x1="34.29" y1="8.255" x2="36.855" y2="8.255" width="0.254" layer="1"/> |
<wire x1="36.855" y1="8.255" x2="41" y2="12.4" width="0.254" layer="1"/> |
<wire x1="11.195" y1="7.855" x2="13.97" y2="5.08" width="0.254" layer="16"/> |
</signal> |
<signal name="KEY8"> |
<contactref element="IC1" pad="16"/> |
<contactref element="U$9" pad="P$1"/> |
<wire x1="11.595" y1="21.46" x2="11.595" y2="16.98" width="0.254" layer="16"/> |
<via x="16.51" y="16.51" extent="1-16" drill="0.5"/> |
<wire x1="16.51" y1="16.51" x2="19.685" y2="16.51" width="0.254" layer="1"/> |
<wire x1="19.685" y1="16.51" x2="22.86" y2="13.335" width="0.254" layer="1"/> |
<wire x1="22.86" y1="13.335" x2="22.86" y2="12.54" width="0.254" layer="1"/> |
<wire x1="22.86" y1="12.54" x2="23" y2="12.4" width="0.254" layer="1"/> |
<wire x1="11.595" y1="16.98" x2="12.065" y2="16.51" width="0.254" layer="16"/> |
<wire x1="12.065" y1="16.51" x2="16.51" y2="16.51" width="0.254" layer="16"/> |
</signal> |
<signal name="KEY7"> |
<contactref element="IC1" pad="15"/> |
<contactref element="U$8" pad="P$1"/> |
<wire x1="13.335" y1="18.415" x2="67.945" y2="18.415" width="0.254" layer="16"/> |
<wire x1="67.945" y1="18.415" x2="70.485" y2="20.955" width="0.254" layer="16"/> |
<via x="70.485" y="20.955" extent="1-16" drill="0.5"/> |
<wire x1="70.485" y1="20.955" x2="72.555" y2="20.955" width="0.254" layer="1"/> |
<wire x1="72.555" y1="20.955" x2="77" y2="25.4" width="0.254" layer="1"/> |
<wire x1="12.195" y1="22.06" x2="12.195" y2="19.555" width="0.254" layer="16"/> |
<wire x1="12.195" y1="19.555" x2="13.335" y2="18.415" width="0.254" layer="16"/> |
</signal> |
<signal name="KEY6"> |
<contactref element="IC1" pad="14"/> |
<contactref element="U$7" pad="P$1"/> |
<wire x1="13.97" y1="19.05" x2="50.165" y2="19.05" width="0.254" layer="16"/> |
<wire x1="50.165" y1="19.05" x2="52.07" y2="20.955" width="0.254" layer="16"/> |
<via x="52.07" y="20.955" extent="1-16" drill="0.5"/> |
<wire x1="52.07" y1="20.955" x2="54.555" y2="20.955" width="0.254" layer="1"/> |
<wire x1="54.555" y1="20.955" x2="59" y2="25.4" width="0.254" layer="1"/> |
<wire x1="13.97" y1="19.05" x2="13.335" y2="19.685" width="0.254" layer="16"/> |
<wire x1="12.195" y1="22.46" x2="13.1" y2="22.46" width="0.254" layer="16"/> |
<wire x1="13.1" y1="22.46" x2="13.335" y2="22.225" width="0.254" layer="16"/> |
<wire x1="13.335" y1="22.225" x2="13.335" y2="19.685" width="0.254" layer="16"/> |
</signal> |
<signal name="KEY5"> |
<contactref element="IC1" pad="13"/> |
<contactref element="U$6" pad="P$1"/> |
<wire x1="14.605" y1="19.685" x2="33.02" y2="19.685" width="0.254" layer="16"/> |
<wire x1="33.02" y1="19.685" x2="34.29" y2="20.955" width="0.254" layer="16"/> |
<via x="34.29" y="20.955" extent="1-16" drill="0.5"/> |
<wire x1="34.29" y1="20.955" x2="36.555" y2="20.955" width="0.254" layer="1"/> |
<wire x1="36.555" y1="20.955" x2="41" y2="25.4" width="0.254" layer="1"/> |
<wire x1="12.195" y1="22.86" x2="13.335" y2="22.86" width="0.254" layer="16"/> |
<wire x1="13.335" y1="22.86" x2="13.97" y2="22.225" width="0.254" layer="16"/> |
<wire x1="13.97" y1="22.225" x2="13.97" y2="20.32" width="0.254" layer="16"/> |
<wire x1="13.97" y1="20.32" x2="14.605" y2="19.685" width="0.254" layer="16"/> |
</signal> |
<signal name="KEY4"> |
<contactref element="IC1" pad="12"/> |
<contactref element="U$5" pad="P$1"/> |
<wire x1="12.195" y1="23.26" x2="15.875" y2="23.26" width="0.254" layer="16"/> |
<wire x1="15.875" y1="23.26" x2="15.875" y2="23.495" width="0.254" layer="16"/> |
<via x="15.875" y="23.495" extent="1-16" drill="0.5"/> |
<wire x1="15.875" y1="23.495" x2="22.86" y2="23.495" width="0.254" layer="1"/> |
<wire x1="22.86" y1="23.495" x2="22.86" y2="25.4" width="0.254" layer="1"/> |
<wire x1="22.86" y1="25.4" x2="23" y2="25.4" width="0.254" layer="1"/> |
</signal> |
<signal name="KEY3"> |
<contactref element="IC1" pad="11"/> |
<contactref element="U$4" pad="P$1"/> |
<wire x1="12.195" y1="23.66" x2="12.195" y2="25.53" width="0.254" layer="16"/> |
<wire x1="12.195" y1="25.53" x2="13.97" y2="27.305" width="0.254" layer="16"/> |
<wire x1="14.605" y1="31.115" x2="67.31" y2="31.115" width="0.254" layer="16"/> |
<wire x1="67.31" y1="31.115" x2="70.485" y2="34.29" width="0.254" layer="16"/> |
<via x="70.485" y="34.29" extent="1-16" drill="0.5"/> |
<wire x1="70.485" y1="34.29" x2="72.89" y2="34.29" width="0.254" layer="1"/> |
<wire x1="72.89" y1="34.29" x2="77" y2="38.4" width="0.254" layer="1"/> |
<wire x1="13.97" y1="27.305" x2="13.97" y2="30.48" width="0.254" layer="16"/> |
<wire x1="13.97" y1="30.48" x2="14.605" y2="31.115" width="0.254" layer="16"/> |
</signal> |
<signal name="KEY2"> |
<contactref element="IC1" pad="10"/> |
<contactref element="U$3" pad="P$1"/> |
<wire x1="11.595" y1="24.26" x2="11.595" y2="25.565" width="0.254" layer="16"/> |
<wire x1="11.595" y1="25.565" x2="13.335" y2="27.305" width="0.254" layer="16"/> |
<wire x1="13.335" y1="27.305" x2="13.335" y2="31.115" width="0.254" layer="16"/> |
<wire x1="13.335" y1="31.115" x2="13.97" y2="31.75" width="0.254" layer="16"/> |
<wire x1="13.97" y1="31.75" x2="50.8" y2="31.75" width="0.254" layer="16"/> |
<wire x1="50.8" y1="31.75" x2="52.705" y2="34.29" width="0.254" layer="16"/> |
<via x="52.705" y="34.29" extent="1-16" drill="0.5"/> |
<wire x1="52.705" y1="34.29" x2="54.89" y2="34.29" width="0.254" layer="1"/> |
<wire x1="54.89" y1="34.29" x2="59" y2="38.4" width="0.254" layer="1"/> |
</signal> |
<signal name="KEY1"> |
<contactref element="IC1" pad="9"/> |
<contactref element="U$2" pad="P$1"/> |
<wire x1="11.195" y1="24.26" x2="11.195" y2="25.8" width="0.254" layer="16"/> |
<wire x1="11.195" y1="25.8" x2="12.7" y2="27.305" width="0.254" layer="16"/> |
<wire x1="12.7" y1="27.305" x2="12.7" y2="31.115" width="0.254" layer="16"/> |
<wire x1="12.7" y1="31.115" x2="13.97" y2="32.385" width="0.254" layer="16"/> |
<wire x1="13.97" y1="32.385" x2="33.02" y2="32.385" width="0.254" layer="16"/> |
<wire x1="33.02" y1="32.385" x2="34.29" y2="34.29" width="0.254" layer="16"/> |
<via x="34.29" y="34.29" extent="1-16" drill="0.5"/> |
<wire x1="34.29" y1="34.29" x2="36.89" y2="34.29" width="0.254" layer="1"/> |
<wire x1="36.89" y1="34.29" x2="41" y2="38.4" width="0.254" layer="1"/> |
</signal> |
<signal name="KEY0"> |
<contactref element="IC1" pad="8"/> |
<contactref element="U$1" pad="P$1"/> |
<wire x1="12.065" y1="27.305" x2="12.065" y2="33.02" width="0.254" layer="16"/> |
<wire x1="12.065" y1="33.02" x2="13.335" y2="34.29" width="0.254" layer="16"/> |
<wire x1="13.335" y1="34.29" x2="16.51" y2="34.29" width="0.254" layer="16"/> |
<via x="16.51" y="34.29" extent="1-16" drill="0.5"/> |
<wire x1="16.51" y1="34.29" x2="19.05" y2="34.29" width="0.254" layer="1"/> |
<wire x1="19.05" y1="34.29" x2="22.86" y2="38.1" width="0.254" layer="1"/> |
<wire x1="22.86" y1="38.1" x2="22.86" y2="38.26" width="0.254" layer="1"/> |
<wire x1="22.86" y1="38.26" x2="23" y2="38.4" width="0.254" layer="1"/> |
<wire x1="10.795" y1="24.26" x2="10.795" y2="26.035" width="0.254" layer="16"/> |
<wire x1="10.795" y1="26.035" x2="12.065" y2="27.305" width="0.254" layer="16"/> |
</signal> |
</signals> |
</board> |
</drawing> |
</eagle> |
/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/TOUCHBOARD01A_PCB1.pdf |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/TOUCHBOARD01A_PCB2.pdf |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/TOUCHBOARD01A_PCB3.pdf |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/TOUCHBOARD01A_PCB4.pdf |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/TOUCHBOARD01A_SCH.pdf |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/eagle.epf |
---|
0,0 → 1,377 |
[Eagle] |
Version="06 01 00" |
Platform="Windows" |
Serial="62191E841E-LSR-WLM-1EL" |
Globals="Globals" |
Desktop="Desktop" |
[Globals] |
AutoSaveProject=1 |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/19inch.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/40xx.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/41xx.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/45xx.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/74ac-logic.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/74ttl-din.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/74xx-eu.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/74xx-little-de.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/74xx-little-us.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/74xx-us.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/751xx.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/PaJa_22.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/advanced-test-technologies.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/agilent-technologies.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/allegro.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/altera-cyclone-II.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/altera-cyclone-III.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/altera-stratix-iv.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/altera.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/am29-memory.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/amd-mach.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/amd.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/amis.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/analog-devices.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ase.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/atmel.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/austriamicrosystems.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/avago.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/axis.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/battery.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/burr-brown.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/busbar.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/buzzer.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/c-trimm.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/california-micro-devices.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/capacitor-wima.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/chipcard-siemens.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/cirrus-logic.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-3m.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-4ucon.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amp-champ.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amp-micromatch.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amp-mt.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amp-mt6.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amp-quick.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amp.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-amphenol.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-avx.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-berg.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-bosch.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-chipcard-iso7816.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-coax.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-commcon.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-conrad.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-cpci.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-cui.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-cypressindustries.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-deutsch.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-dil.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-ebyelectro.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-elco.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-erni.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-faston.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-fci.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-friwo.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-harting-h.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-harting-ml.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-harting-v.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-harting.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-hirose.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-hirschmann.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-jack.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-jae.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-jst.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-kycon.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-kyocera-elco.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-lemo.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-leotronics.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-lsta.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-lstb.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-lumberg.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-ml.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-molex.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-neutrik_ag.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-omron.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-panasonic.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-panduit.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-pc.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-pc104.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-254.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-3.81.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-350.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-500.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-508.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-762.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-me_max.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-mkds_5.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-phoenix-smkdsp.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-ptr500.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-pulse.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-rib.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-samtec.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-shiua-chyuan.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-stewart.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-stocko.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-subd.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-sullinselectronics.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-thomas-betts.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-tyco.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-tycoelectronics.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-vg.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-wago-500.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-wago-508.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-wago.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-wago255.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-weidmueller-sl35.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-wenzhou-yihua.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-xmultiple.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/con-yamaichi.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/crystal.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/csr.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/cypress.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/davicom.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/dc-dc-converter.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/dimensions.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/diode.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/discrete.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/display-hp.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/display-kingbright.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/display-lcd.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/docu-dummy.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ecl.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/em-microelectronic.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/etx-board.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/exar.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fairchild-semic.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/farnell.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fiber-optic-hp.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fiber-optic-siemens.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fifo.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/flexipanel.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fox-electronics.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/frames.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/freescale.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ftdichip.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fujitsu.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/fuse.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/gennum.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/halo-electronics.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/heatsink.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/holes.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/holtek.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ic-package.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/inductor-coilcraft.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/inductor-neosid.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/inductor-nkl.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/inductors.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/infineon-tricore.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/infineon.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/intersil.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ir.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/isd.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/jump-0r-smd.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/jumper.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/l63xx.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lantronix.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lattice.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lc-filter.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/led-7-segment.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/led-citizen-electronics.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/led-lumiled.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/led.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lem.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/linear-technology.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/linear.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/linx.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/logo.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lprs.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lsi-computer-systems.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/lumiled.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/marks.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/maxim.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/maxstream.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/melexis.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-hitachi.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-idt.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-micron.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-motorola-dram.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-nec.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-samsung.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory-sram.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/memory.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/mems.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micrel.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-cyrod.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-fujitsu.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-harris.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-hitachi.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-infineon.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-intel.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-mc68000.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-motorola.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-philips.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-renesas.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-samsung.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micro-siemens.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/microchip.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micron.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/micronas.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/microphon.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/microwave.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/midori-sensor.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/minicircuits.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/mitsubishi-semiconductor.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/motorola-sensor-driver.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/murata-filter.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/murata-sensor.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/nanotec.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/national-instruments.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/national-semiconductor.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/nec-lqfp100-pack.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/nec.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/nrj-semiconductor.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/omnivision.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/on-semiconductor.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-honeywell-3000.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-honeywell-4000.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-honeywell.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-micro-linear.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-trans-siemens.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-transmittter-hp.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/opto-vishay.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/optocoupler.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/pal.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/philips-semiconductors.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/photo-elements.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/piher.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/pinhead.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/plcc-socket.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/pld-intel.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/plxtech.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/pot-vitrohm.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/pot-xicor.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/pot.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ptc-ntc.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/quantum-research-group.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/rcl.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/recom-international.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/rectifier.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ref-packages-longpad.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/ref-packages.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/relay.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/renesas.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-bourns.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-dil.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-net.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-power.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-ruf.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-shunt.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor-sil.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/resistor.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/rf-micro-devices.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/rf-solutions.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/rohm.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/semicon-smd-ipc.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/sensor-comus-group.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/sensor-heraeus.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/sensor-infratec.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/sharp.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/silabs.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/sim-technology.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/sipex.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/smd-ipc.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/smd-special.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/solomon-systech.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/solpad.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/special-drill.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/special.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/st-microelectronics.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/supertex.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/supply1.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/supply2.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch-alps.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch-coto.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch-dil.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch-misc.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch-omron.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch-raychem.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/switch.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/telcom.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/telecontrolli.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/telefunken.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/testpad.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/texas.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/toshiba.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/traco-electronic.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/trafo-bei.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/trafo-siemens.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/trafo-xicon.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/trafo.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor-fet.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor-neu-to92.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor-npn.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor-pnp.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor-power.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor-small-signal.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transistor.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/triac.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/tripas.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/u-blox.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/uln-udn.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/v-reg-micrel.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/v-reg.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/varistor.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/wafer-scale-psd.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/wirepad.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/wuerth-elektronik.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/xicor.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/xilinx-virtex-v5.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/xilinx-xc18v.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/xilinx-xc9.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/xilinx-xcv.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/zetex.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/zilog.lbr" |
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje.lbr" |
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_C.lbr" |
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_cidla.lbr" |
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_diody.lbr" |
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_hrebinky.lbr" |
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_io.lbr" |
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_pot.lbr" |
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_R.lbr" |
UsedLibrary="D:/Honza/MLAB_E/libraries/jacho/moje_tlacitka.lbr" |
UsedLibrary="D:/Honza/MLAB_E/libraries/Sparkfun/SparkFun.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/Dip8.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/bananky.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/motor.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/panel_moje.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/transformator_ja.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-elektromechanische-antriebe.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-elektro-zeichnungsrahmen.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-halbleiter.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/eib-busch-jaeger.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-klemmen.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-kondensatoren.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-lampen-signalisation.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-messfuehler.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-messinstrumente.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-motoren.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-motorschutzschalter.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-schalter.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-schuetze-relais.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-sicherungen.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-sps.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-spulen-transformatoren.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-steckverbinder.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-stromversorgungselemente.lbr" |
UsedLibrary="C:/Program Files (x86)/EAGLE-5.11.0/lbr/elektro/e-symbole.lbr" |
[Win_1] |
Type="Control Panel" |
Loc="231 136 830 535" |
State=1 |
Number=0 |
[Desktop] |
Screen="1366 768" |
Window="Win_1" |
/Modules/HumanInterfaces/TOUCHBOARD01A/SCH_PCB/untitled.sch |
---|
0,0 → 1,876 |
<?xml version="1.0" encoding="utf-8"?> |
<!DOCTYPE eagle SYSTEM "eagle.dtd"> |
<eagle version="6.1"> |
<drawing> |
<settings> |
<setting alwaysvectorfont="no"/> |
<setting verticaltext="up"/> |
</settings> |
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/> |
<layers> |
<layer number="1" name="Top" color="4" fill="1" visible="no" active="no"/> |
<layer number="16" name="Bottom" color="1" fill="1" visible="no" active="no"/> |
<layer number="17" name="Pads" color="2" fill="1" visible="no" active="no"/> |
<layer number="18" name="Vias" color="2" fill="1" visible="no" active="no"/> |
<layer number="19" name="Unrouted" color="6" fill="1" visible="no" active="no"/> |
<layer number="20" name="Dimension" color="7" fill="1" visible="no" active="no"/> |
<layer number="21" name="tPlace" color="16" fill="1" visible="no" active="no"/> |
<layer number="22" name="bPlace" color="14" fill="1" visible="no" active="no"/> |
<layer number="23" name="tOrigins" color="15" fill="1" visible="no" active="no"/> |
<layer number="24" name="bOrigins" color="15" fill="1" visible="no" active="no"/> |
<layer number="25" name="tNames" color="7" fill="1" visible="no" active="no"/> |
<layer number="26" name="bNames" color="7" fill="1" visible="no" active="no"/> |
<layer number="27" name="tValues" color="7" fill="1" visible="no" active="no"/> |
<layer number="28" name="bValues" color="7" fill="1" visible="no" active="no"/> |
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="no"/> |
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="no"/> |
<layer number="31" name="tCream" color="11" fill="4" visible="no" active="no"/> |
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="no"/> |
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="no"/> |
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="no"/> |
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="no"/> |
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="no"/> |
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="no"/> |
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="no"/> |
<layer number="39" name="tKeepout" color="4" fill="11" visible="no" active="no"/> |
<layer number="40" name="bKeepout" color="1" fill="11" visible="no" active="no"/> |
<layer number="41" name="tRestrict" color="4" fill="10" visible="no" active="no"/> |
<layer number="42" name="bRestrict" color="1" fill="10" visible="no" active="no"/> |
<layer number="43" name="vRestrict" color="2" fill="10" visible="no" active="no"/> |
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="no"/> |
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="no"/> |
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="no"/> |
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="no"/> |
<layer number="48" name="Document" color="7" fill="1" visible="no" active="no"/> |
<layer number="49" name="Reference" color="13" fill="1" visible="no" active="no"/> |
<layer number="50" name="dxf" color="7" fill="1" visible="no" active="no"/> |
<layer number="51" name="tDocu" color="14" fill="1" visible="no" active="no"/> |
<layer number="52" name="bDocu" color="7" fill="1" visible="no" active="no"/> |
<layer number="53" name="tGND_GNDA" color="7" fill="9" visible="no" active="no"/> |
<layer number="54" name="bGND_GNDA" color="1" fill="9" visible="no" active="no"/> |
<layer number="56" name="wert" color="7" fill="1" visible="no" active="no"/> |
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/> |
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/> |
<layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/> |
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/> |
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/> |
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/> |
<layer number="100" name="Muster" color="7" fill="1" visible="no" active="no"/> |
<layer number="101" name="Patch_Top" color="12" fill="4" visible="no" active="yes"/> |
<layer number="102" name="Vscore" color="7" fill="1" visible="no" active="yes"/> |
<layer number="103" name="tMap" color="7" fill="1" visible="no" active="yes"/> |
<layer number="104" name="Name" color="16" fill="1" visible="no" active="yes"/> |
<layer number="105" name="tPlate" color="7" fill="1" visible="no" active="yes"/> |
<layer number="106" name="bPlate" color="7" fill="1" visible="no" active="yes"/> |
<layer number="107" name="Crop" color="7" fill="1" visible="no" active="yes"/> |
<layer number="116" name="Patch_BOT" color="9" fill="4" visible="no" active="yes"/> |
<layer number="121" name="_tsilk" color="7" fill="1" visible="no" active="yes"/> |
<layer number="122" name="_bsilk" color="7" fill="1" visible="no" active="yes"/> |
<layer number="125" name="_tNames" color="7" fill="1" visible="no" active="yes"/> |
<layer number="144" name="Drill_legend" color="7" fill="1" visible="no" active="yes"/> |
<layer number="151" name="HeatSink" color="7" fill="1" visible="no" active="yes"/> |
<layer number="200" name="200bmp" color="1" fill="10" visible="no" active="yes"/> |
<layer number="201" name="201bmp" color="2" fill="10" visible="no" active="yes"/> |
<layer number="202" name="202bmp" color="3" fill="10" visible="no" active="yes"/> |
<layer number="203" name="203bmp" color="4" fill="10" visible="no" active="yes"/> |
<layer number="204" name="204bmp" color="5" fill="10" visible="no" active="yes"/> |
<layer number="205" name="205bmp" color="6" fill="10" visible="no" active="yes"/> |
<layer number="206" name="206bmp" color="7" fill="10" visible="no" active="yes"/> |
<layer number="207" name="207bmp" color="8" fill="10" visible="no" active="yes"/> |
<layer number="208" name="208bmp" color="9" fill="10" visible="no" active="yes"/> |
<layer number="209" name="209bmp" color="7" fill="1" visible="no" active="yes"/> |
<layer number="210" name="210bmp" color="7" fill="1" visible="no" active="yes"/> |
<layer number="211" name="211bmp" color="7" fill="1" visible="no" active="yes"/> |
<layer number="212" name="212bmp" color="7" fill="1" visible="no" active="yes"/> |
<layer number="213" name="213bmp" color="7" fill="1" visible="no" active="yes"/> |
<layer number="214" name="214bmp" color="7" fill="1" visible="no" active="yes"/> |
<layer number="215" name="215bmp" color="7" fill="1" visible="no" active="yes"/> |
<layer number="216" name="216bmp" color="7" fill="1" visible="no" active="yes"/> |
<layer number="217" name="217bmp" color="18" fill="1" visible="no" active="no"/> |
<layer number="218" name="218bmp" color="19" fill="1" visible="no" active="no"/> |
<layer number="219" name="219bmp" color="20" fill="1" visible="no" active="no"/> |
<layer number="220" name="220bmp" color="21" fill="1" visible="no" active="no"/> |
<layer number="221" name="221bmp" color="22" fill="1" visible="no" active="no"/> |
<layer number="222" name="222bmp" color="23" fill="1" visible="no" active="no"/> |
<layer number="223" name="223bmp" color="24" fill="1" visible="no" active="no"/> |
<layer number="224" name="224bmp" color="25" fill="1" visible="no" active="no"/> |
<layer number="231" name="Eagle3D_PG1" color="14" fill="1" visible="yes" active="yes"/> |
<layer number="232" name="Eagle3D_PG2" color="14" fill="2" visible="yes" active="yes"/> |
<layer number="233" name="Eagle3D_PG3" color="14" fill="4" visible="yes" active="yes"/> |
<layer number="250" name="Descript" color="3" fill="1" visible="no" active="no"/> |
<layer number="251" name="SMDround" color="12" fill="11" visible="no" active="no"/> |
<layer number="254" name="cooling" color="7" fill="1" visible="no" active="yes"/> |
</layers> |
<schematic xreflabel="%F%N/%S.%C%R" xrefpart="/%S.%C%R"> |
<libraries> |
<library name="SparkFun"> |
<description><h3>SparkFun Electronics' preferred foot prints</h3> |
We've spent an enormous amount of time creating and checking these footprints and parts. If you enjoy using this library, please buy one of our products at www.sparkfun.com. |
<br><br> |
<b>Licensing:</b> CC v3.0 Share-Alike You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description> |
<packages> |
<package name="QFN-20-0.4MM"> |
<description>** 20-pin QFN ** |
initially designed for MPR121 | |
0.4mm pitch | |
3x3x0.65mm | |
** VERY UNPROVEN **</description> |
<wire x1="-1.5" y1="-1.5" x2="-1.5" y2="1.5" width="0.127" layer="51"/> |
<wire x1="1.5" y1="1.5" x2="-1.5" y2="1.5" width="0.127" layer="51"/> |
<wire x1="1.5" y1="1.5" x2="1.5" y2="-1.5" width="0.127" layer="51"/> |
<wire x1="-1.5" y1="-1.5" x2="1.5" y2="-1.5" width="0.127" layer="51"/> |
<wire x1="-1.5" y1="1" x2="-1.5" y2="1.5" width="0.127" layer="21"/> |
<wire x1="-1.5" y1="1.5" x2="-1" y2="1.5" width="0.127" layer="21"/> |
<wire x1="1.5" y1="1.5" x2="1" y2="1.5" width="0.127" layer="21"/> |
<wire x1="-1.5" y1="-1.5" x2="-1" y2="-1.5" width="0.127" layer="21"/> |
<wire x1="1.5" y1="-1.5" x2="1" y2="-1.5" width="0.127" layer="21"/> |
<wire x1="1.5" y1="1" x2="1.5" y2="1.5" width="0.127" layer="21"/> |
<wire x1="1.5" y1="-1" x2="1.5" y2="-1.5" width="0.127" layer="21"/> |
<wire x1="-1.5" y1="-1" x2="-1.5" y2="-1.5" width="0.127" layer="21"/> |
<circle x="-0.66" y="0.66" radius="0.05" width="0.127" layer="21"/> |
<smd name="18" x="0" y="1.4" dx="0.2" dy="0.6" layer="1"/> |
<smd name="20" x="-0.8" y="1.4" dx="0.2" dy="0.6" layer="1"/> |
<smd name="16" x="0.8" y="1.4" dx="0.2" dy="0.6" layer="1"/> |
<smd name="19" x="-0.4" y="1.4" dx="0.2" dy="0.6" layer="1"/> |
<smd name="17" x="0.4" y="1.4" dx="0.2" dy="0.6" layer="1"/> |
<smd name="3" x="-1.4" y="0" dx="0.2" dy="0.6" layer="1" rot="R90"/> |
<smd name="5" x="-1.4" y="-0.8" dx="0.2" dy="0.6" layer="1" rot="R90"/> |
<smd name="1" x="-1.4" y="0.8" dx="0.2" dy="0.6" layer="1" rot="R90"/> |
<smd name="4" x="-1.4" y="-0.4" dx="0.2" dy="0.6" layer="1" rot="R90"/> |
<smd name="2" x="-1.4" y="0.4" dx="0.2" dy="0.6" layer="1" rot="R90"/> |
<smd name="13" x="1.4" y="0" dx="0.2" dy="0.6" layer="1" rot="R270"/> |
<smd name="15" x="1.4" y="0.8" dx="0.2" dy="0.6" layer="1" rot="R270"/> |
<smd name="11" x="1.4" y="-0.8" dx="0.2" dy="0.6" layer="1" rot="R270"/> |
<smd name="14" x="1.4" y="0.4" dx="0.2" dy="0.6" layer="1" rot="R270"/> |
<smd name="12" x="1.4" y="-0.4" dx="0.2" dy="0.6" layer="1" rot="R270"/> |
<smd name="8" x="0" y="-1.4" dx="0.2" dy="0.6" layer="1" rot="R180"/> |
<smd name="10" x="0.8" y="-1.4" dx="0.2" dy="0.6" layer="1" rot="R180"/> |
<smd name="6" x="-0.8" y="-1.4" dx="0.2" dy="0.6" layer="1" rot="R180"/> |
<smd name="9" x="0.4" y="-1.4" dx="0.2" dy="0.6" layer="1" rot="R180"/> |
<smd name="7" x="-0.4" y="-1.4" dx="0.2" dy="0.6" layer="1" rot="R180"/> |
<text x="-0.889" y="0.2032" size="0.4064" layer="25">>NAME</text> |
<text x="-1.0668" y="-0.5842" size="0.4064" layer="27">>VALUE</text> |
</package> |
</packages> |
<symbols> |
<symbol name="MPR121"> |
<wire x1="-12.7" y1="-15.24" x2="-12.7" y2="17.78" width="0.254" layer="94"/> |
<wire x1="-12.7" y1="17.78" x2="12.7" y2="17.78" width="0.254" layer="94"/> |
<wire x1="12.7" y1="17.78" x2="12.7" y2="-15.24" width="0.254" layer="94"/> |
<wire x1="12.7" y1="-15.24" x2="-12.7" y2="-15.24" width="0.254" layer="94"/> |
<text x="-12.7" y="18.034" size="1.778" layer="95">>NAME</text> |
<text x="-12.954" y="-17.272" size="1.778" layer="96">>VALUE</text> |
<pin name="VDD" x="-17.78" y="15.24" length="middle"/> |
<pin name="VSS" x="-17.78" y="12.7" length="middle"/> |
<pin name="VREG" x="-17.78" y="10.16" length="middle"/> |
<pin name="~IRQ" x="-17.78" y="7.62" length="middle"/> |
<pin name="SCL" x="-17.78" y="5.08" length="middle"/> |
<pin name="SDA" x="-17.78" y="2.54" length="middle"/> |
<pin name="ADDR" x="-17.78" y="0" length="middle"/> |
<pin name="REXT" x="-17.78" y="-2.54" length="middle"/> |
<pin name="ELE11/LED7" x="17.78" y="15.24" length="middle" rot="R180"/> |
<pin name="ELE10/LED6" x="17.78" y="12.7" length="middle" rot="R180"/> |
<pin name="ELE9/LED5" x="17.78" y="10.16" length="middle" rot="R180"/> |
<pin name="ELE8/LED4" x="17.78" y="7.62" length="middle" rot="R180"/> |
<pin name="ELE7/LED3" x="17.78" y="5.08" length="middle" rot="R180"/> |
<pin name="ELE6/LED2" x="17.78" y="2.54" length="middle" rot="R180"/> |
<pin name="ELE5/LED1" x="17.78" y="0" length="middle" rot="R180"/> |
<pin name="ELE4/LED0" x="17.78" y="-2.54" length="middle" rot="R180"/> |
<pin name="ELE3" x="17.78" y="-5.08" length="middle" rot="R180"/> |
<pin name="ELE2" x="17.78" y="-7.62" length="middle" rot="R180"/> |
<pin name="ELE1" x="17.78" y="-10.16" length="middle" rot="R180"/> |
<pin name="ELE0" x="17.78" y="-12.7" length="middle" rot="R180"/> |
</symbol> |
</symbols> |
<devicesets> |
<deviceset name="MPR121"> |
<description>MPR121 Capacitive Touch Sensor Controller</description> |
<gates> |
<gate name="G$1" symbol="MPR121" x="0" y="0"/> |
</gates> |
<devices> |
<device name="QFN20" package="QFN-20-0.4MM"> |
<connects> |
<connect gate="G$1" pin="ADDR" pad="4"/> |
<connect gate="G$1" pin="ELE0" pad="8"/> |
<connect gate="G$1" pin="ELE1" pad="9"/> |
<connect gate="G$1" pin="ELE10/LED6" pad="18"/> |
<connect gate="G$1" pin="ELE11/LED7" pad="19"/> |
<connect gate="G$1" pin="ELE2" pad="10"/> |
<connect gate="G$1" pin="ELE3" pad="11"/> |
<connect gate="G$1" pin="ELE4/LED0" pad="12"/> |
<connect gate="G$1" pin="ELE5/LED1" pad="13"/> |
<connect gate="G$1" pin="ELE6/LED2" pad="14"/> |
<connect gate="G$1" pin="ELE7/LED3" pad="15"/> |
<connect gate="G$1" pin="ELE8/LED4" pad="16"/> |
<connect gate="G$1" pin="ELE9/LED5" pad="17"/> |
<connect gate="G$1" pin="REXT" pad="7"/> |
<connect gate="G$1" pin="SCL" pad="2"/> |
<connect gate="G$1" pin="SDA" pad="3"/> |
<connect gate="G$1" pin="VDD" pad="20"/> |
<connect gate="G$1" pin="VREG" pad="5"/> |
<connect gate="G$1" pin="VSS" pad="6"/> |
<connect gate="G$1" pin="~IRQ" pad="1"/> |
</connects> |
<technologies> |
<technology name=""/> |
</technologies> |
</device> |
</devices> |
</deviceset> |
</devicesets> |
</library> |
<library name="PaJa_22"> |
<description><B>PaJa 22</B> - knihovna &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |
<I>(vytvoreno 1.5.2010)</I><BR> |
Univerzální knihovna soucastek do Eagle <I>(od verze 4.13)</I><BR> |
<BR> |
Knihovna obsahuje: 300 soucastek na DPS, 400 do SCHematu<BR> |
<BR> |
<Author>Copyright (C) PaJa 2001-2010<BR> |
http://www.paja-trb.unas.cz<BR> |
paja-trb@seznam.cz |
</author></description> |
<packages> |
</packages> |
<symbols> |
<symbol name="+VCC"> |
<wire x1="-1.27" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/> |
<wire x1="0" y1="0" x2="1.27" y2="-2.54" width="0.254" layer="94"/> |
<text x="0.7937" y="0.3175" size="1.778" layer="96" rot="R90">>Value</text> |
<text x="-0.1588" y="-2.0637" size="0.254" layer="100" rot="R90">PaJa</text> |
<pin name="VCC" x="0" y="-5.08" visible="off" length="middle" direction="sup" rot="R90"/> |
</symbol> |
</symbols> |
<devicesets> |
<deviceset name="+VCC" prefix="NAP"> |
<description><B>SCH symbol</B> - napajeni +</description> |
<gates> |
<gate name="V+" symbol="+VCC" x="-45.72" y="35.56"/> |
</gates> |
<devices> |
<device name=""> |
<technologies> |
<technology name=""/> |
</technologies> |
</device> |
</devices> |
</deviceset> |
</devicesets> |
</library> |
<library name="moje"> |
<packages> |
<package name="SROUB3M"> |
<pad name="P$1" x="0" y="0" drill="3.2" diameter="6.4516"/> |
</package> |
</packages> |
<symbols> |
<symbol name="GND"> |
<wire x1="-1.7463" y1="-2.5401" x2="1.7463" y2="-2.5401" width="0.6096" layer="94"/> |
<text x="-2.54" y="-5.08" size="1.27" layer="95">GND</text> |
<pin name="GND" x="0" y="0" visible="off" length="short" direction="sup" rot="R270"/> |
</symbol> |
<symbol name="SROUB"> |
<circle x="0" y="0" radius="2" width="0.254" layer="94"/> |
<wire x1="-2.54" y1="0" x2="-2.032" y2="0" width="0.1778" layer="94"/> |
<text x="-2.54" y="2.54" size="1.778" layer="95">>name</text> |
<pin name="P$1" x="-7.62" y="0" visible="off" length="middle"/> |
</symbol> |
</symbols> |
<devicesets> |
<deviceset name="GND" prefix="GND" uservalue="yes"> |
<gates> |
<gate name="G$1" symbol="GND" x="0" y="0"/> |
</gates> |
<devices> |
<device name=""> |
<technologies> |
<technology name=""/> |
</technologies> |
</device> |
</devices> |
</deviceset> |
<deviceset name="SROUB3M" prefix="X"> |
<gates> |
<gate name="P4" symbol="SROUB" x="0" y="0"/> |
</gates> |
<devices> |
<device name="" package="SROUB3M"> |
<connects> |
<connect gate="P4" pin="P$1" pad="P$1"/> |
</connects> |
<technologies> |
<technology name=""/> |
</technologies> |
</device> |
</devices> |
</deviceset> |
</devicesets> |
</library> |
<library name="moje_C"> |
<packages> |
<package name="C0805"> |
<wire x1="-0.381" y1="0.66" x2="0.381" y2="0.66" width="0.1016" layer="51"/> |
<wire x1="-0.356" y1="-0.66" x2="0.381" y2="-0.66" width="0.1016" layer="51"/> |
<smd name="1" x="-0.95" y="0" dx="1.3" dy="1.5" layer="1"/> |
<smd name="2" x="0.95" y="0" dx="1.3" dy="1.5" layer="1"/> |
<text x="-1.27" y="1.27" size="1.27" layer="25">>NAME</text> |
<text x="-1.27" y="-2.54" size="1.27" layer="27">>VALUE</text> |
<rectangle x1="-1.0922" y1="-0.7239" x2="-0.3421" y2="0.7262" layer="51"/> |
<rectangle x1="0.3556" y1="-0.7239" x2="1.1057" y2="0.7262" layer="51"/> |
</package> |
</packages> |
<symbols> |
<symbol name="C"> |
<wire x1="0" y1="1.27" x2="0" y2="0.762" width="0.1524" layer="94"/> |
<wire x1="0" y1="-1.27" x2="0" y2="-0.762" width="0.1524" layer="94"/> |
<text x="1.524" y="1.651" size="1.778" layer="95">>NAME</text> |
<text x="1.524" y="-3.429" size="1.778" layer="96">>VALUE</text> |
<rectangle x1="-2.032" y1="-0.762" x2="2.032" y2="-0.254" layer="94"/> |
<rectangle x1="-2.032" y1="0.254" x2="2.032" y2="0.762" layer="94"/> |
<pin name="1" x="0" y="2.54" visible="off" length="point" direction="pas" swaplevel="1" rot="R270"/> |
<pin name="2" x="0" y="-2.54" visible="off" length="point" direction="pas" swaplevel="1" rot="R90"/> |
<wire x1="0" y1="-1.27" x2="0" y2="-2.54" width="0.127" layer="94"/> |
<wire x1="0" y1="1.27" x2="0" y2="2.54" width="0.127" layer="94"/> |
</symbol> |
</symbols> |
<devicesets> |
<deviceset name="C0805" prefix="C" uservalue="yes"> |
<gates> |
<gate name="G$1" symbol="C" x="0" y="0"/> |
</gates> |
<devices> |
<device name="" package="C0805"> |
<connects> |
<connect gate="G$1" pin="1" pad="1"/> |
<connect gate="G$1" pin="2" pad="2"/> |
</connects> |
<technologies> |
<technology name=""/> |
</technologies> |
</device> |
</devices> |
</deviceset> |
</devicesets> |
</library> |
<library name="moje_R"> |
<packages> |
<package name="0805"> |
<wire x1="-0.41" y1="0.635" x2="0.41" y2="0.635" width="0.1524" layer="51"/> |
<wire x1="-0.41" y1="-0.635" x2="0.41" y2="-0.635" width="0.1524" layer="51"/> |
<smd name="1" x="-0.95" y="0" dx="1.3" dy="1.5" layer="1"/> |
<smd name="2" x="0.95" y="0" dx="1.3" dy="1.5" layer="1"/> |
<text x="-0.635" y="1.27" size="1.27" layer="25">>NAME</text> |
<text x="-0.635" y="-2.54" size="1.27" layer="27">>VALUE</text> |
<rectangle x1="0.4064" y1="-0.6985" x2="1.0564" y2="0.7015" layer="51"/> |
<rectangle x1="-1.0668" y1="-0.6985" x2="-0.4168" y2="0.7015" layer="51"/> |
</package> |
</packages> |
<symbols> |
<symbol name="1206"> |
<wire x1="-2.54" y1="-0.889" x2="2.54" y2="-0.889" width="0.254" layer="94"/> |
<wire x1="2.54" y1="0.889" x2="-2.54" y2="0.889" width="0.254" layer="94"/> |
<wire x1="2.54" y1="-0.889" x2="2.54" y2="0.889" width="0.254" layer="94"/> |
<wire x1="-2.54" y1="-0.889" x2="-2.54" y2="0.889" width="0.254" layer="94"/> |
<text x="-3.81" y="1.4986" size="1.778" layer="95">>NAME</text> |
<text x="-3.81" y="-3.302" size="1.778" layer="96">>VALUE</text> |
<pin name="2" x="5.08" y="0" visible="off" length="short" direction="pas" swaplevel="1" rot="R180"/> |
<pin name="1" x="-5.08" y="0" visible="off" length="short" direction="pas" swaplevel="1"/> |
</symbol> |
</symbols> |
<devicesets> |
<deviceset name="R0805" prefix="R" uservalue="yes"> |
<gates> |
<gate name="G$1" symbol="1206" x="0" y="0"/> |
</gates> |
<devices> |
<device name="" package="0805"> |
<connects> |
<connect gate="G$1" pin="1" pad="1"/> |
<connect gate="G$1" pin="2" pad="2"/> |
</connects> |
<technologies> |
<technology name=""/> |
</technologies> |
</device> |
</devices> |
</deviceset> |
</devicesets> |
</library> |
<library name="moje_hrebinky"> |
<description><b>Pin Headers</b><p> |
Naming:<p> |
MA = male<p> |
# contacts - # rows<p> |
W = angled<p> |
<author>Created by librarian@cadsoft.de</author></description> |
<packages> |
<package name="MA06-2"> |
<description><b>PIN HEADER</b></description> |
<wire x1="-6.985" y1="2.54" x2="-5.715" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="-5.715" y1="2.54" x2="-5.08" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="-5.08" y1="1.905" x2="-4.445" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="-4.445" y1="2.54" x2="-3.175" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="-3.175" y1="2.54" x2="-2.54" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="-6.985" y1="2.54" x2="-7.62" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="-2.54" y1="1.905" x2="-1.905" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="-1.905" y1="2.54" x2="-0.635" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="-0.635" y1="2.54" x2="0" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="0.635" y1="2.54" x2="1.905" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="1.905" y1="2.54" x2="2.54" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="2.54" y1="1.905" x2="3.175" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="3.175" y1="2.54" x2="4.445" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="4.445" y1="2.54" x2="5.08" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="0.635" y1="2.54" x2="0" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="5.08" y1="1.905" x2="5.715" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="5.715" y1="2.54" x2="6.985" y2="2.54" width="0.1524" layer="21"/> |
<wire x1="6.985" y1="2.54" x2="7.62" y2="1.905" width="0.1524" layer="21"/> |
<wire x1="7.62" y1="1.905" x2="7.62" y2="-1.905" width="0.1524" layer="21"/> |
<wire x1="-5.08" y1="-1.905" x2="-5.715" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="-2.54" y1="-1.905" x2="-3.175" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="-3.175" y1="-2.54" x2="-4.445" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="-4.445" y1="-2.54" x2="-5.08" y2="-1.905" width="0.1524" layer="21"/> |
<wire x1="-7.62" y1="1.905" x2="-7.62" y2="-1.905" width="0.1524" layer="21"/> |
<wire x1="-7.62" y1="-1.905" x2="-6.985" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="-5.715" y1="-2.54" x2="-6.985" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="0" y1="-1.905" x2="-0.635" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="-0.635" y1="-2.54" x2="-1.905" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="-1.905" y1="-2.54" x2="-2.54" y2="-1.905" width="0.1524" layer="21"/> |
<wire x1="2.54" y1="-1.905" x2="1.905" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="5.08" y1="-1.905" x2="4.445" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="4.445" y1="-2.54" x2="3.175" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="3.175" y1="-2.54" x2="2.54" y2="-1.905" width="0.1524" layer="21"/> |
<wire x1="0" y1="-1.905" x2="0.635" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="1.905" y1="-2.54" x2="0.635" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="7.62" y1="-1.905" x2="6.985" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="6.985" y1="-2.54" x2="5.715" y2="-2.54" width="0.1524" layer="21"/> |
<wire x1="5.715" y1="-2.54" x2="5.08" y2="-1.905" width="0.1524" layer="21"/> |
<pad name="1" x="-6.35" y="-1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="3" x="-3.81" y="-1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="5" x="-1.27" y="-1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="7" x="1.27" y="-1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="9" x="3.81" y="-1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="11" x="6.35" y="-1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="2" x="-6.35" y="1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="4" x="-3.81" y="1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="6" x="-1.27" y="1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="8" x="1.27" y="1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="10" x="3.81" y="1.27" drill="0.889" diameter="1.651" shape="square"/> |
<pad name="12" x="6.35" y="1.27" drill="0.889" diameter="1.651" shape="square"/> |
<text x="-7.62" y="2.921" size="1.27" layer="25" ratio="10">>NAME</text> |
<text x="-2.54" y="-4.191" size="1.27" layer="27" ratio="10">>VALUE</text> |
<rectangle x1="-4.064" y1="-1.524" x2="-3.556" y2="-1.016" layer="51"/> |
<rectangle x1="-6.604" y1="-1.524" x2="-6.096" y2="-1.016" layer="51"/> |
<rectangle x1="-1.524" y1="-1.524" x2="-1.016" y2="-1.016" layer="51"/> |
<rectangle x1="3.556" y1="-1.524" x2="4.064" y2="-1.016" layer="51"/> |
<rectangle x1="1.016" y1="-1.524" x2="1.524" y2="-1.016" layer="51"/> |
<rectangle x1="6.096" y1="-1.524" x2="6.604" y2="-1.016" layer="51"/> |
<rectangle x1="-6.604" y1="1.016" x2="-6.096" y2="1.524" layer="51"/> |
<rectangle x1="-4.064" y1="1.016" x2="-3.556" y2="1.524" layer="51"/> |
<rectangle x1="-1.524" y1="1.016" x2="-1.016" y2="1.524" layer="51"/> |
<rectangle x1="1.016" y1="1.016" x2="1.524" y2="1.524" layer="51"/> |
<rectangle x1="3.556" y1="1.016" x2="4.064" y2="1.524" layer="51"/> |
<rectangle x1="6.096" y1="1.016" x2="6.604" y2="1.524" layer="51"/> |
<circle x="-7.62" y="-2.4638" radius="0.05679375" width="0.127" layer="21"/> |
</package> |
</packages> |
<symbols> |
<symbol name="MA01-1"> |
<wire x1="1.27" y1="0" x2="2.54" y2="0" width="0.6096" layer="94"/> |
<wire x1="-2.54" y1="0" x2="-1.27" y2="0" width="0.6096" layer="94"/> |
<text x="-2.54" y="-2.54" size="1.778" layer="96">>VALUE</text> |
<text x="-2.54" y="0.762" size="1.778" layer="95">>NAME</text> |
<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/> |
<pin name="K" x="-5.08" y="0" visible="off" length="middle" direction="pas"/> |
</symbol> |
</symbols> |
<devicesets> |
<deviceset name="MA06-2" prefix="SV" uservalue="yes"> |
<description><b>PIN HEADER</b></description> |
<gates> |
<gate name="-1" symbol="MA01-1" x="0" y="10.16"/> |
<gate name="-2" symbol="MA01-1" x="0" y="5.08"/> |
<gate name="-3" symbol="MA01-1" x="0" y="0"/> |
<gate name="-4" symbol="MA01-1" x="0" y="-5.08"/> |
<gate name="-5" symbol="MA01-1" x="0" y="-10.16"/> |
<gate name="-6" symbol="MA01-1" x="0" y="-15.24"/> |
</gates> |
<devices> |
<device name="" package="MA06-2"> |
<connects> |
<connect gate="-1" pin="K" pad="1 2"/> |
<connect gate="-2" pin="K" pad="3 4"/> |
<connect gate="-3" pin="K" pad="5 6"/> |
<connect gate="-4" pin="K" pad="7 8"/> |
<connect gate="-5" pin="K" pad="9 10"/> |
<connect gate="-6" pin="K" pad="11 12"/> |
</connects> |
<technologies> |
<technology name=""> |
<attribute name="MF" value="" constant="no"/> |
<attribute name="MPN" value="" constant="no"/> |
<attribute name="OC_FARNELL" value="unknown" constant="no"/> |
<attribute name="OC_NEWARK" value="unknown" constant="no"/> |
</technology> |
</technologies> |
</device> |
</devices> |
</deviceset> |
</devicesets> |
</library> |
<library name="moje_tlacitka"> |
<packages> |
<package name="PLOSKA10_15"> |
<smd name="P$1" x="0" y="0" dx="10" dy="15" layer="1" roundness="15" rot="R90" stop="no" thermals="no" cream="no"/> |
<wire x1="-7.62" y1="-3.81" x2="-6.35" y2="-5.08" width="0.3048" layer="21" curve="90"/> |
<wire x1="-6.35" y1="-5.08" x2="6.35" y2="-5.08" width="0.3048" layer="21"/> |
<wire x1="6.35" y1="-5.08" x2="7.62" y2="-3.81" width="0.3048" layer="21" curve="90"/> |
<wire x1="7.62" y1="-3.81" x2="7.62" y2="3.81" width="0.3048" layer="21"/> |
<wire x1="7.62" y1="3.81" x2="6.35" y2="5.08" width="0.3048" layer="21" curve="90"/> |
<wire x1="6.35" y1="5.08" x2="-6.35" y2="5.08" width="0.3048" layer="21"/> |
<wire x1="-6.35" y1="5.08" x2="-7.62" y2="3.81" width="0.3048" layer="21" curve="90"/> |
<wire x1="-7.62" y1="3.81" x2="-7.62" y2="-3.81" width="0.3048" layer="21"/> |
</package> |
</packages> |
<symbols> |
<symbol name="PLOSKA"> |
<pin name="P$1" x="2.54" y="0" visible="off" length="middle" rot="R180"/> |
</symbol> |
</symbols> |
<devicesets> |
<deviceset name="TL_DOTYK_10_15"> |
<description>Ploska pro kapacitni talcitko 10x15mm</description> |
<gates> |
<gate name="G$1" symbol="PLOSKA" x="0" y="0"/> |
</gates> |
<devices> |
<device name="" package="PLOSKA10_15"> |
<connects> |
<connect gate="G$1" pin="P$1" pad="P$1"/> |
</connects> |
<technologies> |
<technology name=""/> |
</technologies> |
</device> |
</devices> |
</deviceset> |
</devicesets> |
</library> |
</libraries> |
<attributes> |
</attributes> |
<variantdefs> |
</variantdefs> |
<classes> |
<class number="0" name="default" width="0" drill="0"> |
</class> |
</classes> |
<parts> |
<part name="IC1" library="SparkFun" deviceset="MPR121" device="QFN20" value="MPR121"/> |
<part name="NAP1" library="PaJa_22" deviceset="+VCC" device=""/> |
<part name="NAP2" library="PaJa_22" deviceset="+VCC" device=""/> |
<part name="GND6" library="moje" deviceset="GND" device=""/> |
<part name="GND7" library="moje" deviceset="GND" device=""/> |
<part name="GND8" library="moje" deviceset="GND" device=""/> |
<part name="GND9" library="moje" deviceset="GND" device=""/> |
<part name="GND10" library="moje" deviceset="GND" device=""/> |
<part name="C2" library="moje_C" deviceset="C0805" device="" value="100nF"/> |
<part name="C1" library="moje_C" deviceset="C0805" device="" value="100nF"/> |
<part name="R1" library="moje_R" deviceset="R0805" device="" value="75k 1%"/> |
<part name="SV1" library="moje_hrebinky" deviceset="MA06-2" device=""/> |
<part name="X1" library="moje" deviceset="SROUB3M" device=""/> |
<part name="X2" library="moje" deviceset="SROUB3M" device=""/> |
<part name="X3" library="moje" deviceset="SROUB3M" device=""/> |
<part name="X4" library="moje" deviceset="SROUB3M" device=""/> |
<part name="GND1" library="moje" deviceset="GND" device=""/> |
<part name="U$1" library="moje_tlacitka" deviceset="TL_DOTYK_10_15" device=""/> |
<part name="U$2" library="moje_tlacitka" deviceset="TL_DOTYK_10_15" device=""/> |
<part name="U$3" library="moje_tlacitka" deviceset="TL_DOTYK_10_15" device=""/> |
<part name="U$4" library="moje_tlacitka" deviceset="TL_DOTYK_10_15" device=""/> |
<part name="U$5" library="moje_tlacitka" deviceset="TL_DOTYK_10_15" device=""/> |
<part name="U$6" library="moje_tlacitka" deviceset="TL_DOTYK_10_15" device=""/> |
<part name="U$7" library="moje_tlacitka" deviceset="TL_DOTYK_10_15" device=""/> |
<part name="U$8" library="moje_tlacitka" deviceset="TL_DOTYK_10_15" device=""/> |
<part name="U$9" library="moje_tlacitka" deviceset="TL_DOTYK_10_15" device=""/> |
<part name="U$10" library="moje_tlacitka" deviceset="TL_DOTYK_10_15" device=""/> |
<part name="U$11" library="moje_tlacitka" deviceset="TL_DOTYK_10_15" device=""/> |
<part name="U$12" library="moje_tlacitka" deviceset="TL_DOTYK_10_15" device=""/> |
</parts> |
<sheets> |
<sheet> |
<plain> |
</plain> |
<instances> |
<instance part="IC1" gate="G$1" x="218.44" y="38.1"/> |
<instance part="NAP1" gate="V+" x="190.5" y="68.58"/> |
<instance part="NAP2" gate="V+" x="175.26" y="5.08"/> |
<instance part="GND6" gate="G$1" x="175.26" y="20.32"/> |
<instance part="GND7" gate="G$1" x="180.34" y="20.32"/> |
<instance part="GND8" gate="G$1" x="185.42" y="20.32"/> |
<instance part="GND9" gate="G$1" x="190.5" y="20.32"/> |
<instance part="GND10" gate="G$1" x="175.26" y="-10.16"/> |
<instance part="C2" gate="G$1" x="175.26" y="-5.08"/> |
<instance part="C1" gate="G$1" x="180.34" y="43.18"/> |
<instance part="R1" gate="G$1" x="190.5" y="27.94" rot="R90"/> |
<instance part="SV1" gate="-1" x="203.2" y="5.08" rot="R180"/> |
<instance part="SV1" gate="-2" x="203.2" y="0" rot="R180"/> |
<instance part="SV1" gate="-3" x="203.2" y="-5.08" rot="R180"/> |
<instance part="SV1" gate="-4" x="203.2" y="-10.16" rot="R180"/> |
<instance part="SV1" gate="-5" x="203.2" y="-15.24" rot="R180"/> |
<instance part="SV1" gate="-6" x="203.2" y="-20.32" rot="R180"/> |
<instance part="X1" gate="P4" x="254" y="5.08"/> |
<instance part="X2" gate="P4" x="254" y="-2.54"/> |
<instance part="X3" gate="P4" x="254" y="-10.16"/> |
<instance part="X4" gate="P4" x="254" y="-17.78"/> |
<instance part="GND1" gate="G$1" x="243.84" y="-22.86"/> |
<instance part="U$1" gate="G$1" x="254" y="25.4" rot="R180"/> |
<instance part="U$2" gate="G$1" x="254" y="27.94" rot="R180"/> |
<instance part="U$3" gate="G$1" x="254" y="30.48" rot="R180"/> |
<instance part="U$4" gate="G$1" x="254" y="33.02" rot="R180"/> |
<instance part="U$5" gate="G$1" x="254" y="35.56" rot="R180"/> |
<instance part="U$6" gate="G$1" x="254" y="38.1" rot="R180"/> |
<instance part="U$7" gate="G$1" x="254" y="40.64" rot="R180"/> |
<instance part="U$8" gate="G$1" x="254" y="43.18" rot="R180"/> |
<instance part="U$9" gate="G$1" x="254" y="45.72" rot="R180"/> |
<instance part="U$10" gate="G$1" x="254" y="48.26" rot="R180"/> |
<instance part="U$11" gate="G$1" x="254" y="50.8" rot="R180"/> |
<instance part="U$12" gate="G$1" x="254" y="53.34" rot="R180"/> |
</instances> |
<busses> |
</busses> |
<nets> |
<net name="VREG" class="0"> |
<segment> |
<wire x1="200.66" y1="48.26" x2="180.34" y2="48.26" width="0.1524" layer="91"/> |
<wire x1="180.34" y1="48.26" x2="180.34" y2="45.72" width="0.1524" layer="91"/> |
<pinref part="IC1" gate="G$1" pin="VREG"/> |
<pinref part="C1" gate="G$1" pin="1"/> |
</segment> |
</net> |
<net name="~IRQ" class="0"> |
<segment> |
<wire x1="200.66" y1="45.72" x2="193.04" y2="45.72" width="0.1524" layer="91"/> |
<label x="193.04" y="45.72" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="~IRQ"/> |
</segment> |
<segment> |
<label x="210.82" y="-20.32" size="1.778" layer="95"/> |
<pinref part="SV1" gate="-6" pin="K"/> |
<wire x1="208.28" y1="-20.32" x2="215.9" y2="-20.32" width="0.1524" layer="91"/> |
<junction x="208.28" y="-20.32"/> |
</segment> |
</net> |
<net name="SCL" class="0"> |
<segment> |
<wire x1="200.66" y1="43.18" x2="193.04" y2="43.18" width="0.1524" layer="91"/> |
<label x="193.04" y="43.18" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="SCL"/> |
</segment> |
<segment> |
<label x="210.82" y="0" size="1.778" layer="95"/> |
<pinref part="SV1" gate="-2" pin="K"/> |
<wire x1="208.28" y1="0" x2="215.9" y2="0" width="0.1524" layer="91"/> |
<junction x="208.28" y="0"/> |
</segment> |
</net> |
<net name="SDA" class="0"> |
<segment> |
<wire x1="200.66" y1="40.64" x2="193.04" y2="40.64" width="0.1524" layer="91"/> |
<label x="193.04" y="40.64" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="SDA"/> |
</segment> |
<segment> |
<label x="210.82" y="-10.16" size="1.778" layer="95"/> |
<pinref part="SV1" gate="-4" pin="K"/> |
<wire x1="208.28" y1="-10.16" x2="215.9" y2="-10.16" width="0.1524" layer="91"/> |
<junction x="208.28" y="-10.16"/> |
</segment> |
</net> |
<net name="REXT" class="0"> |
<segment> |
<wire x1="200.66" y1="35.56" x2="190.5" y2="35.56" width="0.1524" layer="91"/> |
<wire x1="190.5" y1="35.56" x2="190.5" y2="33.02" width="0.1524" layer="91"/> |
<pinref part="IC1" gate="G$1" pin="REXT"/> |
<pinref part="R1" gate="G$1" pin="2"/> |
</segment> |
</net> |
<net name="GND" class="0"> |
<segment> |
<wire x1="208.28" y1="5.08" x2="215.9" y2="5.08" width="0.1524" layer="91"/> |
<label x="210.82" y="5.08" size="1.778" layer="95"/> |
<label x="210.82" y="-15.24" size="1.778" layer="95"/> |
<pinref part="SV1" gate="-1" pin="K"/> |
<junction x="208.28" y="5.08"/> |
<pinref part="SV1" gate="-5" pin="K"/> |
<wire x1="208.28" y1="-15.24" x2="215.9" y2="-15.24" width="0.1524" layer="91"/> |
<junction x="208.28" y="-15.24"/> |
</segment> |
<segment> |
<wire x1="175.26" y1="20.32" x2="175.26" y2="50.8" width="0.1524" layer="91"/> |
<wire x1="175.26" y1="50.8" x2="200.66" y2="50.8" width="0.1524" layer="91"/> |
<pinref part="IC1" gate="G$1" pin="VSS"/> |
<pinref part="GND6" gate="G$1" pin="GND"/> |
</segment> |
<segment> |
<wire x1="180.34" y1="40.64" x2="180.34" y2="20.32" width="0.1524" layer="91"/> |
<pinref part="GND7" gate="G$1" pin="GND"/> |
<pinref part="C1" gate="G$1" pin="2"/> |
</segment> |
<segment> |
<wire x1="200.66" y1="38.1" x2="185.42" y2="38.1" width="0.1524" layer="91"/> |
<wire x1="185.42" y1="38.1" x2="185.42" y2="20.32" width="0.1524" layer="91"/> |
<pinref part="IC1" gate="G$1" pin="ADDR"/> |
<pinref part="GND8" gate="G$1" pin="GND"/> |
</segment> |
<segment> |
<wire x1="190.5" y1="22.86" x2="190.5" y2="20.32" width="0.1524" layer="91"/> |
<pinref part="GND9" gate="G$1" pin="GND"/> |
<pinref part="R1" gate="G$1" pin="1"/> |
</segment> |
<segment> |
<wire x1="175.26" y1="-10.16" x2="175.26" y2="-7.62" width="0.1524" layer="91"/> |
<pinref part="GND10" gate="G$1" pin="GND"/> |
<pinref part="C2" gate="G$1" pin="2"/> |
</segment> |
<segment> |
<pinref part="X1" gate="P4" pin="P$1"/> |
<pinref part="GND1" gate="G$1" pin="GND"/> |
<wire x1="246.38" y1="5.08" x2="243.84" y2="5.08" width="0.1524" layer="91"/> |
<wire x1="243.84" y1="5.08" x2="243.84" y2="-2.54" width="0.1524" layer="91"/> |
<pinref part="X4" gate="P4" pin="P$1"/> |
<wire x1="243.84" y1="-2.54" x2="243.84" y2="-10.16" width="0.1524" layer="91"/> |
<wire x1="243.84" y1="-10.16" x2="243.84" y2="-17.78" width="0.1524" layer="91"/> |
<wire x1="243.84" y1="-17.78" x2="243.84" y2="-22.86" width="0.1524" layer="91"/> |
<wire x1="246.38" y1="-17.78" x2="243.84" y2="-17.78" width="0.1524" layer="91"/> |
<pinref part="X3" gate="P4" pin="P$1"/> |
<wire x1="243.84" y1="-10.16" x2="246.38" y2="-10.16" width="0.1524" layer="91"/> |
<pinref part="X2" gate="P4" pin="P$1"/> |
<wire x1="243.84" y1="-2.54" x2="246.38" y2="-2.54" width="0.1524" layer="91"/> |
<junction x="243.84" y="-17.78"/> |
<junction x="243.84" y="-10.16"/> |
<junction x="243.84" y="-2.54"/> |
</segment> |
</net> |
<net name="VCC" class="0"> |
<segment> |
<label x="210.82" y="-5.08" size="1.778" layer="95"/> |
<pinref part="SV1" gate="-3" pin="K"/> |
<wire x1="208.28" y1="-5.08" x2="215.9" y2="-5.08" width="0.1524" layer="91"/> |
<junction x="208.28" y="-5.08"/> |
</segment> |
<segment> |
<wire x1="200.66" y1="53.34" x2="190.5" y2="53.34" width="0.1524" layer="91"/> |
<wire x1="190.5" y1="53.34" x2="190.5" y2="63.5" width="0.1524" layer="91"/> |
<pinref part="IC1" gate="G$1" pin="VDD"/> |
<pinref part="NAP1" gate="V+" pin="VCC"/> |
</segment> |
<segment> |
<pinref part="C2" gate="G$1" pin="1"/> |
<pinref part="NAP2" gate="V+" pin="VCC"/> |
<wire x1="175.26" y1="0" x2="175.26" y2="-2.54" width="0.1524" layer="91"/> |
</segment> |
</net> |
<net name="KEY11" class="0"> |
<segment> |
<wire x1="236.22" y1="53.34" x2="251.46" y2="53.34" width="0.1524" layer="91"/> |
<label x="238.76" y="53.34" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="ELE11/LED7"/> |
<pinref part="U$12" gate="G$1" pin="P$1"/> |
</segment> |
</net> |
<net name="KEY10" class="0"> |
<segment> |
<wire x1="236.22" y1="50.8" x2="251.46" y2="50.8" width="0.1524" layer="91"/> |
<label x="238.76" y="50.8" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="ELE10/LED6"/> |
<pinref part="U$11" gate="G$1" pin="P$1"/> |
</segment> |
</net> |
<net name="KEY9" class="0"> |
<segment> |
<wire x1="236.22" y1="48.26" x2="251.46" y2="48.26" width="0.1524" layer="91"/> |
<label x="238.76" y="48.26" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="ELE9/LED5"/> |
<pinref part="U$10" gate="G$1" pin="P$1"/> |
</segment> |
</net> |
<net name="KEY8" class="0"> |
<segment> |
<wire x1="236.22" y1="45.72" x2="251.46" y2="45.72" width="0.1524" layer="91"/> |
<label x="238.76" y="45.72" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="ELE8/LED4"/> |
<pinref part="U$9" gate="G$1" pin="P$1"/> |
</segment> |
</net> |
<net name="KEY7" class="0"> |
<segment> |
<wire x1="236.22" y1="43.18" x2="251.46" y2="43.18" width="0.1524" layer="91"/> |
<label x="238.76" y="43.18" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="ELE7/LED3"/> |
<pinref part="U$8" gate="G$1" pin="P$1"/> |
</segment> |
</net> |
<net name="KEY6" class="0"> |
<segment> |
<wire x1="236.22" y1="40.64" x2="251.46" y2="40.64" width="0.1524" layer="91"/> |
<label x="238.76" y="40.64" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="ELE6/LED2"/> |
<pinref part="U$7" gate="G$1" pin="P$1"/> |
</segment> |
</net> |
<net name="KEY5" class="0"> |
<segment> |
<wire x1="236.22" y1="38.1" x2="251.46" y2="38.1" width="0.1524" layer="91"/> |
<label x="238.76" y="38.1" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="ELE5/LED1"/> |
<pinref part="U$6" gate="G$1" pin="P$1"/> |
</segment> |
</net> |
<net name="KEY4" class="0"> |
<segment> |
<wire x1="236.22" y1="35.56" x2="251.46" y2="35.56" width="0.1524" layer="91"/> |
<label x="238.76" y="35.56" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="ELE4/LED0"/> |
<pinref part="U$5" gate="G$1" pin="P$1"/> |
</segment> |
</net> |
<net name="KEY3" class="0"> |
<segment> |
<wire x1="236.22" y1="33.02" x2="251.46" y2="33.02" width="0.1524" layer="91"/> |
<label x="238.76" y="33.02" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="ELE3"/> |
<pinref part="U$4" gate="G$1" pin="P$1"/> |
</segment> |
</net> |
<net name="KEY2" class="0"> |
<segment> |
<wire x1="236.22" y1="30.48" x2="251.46" y2="30.48" width="0.1524" layer="91"/> |
<label x="238.76" y="30.48" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="ELE2"/> |
<pinref part="U$3" gate="G$1" pin="P$1"/> |
</segment> |
</net> |
<net name="KEY1" class="0"> |
<segment> |
<wire x1="236.22" y1="27.94" x2="251.46" y2="27.94" width="0.1524" layer="91"/> |
<label x="238.76" y="27.94" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="ELE1"/> |
<pinref part="U$2" gate="G$1" pin="P$1"/> |
</segment> |
</net> |
<net name="KEY0" class="0"> |
<segment> |
<wire x1="236.22" y1="25.4" x2="251.46" y2="25.4" width="0.1524" layer="91"/> |
<label x="238.76" y="25.4" size="1.778" layer="95"/> |
<pinref part="IC1" gate="G$1" pin="ELE0"/> |
<pinref part="U$1" gate="G$1" pin="P$1"/> |
</segment> |
</net> |
</nets> |
</sheet> |
</sheets> |
</schematic> |
</drawing> |
</eagle> |
/Modules/HumanInterfaces/TOUCHBOARD01A/PDF/AN3891.pdf |
---|
0,0 → 1,3269 |
+%âãÏÓ |
+ |
+xref |
+470 59 |
+0000000016 00000 n |
+0000002108 00000 n |
+0000002347 00000 n |
+0000002373 00000 n |
+0000002419 00000 n |
+0000002475 00000 n |
+0000002692 00000 n |
+0000002770 00000 n |
+0000002846 00000 n |
+0000002923 00000 n |
+0000003000 00000 n |
+0000003077 00000 n |
+0000003153 00000 n |
+0000003229 00000 n |
+0000003397 00000 n |
+0000003980 00000 n |
+0000004441 00000 n |
+0000005201 00000 n |
+0000005446 00000 n |
+0000005697 00000 n |
+0000006125 00000 n |
+0000006327 00000 n |
+0000006622 00000 n |
+0000006686 00000 n |
+0000006788 00000 n |
+0000008226 00000 n |
+0000009449 00000 n |
+0000010814 00000 n |
+0000012333 00000 n |
+0000013674 00000 n |
+0000014841 00000 n |
+0000016050 00000 n |
+0000017112 00000 n |
+0000045712 00000 n |
+0000068781 00000 n |
+0000077138 00000 n |
+0000077606 00000 n |
+0000077714 00000 n |
+0000077771 00000 n |
+0000077850 00000 n |
+0000077926 00000 n |
+0000078015 00000 n |
+0000078104 00000 n |
+0000078193 00000 n |
+0000078290 00000 n |
+0000078379 00000 n |
+0000078468 00000 n |
+0000078557 00000 n |
+0000078646 00000 n |
+0000078752 00000 n |
+0000078799 00000 n |
+0000078904 00000 n |
+0000078951 00000 n |
+0000079055 00000 n |
+0000079101 00000 n |
+0000079203 00000 n |
+0000079251 00000 n |
+0000001930 00000 n |
+0000001506 00000 n |
+trailer |
+<</Size 529/Prev 293066/XRefStm 1930/Root 471 0 R/Info 338 0 R/ID[<0A29752F74CA03C7A1A6FF08BE613EFD><7D0128E89F21E14489B786EF3B675EBC>]>> |
+startxref |
+0 |
+%%EOF |
+ |
+528 0 obj<</Length 312/B 388/C 366/E 334/Filter/FlateDecode/I 412/L 350/O 318/S 219>>stream |
+xÚb```f``of`c`àdad@ AV (GÇ6ñ<ãúÝ$8Ê£TöOé÷ÉQ׶®c@Ìg®ù:O}~Þ9ÐÓ/dù|#¼®*W,âj>LxêQùªL®,}~DöÅÊ`£:  ÛÎÃl&îreuie Vkbà¸?°5ð4H63¤1`ÀñÀuAÎÁ|ÛØ<X.°f:IJ«L<DSÂ=`òCfóóQÌbl/&Mx õ2ãoFÝW@0´"Ä ¸»öf`IÐ 3±Ë10ÿYás¯GÈ8`32ð2044´ ¹A,ÅkÁâÌ¥ ^ |
+527 0 obj<</Length 27/Filter/FlateDecode/W[1 1 1]/Index[339 131]/DecodeParms<</Columns 3/Predictor 12>>/Size 470/Type/XRef>>stream |
+xÚbbc`b``Å3Î(» XF |
+489 0 obj<</Subtype/Type1C/Length 343/Filter/FlateDecode>>stream |
+Hbd`ab`ddäs÷ñwórÓ®ÌMÊϨÿfü!ÎòCGì·Çï¿®ýjce`Xþ ÷»ÿwgïî3¾?b`bdIrÎ/¨,ÊLÏ(QÐHÖT0´´0Õæ`ÒDZIsÇü¤T àÊâÔÜbϼäü¢ü¢ÄÔ=Ç°1Å |
+E©Å©Ee@A¨aB.3##ûï}|@ôãJÕ¨ó?BË N<üüPxǢت+å<Vf/^¶rõÙùÆÃUs;q,bo¹&uôúuÓç,ßµvæÂ)3&ew+Ù°¥z÷ÒýË'o¼£¥ª/· º¼¡ª¯z6GͬæK¥~²Wüá`¯ÍN/*i(¨/êÎÁ<·~Ë.©ïÙù*æý4õ;vÛs®Ü ÏD1 |
+ |
+491 0 obj<</Length 225/Filter/FlateDecode>>stream |
+ ù÷.ºªFþxì×æ]î½KÀß)LÎ[Â5ldF¦ëL:¼jÍ¢#ðûpéý@JÆ?rrM´Ãé¹¹wÀßÈ"9?ÃéÒ|~åÀ°ÅøúãݯzAàû]öÐV¿9kÔIûA¶B ·ÿs¬½ãd¾5±k¥ùcâá©S,sGEéPÖº1QÖYw¯rçñvb[û` Ïk |
+ |
+494 0 obj<</Length 1367/Filter/FlateDecode>>stream |
+7C"ëò¨ÕÙF³îífXo68l67C3Í$2Ôl¬fs?¬uÎ'³Ùü+³ùgø}ñùð´[®ÝÒãÿçíÕ~g>íîï¶*¸þº=<>½2ËlËâ§}eSküÛÈýÞ<ÝÝ~V|x¹çÝÓ·Ýõx`ùÇæç¡Ù!ÿHQÆÖLIÁR>ruE¸*ÍËU±´u¹"[Í¥U´¾âàÊÛàq^jpy |
+NdÐa`¦)`Ë$'ýÔ´Ðyøwg¤eJ!s#pQýð¤ssûáæ |
+¯Ñ{Â^ÂqjTDè÷" ¦M£X¯ |
+5llü.Z¬íÈ0ÖµFƹ,TkhGÓq'©nÒsC<ö| Úõó³Þ{Y<¸\sX6t4oiLÛþ,ûá³ÆƵÈàÌe\3ãÍ027QCsßd¼Ó»&¬·>ßöZª£íí/)+è7íajEÜc ù ïÇ(3â]TN©ÍSØRâä/bxg5ÞsHû#A>ÒE%LÓLEUWÇÛsïùÞ4fªÅY§ÔÄDr¼U¨±4¸JÜ&L|/GgâXpå(HAl0Ñ;¯3ݺpJ¬êÑN{¥ÑzÆÌâP% |
+=$S7ò>Ùî§N@×¥YÍ¥3Ýâ;:xÓfß :¶³ kí'ØvÔ÷A¡o¨,£ÑYÁ¢Õ^pbC¤ð>Á;:NF+¾F^)¼j±ô=æù Nq¾ ¦ø´:ËûQ µúéëæIKB7x¾êôlÝçÔ¢@þàá=ÆÓ\l4¯ÊTæuÈ#\»uɾڬ¼.ÅC¶ 0QâãüÞd¿%'Kþ(àl¬b¿¶x\ìÎÅy]ÿ ¸Ê > |
+495 0 obj<</Length 1152/Filter/FlateDecode>>stream |
+H\VKí*÷*²?`XÏîàôþ§¯l@z¹LüwÁu5¥N½DÛh¥KSzH£µKZ³_8|I/£øÙz+-~ÅäqkIâäé"»uÜþ¼7q@Û¼¾?ÿBÌ· _ ZªÙ6©¥qØ)Lw² E-äéåÖTåI¹èxr÷ãkmë©ÔqüM {?ÝιPÙ+òÏÏ¿?ÑÜ>g$#o.öákMÖéô'({G-ÔÔPK±*Ýâ'¼E¸·PmÞSªïd,tÑ[wö |
+«rp±¹¶{, |
+¿±³J2VYWsp12øø\C ±:$êb¹gdQ¿Sáâ'±ú¶°çoö&)ÞÞý8íÈÞÇzbUÎqÞÐsFÀ0³z-y_;_.2ïÎ={F@4ýÖ+zLHóÉ8% |
+[M3}¬¬EyhóÿO9¦4h{á=Æ×-ém²}Kºö< ±Ohª<O|©ûî[ñâTÕxëÁ&¾ëÉà"OwW²Q㶰î%PO>»°2Gw@ÁJ^þÀÁçà¾î6 O*cýbyÿn@Z%îÝp´ix<*ÛE÷Åæ½Øt9Õ¦©ÆjG|i µÌÃ-Õå«åJmq^kß-oîgKA:}nýHÊÃB+¥ÆÆ´å..Ê+þ£ Ñå»bë)§`±Lí~MAjðà ¤Ùóµ ɱGFꬽ3ÈY±üÛoÍÓ8¿éãwJ¾2°WàñSÛm¿äp¦©>+¨Îpû1qööN¦vyc.Òx¸ÇYOî;MÂJ=ZM±þÍf&Þ!ζc{ÅW÷ǹ2êÜñÎ÷ÔDóx ?ùOÕÙ6÷\Ü)Ö>ïu=F<==ÔüJ>¾ÆÿÖûaÎñÇ©zÌf²,ÛIÓs»Ö¤Ì®ÿ >1| |
+496 0 obj<</Length 1294/Filter/FlateDecode>>stream |
+HdVK$;Ü×)ò1`ìó4éUßû"°óSÓEØÉ'"ÀunVl´C£ØãóúóªGþ+ãøïe½6ýðYûñGÁ}ø#ï[78ìÀõIî6u)&ëÆWg |
+Ë¡æáQ¼N¦)}ô£ãÜ[pæ¬béPTx5$ͯ¿z@<z¸é :JÆýQ¤v-2#ö>wFv87Ï_1~÷`Å;î".f1C |
+AY6Û(hÛÀ|$MS¶x1®x,aÙ;CÿItmàE%5,¦´IMjf<[y¯;ë¹_=±MWLìaùü¤£cMÊÎ1°aÊÔ4}^9Þ¸NMÉNÖaÐÖº¤Ù$M÷±?!§7¬?I¦Õu´L(1@³²ÓÄçÍS×9¶Âdrý+îëÙ?ËpÂ\˵TÄò]ÅM)·fdo@ASV2·Í-g |
+ïÇHAÈj½r¢Ózgg|¢3>ütYÆî¹<y[³Êéø¤ÃÃNêøÁÌÐBñ´Þ¯ÅÒ}=óSYVo«Ð}ù¡Ïëo6Îue7éøã;;áÃÞO$ñ |
+³JFaîîê]Σ÷sNX:¤\sÄt6Æ}îèUÏ¡gm-á}B¿j¾oøÞ-ÓÅXÕWrBóÝ |
+£k¶ØòÿÉ ¹KÓf|ÏælÊ!ÃÆ6ÙPb°dBøºBvÕ3ļb=3½©ÇÃɤWÌy{g53òªknO*½rÍ·J:ÆzmH%ͦw^ FL'>¸µ9ÖZßTBÁ¥tQ G;«Ã¸\L²|Á¯lÂtã÷_Û»bÓõ¸ä±x¿äçMçI$Æoû¥ñ#yc$?ÝÖ^Cü¶NmYÕãfH¸ÊÍ$#ôdùÆ¥ïTÉ$þ`ÿ«ýr8úμä»À{1ɺ?$ ë§U2É:Â/&q?ßn&¿§¯E;E$ù¥H:4Ú½×ðÒU½¢û&öý:þ` ×û¡ |
+497 0 obj<</Length 1448/Filter/FlateDecode>>stream |
+kÃSB:W¡aÃu¨¹°ö:T^EàäG)h'Ò§Âb©cƧd,ôzàÒbN#$J/8RùD1õén(FqF»«ßåøÐ#£Xr>i8{ÃHe*^jè+8ñÙ4¤¯Þ<ðß³÷çê$?öæáõ£P/^¼||X¼\-VNh±Ú. |
+À` rQ§7u'VlèÅ(ëzC½F K |
+8´É r±Ú·Äé¡âëD1ÝDoCzP:u;ªNoC~vX«ÔCÈY{SXdWÔÒÁ>¥¹Þ$!zn5×r·_ĺ½é ÞPo¨5l\2Äݹíï¼íp} °wë9IiM½ïe KÓðÿVoÓ7Í.oµo](ë-[¹¯ûGl»:yúËahN»dþ/å Í@+ÕxÊ*:¢ñ`È°åÅ¥¾96ª¹è´³$¾è7EjaÚ]èò(Ü ö:¢?ëû õXÊG,ÝHß´xV>Íý`à=}ÊqÝ`ö æêSÝUccà W¾åQ#`ëqXïðDÕâÂût±»íázývÜ67Cliús½n¶ÍZôÍîN«áÒÕyºøÆ»4KÇK?2¢Aøjݤ*æT1¥J¬{ù©·êÄ~²4¼¡Î]{®§ÍÔÔéöØð0½M-ë±ìS:jù¨ékQ'ñôfö? ?XÊ[®ÔUKO3þù¢øê2¹ Û4¯§OMZK/rØp«NMAvuë\»Z|n½èê>afÒl:99!WßãðÓ{wiúâU¢dϧ4Ób?d7IÇsÚÌFöûz=víeHÙm.]J ÝÁâA>{/Þ¤ä®éySq_ÎãFìibéªtBvúͼ$ã´áM'Ä ½VìÝ |
+498 0 obj<</Length 1270/Filter/FlateDecode>>stream |
+RÓ?Ý©ûp{Ù]üú|Úm7÷'ñöíÅôýßùâÓæqwØPïÞ½__vï§îb¬@CÛ.b¤JDFK'4`¶rèE8ô_éÿ±GµÌ¹Ën(Ð6âjÏ+ÇoËìg6ÀßN_°b>ý©Ù èJÇÎúQ:@'Þ:x»m÷nÚ²ËÖxÈ»VuÛç7â;ñsð1FÏӪ²é°Ñ|ÍcÅýSwñÛëc÷þÓÖH-^ñW>° |
+((s×ð +Hã?øR#©&ó»F%»À4¿h6¶Z?Òg3;5 |
+±.ýe-órl3Ö©]v>K¨í9'¿Gî:ù}0pþ&0ç÷"7N¨K;ÞÌå@ÌO+Q·||Ƥ1:SRcå%BªñTë´PX¥ÚCý ¼°_òEr%#Íq®Î9Uø!À Ø¢+ |
+499 0 obj<</Length 1096/Filter/FlateDecode>>stream |
+z¾~ õÅu7GZ¯3}BP) WþóeP]oëb¥.i+ç\J_¿ÓÔu/i÷x_?@#wê0|wlòPþÚ"¡úìX<Þ¶Gi;^d:~ßð_Ü·Ï·§ÏûÓÏEðÛËCtåöËËñòÓ¿ßo²rqÁå÷xßW!ÒUú |
+å`ºýªoÈxhx%¸WÄòÊíýÓñôpüµ=[ØÿÜ"ºòIEÊ°vBSñs=ÔʶÑuBä~AÂýÒ'õ|<G³=įôÛãu_¿2ÞbØä!dÌýýÒGb_äLS¤o^ n¸ýpà7Ý?ªP¦ ÉUü0¤L:%ãbHßh@¥H·ÄËyæ îÿ 0 <Æ |
+500 0 obj<</Length 1138/Filter/FlateDecode>>stream |
+1jØóB4I'DgâƳ)r7ɳã`qö«&§C {wZ°Âܪ s]Ï«õ ñ'®~³¢#ðÀMľòâErؼç^y¸,_Oïgâí,ZÆ~¾\ÁÜùkC0¶ô&lô«GEW»Hl,nYþ;_ËçóüðããËkÄæ-åB}Q}|þŸB-ÜB_OZæ»C©*·ÇçGÆãn3>acl7¬Í-ër§ÝÞRÏA ¬×uÐCh0NçËrGsõO.°XÞã¾´ÙÆUÊÆ5ϱ7qÉ«1æàH/'þ7~}~_?úit2.J²²ºr§rüYLì'²;ÅIqսطZ±í+ÃÊcý9=§â öÇø;ÿõ]0YX±ªºyà¢Xº#éã |
+Ïèù.RÇ]^ø{³ÝçX5°±WØñmKEÞÈ[UͦÞßgw¹Nîª|I½ÎÎDÎ7jçÑmß,n]W](¹÷eOÄuÕ©w |
+mµÐÑñ(økqtx O ÉÄàcÒB&W´smþ` ÄÓ |
+501 0 obj<</Length 992/Filter/FlateDecode>>stream |
+öËüæ!ªÔ5UÀ.Ôë'>REÊØ¢ÙØl¨f[b#à¬>Bh¶ÌxçqµaµMasèæiÂoøK°µê/Áf0Þº`~~g²/oÖgóØåïr]ù.Öù·^ß!ëq¶TüÛú~lI |
+ ,Äd3²¬ôN¸ ·âmBñYviGÁ@H¶-TƬC¸Í4Xs°èbCîr!À3)0 ãÈb¶7ù:+»ZX[=)ÓNÎ¥'bÓÔh4C¦ÞNu^|}Î-ï§{Y¥ààÕúeämæx ©µ&(Gãëä¼3ýdþ1×$'é [ó3v=~ÀñÄx):ì³øfóÇA®@ Os±Ôe ¥Êéõçc~Þw7Ý §×n¢Sî×\uTIjËÛ;ÐÝa´ v.@tÔD:ß[Ó>á%]%÷£k¡Ã!YØ£vp§¡eja9Î%´Fe{±d¨hÕÄ+uE±ßz= |
+üÉD©y\lKtxй:ÆQÅ%l©Ý~;è 輧ëz |
+´ê\»×ÐÃÇéXªöÛ³Ü>E¥}À|³ZÃ{Ùü±.Ö5oÖ·ÿñ2$¢wÔ×ÇòïçY¿-ô¸úßåæÍ«Á|Ý×ËÏ^$ð#öb³~\¯ç¥¿xÑpºEWvPm,4øëöÏý5á|ówló7ôåñªßÿ^¿ìÞèýËÿöæÆN¢ÞJ~ ½5òvÇ2º û+&úæ ÊÇÁ¿§ñü¨²!ói]>}ýs1æ· «ÿk |
+502 0 obj<</Length 28514/Filter/FlateDecode/Length1 50336>>stream |
+ì{çzüǯ sþ¡¦z±üÚÔUÀvæ%~/¾þrór`?ðß±uó½hÀ*ÇüÐu¶zÑF6¶ Q&±ä×(`RY¾bÍ&ôÅ6ÎgZX÷,Æ!t£ó |
+ ®N6sÍtãUìu3öá S3àK |
+yJþ]^?ÊÛL¦ªôPz* J2Rª,P¶*Kêdõ¤ú%ÔRaYii¶üÓú5ÃgÍ·N±¾l=`ý4ÄÅÝù!öã÷xà¡órtÈýX'ÒXÑ*Z¹§¢Dæ |
+HáyPkÖ°Ç|Ñ@+ü/ÀÇøæ£1jhSsÌágE¡¨{ø|íxÁwLü?õð)£ÃÌ5æ_¹»{óÝiø%¾á*à£ä1¤ùÇF3Gz¹Þvä;Í |
+4G'[3È¥9 ÃÍîÃB³ô¬ÒÐd41Æ{):vià¤í0bõì@w¸K¼|§#;În/JI6(«Xf@atL |
+é. |
+ÄèÄq³èç¿ùßwÎrÖ>¸'}r-°ôùj5ãÍ|ç»öÀoQû`[ãòåpè5âèB£ENVpH-PI ª»õêÄ5C3:è#toÆæ3PPmßg³e4ÏÃæÐ|ãºÝ§¹³»7v¯ úw±ZìÃ;)ÉQîÛÙññ Sz/ÈÕÜèûÈR #ýinC+Ö8§Î5 |
+Óâöá¿ÜW}PT×?ï½ûÞ®Fë*®2FâGE?°F6¢PM¯ ØMmMvL\¸B§M«CÐP ¦R°ãbHLÚ 3 5Äi¦¶±ù`¦ 6Ét¢×ß¹ï½u÷á¶ÿÙ¿{Îý:÷Üsî½/°p^iD-ç^§Æ_Ä5!§&Ú½<ÜIüõG¼³¢¿ ¾) ëv(S>¥ú+V}^AJ^~Y0i]¸Üöm^adÕ¯ÖÙ¥HBVPKTí¨ÉZåhcã""?CõÎ.Q)5JRvÄWcý/|ºÌ÷¸¤kÝl3#+çÅË_ãÌÖ`0®Á¼Â²pxl\BÍpMx*&'eE¨_Ù»Q ÀeYÜ ñg©l1®a¢].ÅGgÚültápvJRv¸<¼ËmOIò¥»Õsê¹ðuåNàt=#Ùµ¥ðÕ.e%B¥5)JM~G@©)(vûðPS<£*jVùÒ¨vãs$ µ*kYÉB§`gT¯lد¬R!å] |
+Ñ |
+Ô}Ç8uì¿ñòU?¢ êß(ÍH¥ý¯µ¿hÄñ° |
+1ÿð1 c¨¨Å\ÿpüľ\}ݹ>ñr·Q°ûîc{0ÿBö9ï»R<¶o£ÍôÀÚ9&¹÷ÇX©v¶\cjA:øõ/`øÙ2Îl îE30éÀ` h*À³ÀÌMWñáØñØÐûàCØ&cÖZC£ÜO+gí±xdãUØHæ19_8faK36çÇÃ2¾+8î÷ySQFîAZÏ6ÈDl9Ìy9ªETn@Wq̲}³_8Ö¤O6¯YkºÌ°FbÇzÃ/¢¼N`Ìrc;Î&ÊßÄÛûû´]¼Gkµ¹´@OëAÛ:H½xc/ïüë~å^½ël?ûéIøô¢_½Uô+ºÞn¾£r^oWåìÒkÕ13bëþ]ýgzQoÇÙn¾«÷&Öó8çgPIþnóÎSê½J§|Ñp¿ÐJ=@ËE/öÇs¹ }þ=¯ÕÑ!Ñoþ^ QHí§j¶áûiÏ¥^¤*ÞGq1ç%xu3ùvLÍ È¿Wl¼mã#àCÄÑkå|>Ëûg4PmÅ«y9çé)ða'>]qZáÏqî¸t³¼[p¾;y |
+qÌçðËTfçõ6raãvîãÆ~¦m4:ÍVmÙj,FùwnĺީAsؾOç:w©¥§{T_B»íóì<o> Ê{´XÚ7Æ8Mûõ+ØwÒÞ&;áOØ]!ÊáóªÅ:¦jÐ[Ø'r/næ{ïDíüÌwQUi¯ã½À}ÐDy_dR l?/u¸SY§P1HEÎÚ^ÚÉ{Åë`{xï½Òx¯çD?-?E?E»&é qÁ}+ØäAÌnB¯Yö Ð$Û'¤/d¼E8¾ØÓðÓfù¤éETjö¨Ù(BÎù©c< ~ElúM÷õºùU³©gÉø/3¯híXÏÃ8×-µÓÍz>¬k_+¬3ö çÖF³8F#8ù=qÂb3*¨º:ç$æ=ÝcÈßtäî!ôaÛ¹AÏ}3ù-ÃoÎO|´ß)_{µ\ªAßá=? 4Ü |
+bï`)?j£ÖÔù,V5="õKèUµM» qËwh·¨¤¯bZ¬-¢©b"¥ß W?¦cÚÚ*^¢c¢jY 4GÃ+]ëÄÛõè.Ö«¯B®§2± |
+å-*Ó[Õ(lâvrN³!r(Mö´ÕËf5~ËÅÂ^.ÇÙ[£v:6^Ç>¹Ný¸8F«ÌK@ªÅÃùjµMê(KÛHßVZÍå8e+Àq?£É@>îø¥Ê>`XJÏ(Ïÿ8mÉx»-¥×û,øiþ.`¨kh3t@=ðk§.<×õô±ÐÍ8ùÜ525Å×É9+ñ._ |
+Ünö0¹c?Mö<DµÙÐß~.YOD>=C3G³g4((]úÐB vÎ~§Ü .Åp³}7üGö}`÷_þý;ù¢Ï)ÍKàbå"ù´ ä4È ?}þRïÚ?Ä |
+:ÜÞÃsñ(Oî«à'®|òÐ÷[0UHMö»r*t?·ûzíñ |
+3t |
+G IH |
+(¤A èº|²eK6;>àCÑâäÁz |
+êY©z7<îêÛò5éö~%Ñ-Íèðm^ö¥Yâéõ=yZF;ªÐc |
+V~FQ& p%?[¢+ÞJ_°»O±S¸Âhié~ %¡1<ÍÈ=ÿüj&¯ö/ |
+våïÓK@ ð÷q¿ÇßÃë |
+ôg! _Áý.îËü2Ùø% |
+@+Ðäó>^\§9PÉ)D«ñ$} õótT%}¦ûbyðÍ[ ¢ÛÓíãºïÐá |
+áÛ¾'¾Kßö]°ð=¾¾u` ákn %¯¡ D?÷«ÊÉZuÃFæ Ùø6Ò6Ò6Ò6²ðmâ¦Ñ·$§NÅÖýS¦jÆIf¼ÊeÌ8Êvfì`Æ.fÌgÆ*føáb:3N±9 |
+é/ßáÎÕK1ÈcÌH0ÃÇ*fT2Ãêõ÷&Ì*"UoH|WÐj6ôÑõbZ{ñÙ÷AÒÒÓAògÈ_t]Þ;µ.ãOÜZÌðà ^à ½Xð0PÉ *°AÖ@?0¤|°ËÑñ.)m hvC@¾ìÎÀiS¶/ɲnÀ]Û˽zÝe÷Û+].fs³wÚÍ«Éé$"GZb Ç?)ü×' T*àûyáEÈê®ä2-Å~ôÒBÙÉmÁ¬csÉǪ çPBú³É¥ |
+ÇãÑ[)yäa×Àù&yª<GÕáÎðªð<xBWP@UWUP y&x=ÊH¸§²Rr=D±çvÎ`8UUã4hPràµârâvI |
+D.Iq±I²ò%¥ì¦ì-)ìÇá^Éq |
+4a` £ÒÄfJ:tahD!¥ûöliSn÷iïfßÛ÷}ïÛJ6ýäOêùt~ä#ÝÞóv²´¤ÛIºEÈ¢|<;2¯<©Î"Î)>Rà-Ï"!ß#*Ayy¼ñ|Ng¦Cu:Uµ[ȳB^(WÆE¹É׬o[aë°1ù6ÍFlËlwcwTk~Ïãj&Î,+Ëé°ÔQX£ò¯/mÜéË÷â©xJ÷¤âÐÝbý©XªÍ<>l^+ãÍÑ63íä¨nàø÷?h¤ËqÁ19¡â¢Òm#;KJ]ïtñ!\RR\ |
+ÞKÉ÷R(Eéúq(E¥%¥Ë!cüŶ?WT÷®_3)Æáô^|ï\|ðªÍÛ{þÎJ«ÿå&#ãdbd¬F°ÁÐwÁß½sbèn,J0îwY,ºÑß%IºñµfRi1gùu$FZTÿ§-¢\§ËéÉàzÓ¼¾·ºâ2ÔÍuüeïéí«?}0xõNúér%J&N"*Ó²Ð2#ù6YÆòq`¾eñ²%éçT»ÃÏi*¢©¨Ü¢üè`t °`¬]DlG¶Bpº·ÄíéÆÞºöûÓËÀÏÁô5¼%;!@þKàçµf¢`G ÿ(âÊøÓQ-ZÖ¡(éÓ^JÝø@¿~£(F[9%¦°b-/,GvÏ)))=|~ÎràW²ñP gÁàw2Nzò2Tþ£gYÁ |
+u¤ìÊ02`#âXÂY,|IУè¦zt㶦èúu@Í: eÍCáÅDÇÇ+²d)bG3QÀbÕXÂzLÝ8ßBåѼìåð#Z1 sc¥æÅÃÙA ãøb¨ÂyÐ5¹oÖ¿ç¯2¼öxKÖá§.ÕÒµEË<¬-/pɨÈÛfã*%J%EÑ;QÁ |
+ü¿Kkì¯ùÍþ]¯mx¶Ýÿ¤ïÞ~ûÑó£ug_?wcqÃÏßßl»ü×ÛsöîÛ´ 2{è¦Á L ãªàL·Fóïö#L©áÎ |
+E´!×ð¹~6W |
+öSrÂ>IñJ jÅU¶R'Õ,8¾ô¡9!§- |
+S¾Ð@»Í¹9"dqâã@m=À4/¼ wJ ´äU÷OÖmïêhjÍ:sÜ»PÞrè6oÜ?üÆÞªíÝ×wâhgùlùä¥èßüöæ¡Î?2ÕVsç¥ ©¸<Æz©*Nŵ⤬nÎ*IL$Ø24ÖĸÓ^eÐË9ÏË7&·úïôk¯Ç3 ¯¯erz]"#î9sô¥ÎÅz]!0¯u®Ð7HÞiÞüùÇ!él3Ç1aZÎ ]ùÄ2õt=È,Ê |
+ÅÖVÃÇV1çjPCu5 |
+br.®Üq%LBËdèàµõë¯^»_·~÷þèÈÝ»ÑCíª[³sϪÕO¶-ÚvºcûS4)ûÈÚãï}p|Õ³§õ=}åsñµ×ñâ5-;jßÝ2úyY[ù[·=÷²¬&À/ÇòmK á0ÂÊ:g'³8Y,£>O©;Ï1-ÇPT¥\¡*0æ2Ò®«À¬Ó¤1Ív¥/§f'|c Û¬ü4Æ¢÷^pxÐ;©¼y:xÿYë¦Ê<QPâ_à1ÒyªÒWÑuõþÕéÍþÍVÿ¾ÀQÏÿÿ}Ï >¢»¾âyÁÓá¡%Ù+L$õÝt(&_P7éYr¥5Ùd6%¾]1NÉ],ÔK8lÀÈÛjÛ4ÆÓ]¦µä0ÄÑss²Úd¥44¹wÆiÕ4àêX§|d2¶ 3br:4Â%æ%ãæµTßáÙ´|Ñæ"\ty}Ï(nzªù/½GÞ:¹ñûg6mnÇ´æï.Øòn½ì«¬Ãæw?ÀÚÑè£ÿþ%zþ嫴๾c@¹P3ÁþìBÀh:BD&ÉBLF°I°èDtØvsûX ñ'¸WáL7 ãb?îï=Õßß>ýÞÁ¿ F^míÛÏlÛDØ˵Ø:×Zi]ií¶~hlVEbsJITÛ9FºxÛMRD°Î²yÂlèÚÕxHáPZs»666¤ñÆDÚäQcC<ЮÜ{ Þªá"ºa_¨,qù2ØT>¾,¼Lh©!¤[EBE5ñ2Y |
+nâºÂ÷Þ}kõXɲ,˼²d ¬md0æoÆPÀÔP^DyIi!Í$mI @! 6Ð1%.&Æ6t.ÓN |
+ÍÃó |
+ |
+UG$nR%¿Âsõ j¥õmé«·b+}¯9¤3yAª´Ùqþý¤d // éj{ËFø -@%xÆbÐë¬èe#A`ÖíäIûÉkäD׬~g\s`âé-¼¥öÞÐguSѯµ´?¢GÇqriA.%ÄÿL¦_Úß³ýµ¿âÏ^ÚïÆÇÌÇɼµíÙ×S÷¹òuØ)'ëÒÚ{òªSx~thjhah²JûjÐ]á%UzÎÍxüæ |
+äç÷ï²ýÈ[N àD²7"Z©å[{¯qZ¦E-Ñ¢H3/Êô×E¶×¢â@±fÓoX-ô9+ÅE:}Êê{ÄÐ |
+&VÜ|½{>¬]Ög_8µT·þ¼°¦®bâªo¯ÝqÒì®[°»AQr.´!dÝ^ÌsÅÒh9k!Uë%ïoÜ2TVõ4VõZiwÈ*f/QgÃ6¢&QG·Ò?úðSð»Oq<)öè6¬Û*msl56~x7XÚ§?)JîcbøT6¢4QÀdCHÂëîr·££GÚ{öwGC=ãq ÔJÈN¦Ü!D}hèÈb6ÆãÂäدrå%G 9z}l4òmZ±.ÔÀ*µ¨5#¾ ¨]A7àÒáf=âØã,ÈÊοú²óI_v¾0´¤ÓcÙÙɯºO|ËgM«ì\¢jiíD_J eqçñj`%½qsÚghHµ¸<#®µu |
+HpæpC06ö |
+z¯ |
+Ãxöí¯3"Töº¨È:å)(3 hÏÌrÜÙæU7ëdÂNì´ |
+Z¡7h 4¸¹+Ç\·#´"©{|.ЧOkï¾{ZéÉP½aÂÇä¦Ìv®,]9ºòtÉiOéx ê#¼ªÜö6.º |
+¶õIÂJJóÈsõ*]x7Ë «SN>ú!§pc@®ÚL¹0vúéÇ2Ä2^#ðYV09+úC56·2X½8,rÜ;Üç!îyîy*[Á¥äJ;ÛÉmPvÊ¢y1+7*q;G0Å òýkÞÏöýâ ûà0°ª(Õ<öò<ݲ\Í E÷êÈ3%N'XQ4R§F<ÀȨæ5>&£Óåvºb¦{«¤RAìàa°`NQ]¯!m·ñ+ù>Hêäà´Æs³ÐgÔeM=Íç4hÓ~CàÄ÷Ú¹ Z/¸À)ºm±~ŸoM@^{:¬£nØ+=Âþ×).ò* |
+;¿yó,zvk×SE2épÆ@L)4㤠£±xyÉCâºÎ©ÑÉAW®I"IH2©7nH60o}4hêáúù`iY½NGÊêµÂU-\aÿ´µï× |
+W²oÎRæÏ-º×ËùÒ«nwíR_«Ãê'ÊǪÓ.¦«^]WuÕí4Â8ò¹®Én>àtúü¡`ÔO¨$Hî÷3ñRZÏ@@U1V8HkÔ³U**K©v¹Xr}²/É&Kw[cÇÿä£ÄÌ;[á GPf:0 |
+RþÌô¦ 8MhªYU»O7î#´zèÄP}BÁ¬üdÀC1³Z©%ð"2'j}¾"¯Cðù}~O½C;%hkÞJÄâ=o¼½ùÂ/]pküìÒGUÆ[þnï_ôâ¡|5?²ø|ïKTrÑÆ|ªyúÙ{%áæF¶®©÷+ßÜA4`׹ˬÆEfY7ÛÍm`ç¸TY-ÍÎDæÌI6-a;®È²òÝ%AL$ÉwÒ)¤mPf- õf¤l¶AQîÍËé$N²e©Fµ>1'5·jy¬-±4µVZ-¯Qò® |
+ôJåÍêmcrCj»GÚ-ïQÓ¶'JíûÕþ¢hA©UÆÓF8r¦+@Z3!«I3«àpɽáÝaNùäÊhY |
+ÅP+ZÖ£ï#£¦§|%ùj¸ãùÎ4S* + |
+^ZAnM&ÿWª PÚ ãlv¤UzÊ$g!XÓÝI:·p:àó/([d®û%Ë8ÚX'ã`q=·»8ßÓÅuV·¥eétC}cct¥_Hå;¼~ç§M |
+sæ>ð=ÓthÕcg¾ñÈÛÛgßÖ¹¸®nMùÌ6^Üðø§¤S«a6 + |
+UÏ͹ùâ&õ§ü'ªàf°>Ow8½ilë3<¥ÏþCuÕ7qáÛ=îtºoë¤,[ÂeÙl°cÐ Æ1ÆNÁCU L |
+¶C(L§-J&Ði3aZhCÓO&tðm¡0Ò)Óà44¸¸-6ä¾»²Ø¾ÛÕÎZûñ>ïû<¦¶*¤ö"ö¢°·Õ3ÞNoõÊÑ°Äq9(Òr(Cq)âýr(:Æ,E¾÷Ë¡6<{Pãéáf-=f:ój²]I#°y@]'5 º#sfuîî¥ßçîtixë Ë}Ü»÷æî½ñ |
+ÈUºcÉVõ{ø-c;\Ñn¼cLFô0×Êájp#{¸~nãÀì8æÎü<ïHº®C6ÇÒ Hþa+UO|ñÐ ¼ëð³8ʨu4`Ì@ÜÕÑb@b0m5 Ìh]{;e ;Ú' ¼¨Axvö·ÑC%ÐËg³g@þ©§sËGÅyäÎýÃo&ÚýÅV0Q½ÂZIf4¦YLÞh4XK%úRc¥½&¼¦]¤]£¡?n&¸4#5¹ÅÒrs5·ZZonâ6IÏ*gçjjÆ1¢QóÑêI.¿u?tòpù" Ñ%+ª*y |
+wß ò|lôSGÐ11Óñ${¢KvUúå@e \Y§ÓgT6V¦åte¼®2Sý]y{ÅëÞ½_Èf:RsÊI=¦ÚïMÿÁXÿ½Øÿ|ì¢9æxQ1á;$à Li¹T¾6ÒùBV|be"éHNltÌøÐRXß,½$} }!ק'äЪ" ßÔ kEÅÆ |
+\¬RRÊne2ªpû^åÂ*) |
+ÆZ¬¹j~fyËÌo¢·¢CP5¦õØ{'©®Ëq©Ðá J5ÁG¡=!çzo}`wA -¤å¥jÚûµ@ð´üºÁ»!Ðú³tÅwÅÿ·¾þ® FCþ0W¥Vyª¹jsÔVîIîJÑç;¤Ã $¥h·¹àFÛvgÜ=nGÈ&ÑrSº-Ú'$>æéF(¨¹#àÎ5 |
+2bWxº7!½¡àcTÒÔ°e÷#PûÑa4!B-EDôÐBç]Dà (TÈ PA*0ãÇ ÂèT/YYd]ä!K qÃô/Iîúf-# 8Rz2:H ÈtM(ê²SZRθ §SâD~v¼ûȪÞ.;÷ï_ZmßÛ|è§Ïn>Ľý|wËîß=»»üCôýÓm»Î}xáì9`»ÖÑOÙa¨W´lLa$*RÝÈfZNeFÐÍ[A)&/Óóôô¼DNÏkäô<Eø¹Kgóêy =<D4¸$ |
+>Zð¨oQÁ"_¦ ãÛ÷²¯Ë´Iýb^ÇvpÏJrü¦tÂÕ'$¯´]ú³JÉ |
+u£ºUeU%Æ~®!ÊÀ¶ö0ûkÌ$Uu3öGÖ§B8_Ä#_Ù4@6Î| IcÐçQOñWÈ$^$xZ^ù) 1QÉ'º»iQieDXf¸ûv|¸]OViéëðG½ÄùHn3z Æà¾/ cëÝzûJî¿Ý7v¾õQ¨×¿uÙ¾Óñ |
+Úæ{ç<*Bâ!_ìýqáú§ßÿÃå3ßb #çAÌ®BFêmö;ä29!ϹZOmp ^,~ų(¸¯æÖ¸¾îÉûC¸?ú |
+mZÒ"61V |
+.*®¨TQÚPµ¤ªX¤%±ÚÔí¾µÁN·3;·?7ï{ß÷¾âf}ðüb[¢i1±pÛx&Ö¬?÷âåíÞÛ»ú{+úÅö?;¾{ç}?>x÷h¿Ý<_ÈmB~ÿÛóW.c-<fOxNÅÂÂr±Uj¥Ëõõâféº^Wì |
+ÇYa}V·%X)i |
+êÞd;¥fÀ»ìx5ØãxT]ÞöjÕR]OËfgzläÇáìd²4ÃFo>+³q¤7svf |
+©¢iHÅ8R>Áb£Ç®î±¡F«ÍuGÚî7TcP!8¹Z³cmYî\¸PܶubJÏEA[Ið^'JyîO}rúæø§ØþÛeïÝÐz_^{pìШYñçßÀ+£}8bÀåãWÇïXEo÷oįî[°ñ¨H.@Ø!ý 9ØðfØÑ£s¢^tKô×75ß(7z¢Qeñ(Ïg |
+×Î%¢´.Û¹qÂ!%Ä=7Ït"õM¢4A6 |
+³TÌRÜIqâðÒe³x"ߣñÉG¼àÁdôWÜÍÁý(F°ò\wÄF0+Ög`Ρ÷ºÕ |
+À/7#f Ùøoµ®KvJOÚõz[¦ ÑÂ^j§Jjõ*ûq½Á^¡¬Ô7ê£ÚÂ9¤Ê)y¤lqYgª;¥T%ªfÕ¥ôDý¬'OÎúº²6±vÖêTGêJÙÄ'%>%è+å*¼XEh¯#h ]D`[ vo®Z}q, EÂédZKæå]t°åxÎj§Ã!)¹°<ÅeÍá²æÜ5Ë῾¬±«dvîËÃLÁã,ém&N¢âø̳æ yÍ0Iܬ3 ÐqÆù[³=ͱ'\ÛL®mfÔMmK0ys§ÉÛg·¬Ï)ÜØÐHÈ3Äø3ÄÆ,cL%Ç8¾,Ö¾Î9é ÍMhî4±Ûð¶>wÁ¶öy9xGÏûÃß¼ôÊ]ÇÖ¿ßýkþø[»v_ß»î©êïàì¯a|ðµ{nîü¹8ûÒÀÙïö#$Þªeã5§Q?ìdDÖ¶p{$b½Øo¾4Ïf5Ú¢[×Iꥫ2Pá5&â1h9?ÚÊ åÞæ³ë`uÄÚÊ |
+ÎÞK5Föû;,¶´1¸èdª2=á°%ÒéLDHD°¯ÿaö s®#¨ÆM<³Ô·*{5"õý 8-n9ÃNIÔ {ȲbCäË YßÖâÏÎ9GIæÈl¨ÀKÄt÷ 5vÓ¾KDÂÁ Q÷÷½0°ãú¶o^úJ,῵þôõ±¯ |
+Göï~â»íc¿N à'p} |
+ú÷4b;h¢´öÐzSÑ8ÝB;h×äÒu:Aµ8¥A¤²øF²$MV"]¤ôrÈdpFï åä~ÜÑØ[ W62¥lp3ÂH¤±FõóÑÛ |
+Ñc2Vwöe)¿µÍÍLEʾ¾>òÁÁ»aRz÷ |
+u¬ÏÛ |
+rÎ)oÁÒ9tj÷K¹¤Ý:c`W³"?yïf,¢8N_g3 m-ÿVô4*¬¥jaa »Ú[XÃ{½E|8¨å¡/ø_äºpÇi$Oô&jÄÞ®öZµ²?ð³ NèþÍn$»Ñ}@°jGàm¶å¸k¤7ÝüÏþ帵 [76kãz Ó`ß¼9¾ ½:~äE©ÿÞÜ3¾clß5þ{áPÍùúá;(Ù¨ê3þ8§Â|ôPnL).uI×$ÒaIK[¤iB" æ úÏÄ >Φáh3 éjûÚNS{kß©fÌ,Lpîkj$ÿ¯]L¼\×/^¥·úË,2{û¤þÑÉ*g*Á¿; {¼zjrú·D72ÿc»úc¸îø½óù×ÝÙ~ç³Ïw9ÿ8ü3Ø!ã~ø ¡üH -iQ v(¬K +N*²f]'Ò¡tÓ6`£ !Cl*ÚªüN¨B¡jÊÚ¢tüÐFq²÷c0tsþÞùÞóù}Þçóý|"Ì(3jýÌó f¼f¼§Ñ²Êªf5B~¯É- Be |
+d# 7Ò¡#HÇì^Il2Ik¸r$±¹ð0£=ø |
+4ÉmDÆ-tÌrÿazL1 «ór¤W*N}8J¦CçßèN%]Reñt*æiÎ*'FçÈÄ*O¢èªPS{ý 0ÿ¾ïð(.%MvàE|WwV\Â^ d8rtRISA\+iÎÙ|Ñæv |
+äûèÁ®®gõNþzÑsÝBûE;uÑh0ôïàIø¹á_âÃ=ÑÄ`É6Ì6ÞÃòMyBf4ËîÈsdcmvÞÏçâÛâÛâº-;ð |
+\ÞËæaXx°Ç®¢¿1¤ÆØ¡üÐ I&ÁÊZX3k0Á¨`²«ÀÁ:'Awc»¶Aû1Ïc÷Ør£yÿ³o\Òqö]´yyrg¾~ãmö^Ìÿ9ªnâK&P´Q |
+Á8;!÷Z/6Û Ä*ºÊ¡¨ÓÈ~pÜL ¤Á |
+` ¸Ï5DQc@vàñ cGn%Áðxb$W ×È Ñ b¿;ú(æfsÅ4ñÄDk©,nTN,ªävÑ8ÐÆC z=µ{ðÓáÖ-#ÛÞ®mízÿpgÇã-ÆS?{î¹O¼wpüÛ·©Ík¸tæµçÿY¸d¼Åpa)/¥ïáèçÐõô6Þv§z¥×ßï7¦Äö×uj£Ø¨¾,¾¬6ûwù¯®9o¾â¿áT:È'ܳéj~)ý4ßD·Ð×ùOåÏ¥¯[êÚ«ÌËí&AÀyìUTÂaÝÑìØå`ü:ÓOÐs8±:°â2:LxÙù4R¼ô ¯5 |
+Â@r{¨G§þÐ|Ù<b03drW 2 Ëð@sp[*_ÂgÅçï*éÙÜò±|¢§¹¥¹ßÊ0IHap<ÕÈó b¨÷½pjü߯^yílî@~ʺ:ݺåàxmÓ *¹ü'öÜÊðÇKþþÑÕO>Ân7æBE >ÖçLd@I1O1Ì÷NÆd,VÕ& |
+Ve° Pbå½` j"é P0~:|²1x½ÿèBI£1!zÌQ=LJL~sñÇã)ê,£0{·}-^ÙèE?î±ï<ªdÀcÆëbFb÷ù-é5/Í_¸pÎK.?Ý[R{8¶8ÝÜ¿W!=ñ¥á´ |
+ÁÖ=Ö×ÃÄ÷+þf°Y=e²gF}Å'£J¿@Ó0 X9cÉX3lËð[«¥ÕÚʶr|«m(:sÄ¢áXxê¬p»[]_Þêï |
+¿Ëþß[ÞW±oÆ û{þ`l üxôlT*/:Ñ`±p±(/¤ÃÉ{p*ábáC¹Bwúg7YbeÊ´¨á*}e'é#zP©ÀPÒÊ |
+erT¹¬J@yUQò¶B+§6n´/P ¡ê·C aô 4À>ß%¥ Ý.¤ ¨Ìø6ùh×mfðcàA¨¸E Æ .bo%(eaEåTi§È #f"á=¢hx¤¢áQ |
+¦ MS)k¹YÆièàw¡Ó)öJC6Þ2UAyÌÊJ û¬D®¬pÀ 4OtwwS%r²í¹¬X#¤&UÒÕ©Y5 8F¼Ë¼ÇO}4=èxsû®êÈ»ç~¹bÁ÷âï4î<Õ$ã;Zv´JÒtõõûVµÛyù:çÝؾ¡n^H$v7,ÞVH,Ùþ¼2³²&äõl¸jÁÿ]-ÀQ]eøsçÜǹ÷îfw³Àfa%ËlK£¹¦¤,e|¥RÀÇHëPLµE«3-øj;#e¦c IHBÕÉÈôa 5ÊLiÅNãÔNÄQÌÆÿ]b«Ù½ç{7÷qþÿû¿ïÿvî8q÷ó¢NοKZµã(^G0¸¤¹@Ef?þz°í0¬ Gót+÷2( kãyü޾ËØoôß2TÓÓÆic¸hèkÁUFU¬åäÝaÁYFÕÕ&Õ«tµ'Ú3½ÖU»JãùJàU}ÿcRA~g ?ö® é©`x¿½Ý{YØÖ|>ñkîð ¿w-ñ£"ôÄK~¬ëS{><42Éçýð÷¡Ï>C>ý6öTlî;'E¾\66ÃÓ{ÇQbCëâÄ |
+[þÞÍÞ6üýáõ÷õv||{nèñ¬Û¼åGHñædR¤\ì0üÖ !k·nã©c!&ÚR?-uÒ»: Ðj'^55Ú¡añLð»ã)ØÌ)L7{\ÛüÒEMAö4- p4Ê( 4Ü^r´Q[Ö±mx)Ûiî#»ÍÝô~t ÷Ól G¯GÌGéÐ1ú{=Ã~FAö2úBÙÛèOì&eËa9,b,Y'ëE!£ZÄ |
+3møAר¦.ä9ë¸QÇqM°;yfFár¤-T |
+|Eo.TWûÀÒqê|9lzoÁ½¨p½óëuMÌÅÖszñíÃNÚNÌOCO;ÜùÃh%OQ¼ºöWê9]ØgÎ_4Vby¢iKÏéöÍ;äÙéA#]=ÀÙEò,Üè,´po`«gâgÐjr®ú¤ /\×ùóÓC,¦øh¯Ý)ïvélPDËaaE¥}QPèÁ |
+JB|RY¢´(¸§òâ¹SÝjû©ñ<ûBeøÅSË^ùÞ5ÿ²wîØ«¤ïæ98òï_ÓpС¿Óxø5ªãØÒUBu¢;H.;rÞ ôãRxy¦¾¨ý¹³¾¸?©>iw¿Ë'´ }ÂxSÆI%Bë¤××Xã£ÙܵÝ} |
+cǬQ2f¿d½âþÒR.Óß8¿÷Þ`Áâ²lø<á@c¡vsÅë815" 4$v©°O×äë:ÕTZ>zî`ÎϦ8b{Lç3ïº@E4UsÁÁNÖV¢¶0J èàl±Þ CvñOêôPÈ@FCýN½_Wô1²6tÓÊ!é XnðJ£Zh ÷7;ófù}xZQ®¡µü w×ç|À(°Ðí2»j vEKÄÛj,ÚxQMi*zãY]g4l(ÞRRù(@ÁiééÀs|¸rüÏ®hXzòþÆÕ©5¿®üsÝʴ߬Øs¿ÂK2¬«©²Yù+`$ÿQÃH#rÅRêy [z$xÚ |
++õmùäÕdb2Yï ÎÔoÀ\,â¾b.º¿ÀÐ !!éÜÊ'æAÌI-VÝ⬲W9îqßʹÈúX)(EJu»ÝÝÿa¿Z¸®ð¹weíJZÖÚÕÓÆlY¶Á®%YX(GÀvcÁ áѤÆÔ¨¼B¡I |
+b+YHr-¦õd·Þ´lã^4Ý#}4ÏÃI92ŹW¹?V]-§DG¢¼bÒ£Ûã6)g6Û%¸/éÓ9!tÑü´¬j jÒvó`¦]Äv7Ããi: X|éT_²EÖW"̾/Ürõwõ°Ì éRmиÕÇà±+üªlêúPÝ3ÄVÞا7ÇPBüæª{~¶Ô !¡¶håFóD9 r²Ç©\âÝùS**Ú@|4k±çP>l* ÙîÖ©¼¸sæ=¢goºâÚ±ËìSáu K8JÅþ¨ßAØ°ßQF.<SÏ,Jk[ÛBþ²á»V§\oÚ§Æyaͬ'ÌRpùyÙi°úBüL}âÃMî¦"X°À}¦zdÓEWxÞÊ{Ý<®äRHwP9£/ݪ*ªÇºÖ¢ÍR´&\í8ÅFípV\dÓòFbëºIÇo¯Q~ðXbiª^IÒ¿]Sf¯Ó¨Éoa |
+Óÿ·[9×p/,Ñ$¬øÚííÎ}Þ}¯1-oUõØ{7¼7 |
+½ûi¹r1³÷ ÌÞK¿!-ïìÏ\ûÅ!RÑÑA*^{=ó»ëº·ýhÑ[«·õ.XY¿|÷5½s;³ûÝîÌɳÝï%ÝÏud>8ØùðÐ!ê8H*;Òbà¹Ý½W¶v/Ü´tØ´ú{÷¾ü,æcÿ¿ÉC®\ |
+õæø0M={ÅÏ0Ë0µÌpa9¹òÒKXC#óÚyb\Wæí÷tzèmö¶D?f?èûìû=Ãh'Û)Ñýì~îdwJt#»Q¢÷¹û2måZeÚÄ5ÉçxÊǺxÛ=¹G+%| |
+J¥ÔÆnbw²K¤QrB°ò ,¼7"¬$ì(.A $f'%ÔãNÒ2¤$¢Ñ+ÞEÑÐ,×H'R¨+ª`OÎ ^/ãòù^2$ÉlÃP:£ÔyëÈ&ò9ßð¹±CÚ-à ^ýa¢¡¼Ö5wÎ LMf>§u95¦n(uSw¸;2%éMö¦D¯²W%z=+Ñ£ìQ`Ht»K¢[Ø-]Æ.èbn±L¹Æ,S6ÞÂ|DR¹áHdî«>¨"H !-Á#_¥V×X.ëJJ e¥à#´hlaèëU9R©BEQm\R*GéÔ`ÿe²ðL"o'ìY#[ZS?dÏ9W[Qe®!Ac¾U>ÙùT㥪c+ó9yDãj ¼Æ~ÂÒ_²Ý,ý;G~Âý£Ë¹-Å-æ(åd.Ð&tx§¹çá_^û ²^¥b?à]ûÃ.løo³ lþÕ rí(«£³8 `ð"æ#~Ã/á¦yï÷ ,¬p@Ü;@ºàÄqN\®® ǸÝCð"òpü°&ü_ ¡ç¯ øg}PüWÀU®' |