Added: attiny2313a, l293d

This commit is contained in:
Jacendi
2017-06-02 20:30:06 +03:00
parent a59d8b1fb7
commit 9645199088
2 changed files with 108 additions and 0 deletions

66
atmel/attiny2313a.yaml Normal file
View File

@@ -0,0 +1,66 @@
name: ATtiny2313A
description: 8-bit AVR Microcontroller
variations: SO-20, DIP-20
datasheet: http://www.atmel.com/images/doc8246.pdf
keywords: IC, Digital, Microcontroller, MCU
pinout:
PORT:
PA0: 5
PA1: 4
PA2: 1
PD0: 2
PD1: 3
PD2: 6
PD3: 7
PD4: 8
PD5: 9
PD6: 11
PB0: 12
PB1: 13
PB2: 14
PB3: 15
PB4: 16
PB5: 17
PB6: 18
PB7: 19
MISO/DO/PCINT6: 18
MOSI/DI/SDA/PCINT5: 17
USCK/SCL/SCK/PCINT7: 19
OC0A/PCINT2: 14
PCINT16/OC0B/T1: 9
OC1A/PCINT3: 15
OC1B/PCINT4: 16
AINT1/PCINT1: 13
AIN0/PCINT0: 12
ICPI/PCINT17: 11
PCINT15/T0: 8
PCINT14/INT1: 7
PCINT13/CKOUT/XCK/INT0: 6
PCINT8/CLKI/XTAL1: 5
PCINT9/XTAL2: 4
PCINT12/TXD: 3
PCINT11/RXD: 2
PCINT10/~RESET~/dW: 1
VCC: 20
GND: 10
properties:
bidir: PB0-7, PD0-6, PA0-2
power: VCC
ground: GND
schematic:
symbol: IC
left: PA0-2, PD0-5
right: PB0-7, PD6
top: VCC
bottom: GND
housing@DIP-20:
suffix: -PU
outline: JEDEC MS-001 AD
housing@SO-20:
suffix: -SU
outline: JEDEC MS-013 AC

42
st/l293d.yaml Normal file
View File

@@ -0,0 +1,42 @@
name: L293D
description: Quadruple Half-H Driver
datasheet: http://www.ti.com/lit/ds/symlink/l293.pdf
keywords: IC, Driver
variations: SO-16, DIP-16
pinout:
ENABLE:
ENABLE1: 1
ENABLE2: 9
OUT:
OUT1: 3
OUT2: 6
OUT3: 11
OUT4: 14
INPUT:
IN1: 2
IN2: 7
IN3: 10
IN4: 15
VCC1: 16
VCC2: 8
GND1: 4, 5
GND2: 12, 13
properties:
power: VCC1, VCC2
ground: GND1, GND2
in: IN1, IN2, IN3, IN4, ENABLE1, ENABLE2
out: OUT1, OUT2, OUT3, OUT4
schematic:
symbol: IC
left: ENABLE1, IN1, OUT1, GND1, OUT2, IN2, VCC2
right: VCC1, IN4, OUT4, GND2, OUT3, IN3, ENABLE2
housing@DIP-16:
outline: JEDEC MS-001 AB
housing@SO-16:
suffix: D
outline: JEDEC MS-012 AC