-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (31 loc) · 1.06 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Embedded Controls Module</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1>Embedded Controls Module</h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#features">Features</a></li>
</ul>
</nav>
</header>
<section id="about">
<h2>About the Project</h2>
<p>This project is a IMU module to learn about the basics of controls with ICM42688P, ICM40609D, BMP390 and BNO085X. This is a carier board that requires the dev module in <a href="https://github.com/pipipipi2002/stm32f446vetx-dev-module/tree/main">STM32F446VETX-dev-module</a></p>
</section>
<section id="features">
<h2>Features</h2>
<ul>
<li><a href="hardware/controls-carier-board/output/interactive_bom.html">Interactive BOM</a></li>
</ul>
</section>
<footer>
<p>Copyright © 2024 by Marvin Pranajaya. All rights reserved.</p>
</footer>
</body>
</html>