-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpinout.html
More file actions
49 lines (49 loc) · 2.94 KB
/
pinout.html
File metadata and controls
49 lines (49 loc) · 2.94 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>HLK-LD8001B pinout</title>
</head>
<body>
<div style="text-align: center;"><h1>HLK-LD8001B pinout</h1></div>
<div style="text-align: center;"><map name="LesFonctions">
<area shape="rect" coords="1222,92,1421,120" alt="ANALOG" href="javascript: ChgImg('_ANA');">
<area shape="rect" coords="1222,119,1421,145" alt="CLOCK" href="javascript: ChgImg('_CLK');">
<area shape="rect" coords="1222,146,1421,172" alt="CS" href="javascript: ChgImg('_CS');">
<area shape="rect" coords="1222,173,1421,201" alt="DIGITAL" href="javascript: ChgImg('_DIG');">
<area shape="rect" coords="1222,202,1421,228" alt="GROUND" href="javascript: ChgImg('_GND');">
<area shape="rect" coords="1222,229,1421,258" alt="i2C --- IIC" href="javascript: ChgImg('_IIC');">
<area shape="rect" coords="1222,259,1421,286" alt="MOS" href="javascript: ChgImg('_MOS');">
<area shape="rect" coords="1222,287,1421,315" alt="PULL-OUT" href="javascript: ChgImg('_PUL');">
<area shape="rect" coords="1222,316,1421,342" alt="RECEIVE" href="javascript: ChgImg('_RX');">
<area shape="rect" coords="1222,341,1421,368" alt="TRANSMIT" href="javascript: ChgImg('_TX');">
<area shape="rect" coords="1222,369,1421,396" alt="UART communication" href="javascript: ChgImg('_UART');">
<area shape="rect" coords="1222,396,1421,423" alt="POWER(3.3V)" href="javascript: ChgImg('_VCC');">
</map>
<br clear="all">
<a href="javascript: ChgImg('');"><img src="images/SousCouleurs.jpg" alt="" id="img_HLK" width="1452" height="744" usemap="#LesFonctions" border="0" /></a>
<br clear="all">
</div>
<div style="text-align: center;">
<a href="javascript: ChgImg('');">Image globale</a>
<br /><br />
<a alt="ANALOG" href="javascript: ChgImg('_ANA');" />Analog</a>
<a alt="CLOCK" href="javascript: ChgImg('_CLK');" />Clock</a>
<a alt="CS" href="javascript: ChgImg('_CS');" />CS</a>
<a alt="DIGITAL" href="javascript: ChgImg('_DIG');" />Digital</a>
<a alt="GROUND" href="javascript: ChgImg('_GND');" />Ground</a>
<a alt="i2C --- IIC" href="javascript: ChgImg('_IIC');" />I2C</a>
<a alt="MOS" href="javascript: ChgImg('_MOS');" />MOS</a>
<a alt="PULL-OUT" href="javascript: ChgImg('_PUL');" />Pull out</a>
<a alt="RECEIVE" href="javascript: ChgImg('_RX');" />Receive</a>
<a alt="TRANSMIT" href="javascript: ChgImg('_TX');" />Transmit</a>
<a alt="UART communication" href="javascript: ChgImg('_UART');" />UART</a>
<a alt="POWER(3.3V)" href="javascript: ChgImg('_VCC');" />VCC</a>
</div>
<script type="text/javascript">
function ChgImg(quel) {
document.getElementById('img_HLK').src = "images/SousCouleurs" + quel + ".jpg";
}
</script>
</body>
</html>