-
Notifications
You must be signed in to change notification settings - Fork 1
/
abbrevations.tex
56 lines (56 loc) · 966 Bytes
/
abbrevations.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
\DeclareAcronym{DTMF}{
short=DTMF,
long=Dual Tone Multi Frequncy,
}
\DeclareAcronym{PWM}{
short=PWM,
long=Pulse With Modulation,
}
\DeclareAcronym{IC}{
short=IC,
long=Integrated Circuits,
}
\DeclareAcronym{IR}{
short=IR,
long=Infra-Red,
}
\DeclareAcronym{LDR}{
short=LDR,
long=Light Dependent Resistor,
}
\DeclareAcronym{EMR}{
short=EMR,
long=Electro Magnetic Radiation,
}
\DeclareAcronym{PIR}{
short=PIR,
long=Passive Infrared,
}
\DeclareAcronym{IDE}{
short=IDE,
long=Integrated Development Environment,
}
\DeclareAcronym{IoT}{
short=IoT,
long=Internet of Things,
}
\DeclareAcronym{SBC}{
short=SBC,
long=Single Board Computer,
}
\DeclareAcronym{SoC}{
short=SoC,
long=System on Chip,
}
\DeclareAcronym{ADC}{
short=ADC,
long=Analog to Digital Conversion,
}
\DeclareAcronym{ICSP}{
short=ICSP,
long=In-Circuit Serial Programing,
}
\DeclareAcronym{AI}{
short=AI,
long=Artificial Intelligence,
}