-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparts.html
More file actions
40 lines (37 loc) · 1.1 KB
/
parts.html
File metadata and controls
40 lines (37 loc) · 1.1 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
<!doctype html>
<html lang="en">
<title>Updates - ECE153B Final Project</title>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div class="links">
<h4>Links</h4>
<ul>
<li><a href="updates.html">Updates</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</div>
<div class="section">
<h2>Peripherals</h2>
<ul>
<li>STM32L476VGT6 Discovery Board<img src="media/discovery.png", alt="discovery"></li>
<li>HC-05 Wireless Bluetooth<img src="media/bluetooth.png", alt="bluetooth"></li>
<li>LCD1602 Display<img src="media/lcd1602.jpg", alt="lcd"></li>
<li>I2C Adapter for LCD Display<img src="media/adapter.png", alt="adapter"></li>
<li>(Analog) Joystick from an Arduino Kit<img src="media/joy.png", alt="joy"></li>
</ul>
</div>
<div class="section">
<h2>Protocols</h2>
<ul>
<li>UART (Bluetooth)</li>
<li>I2C (LCD Display)</li>
<li>ADC (Joystick)</li>
</ul>
</div>
</body>
</html>