Files
engineeringbuild-website/guides/embedded.html
2026-06-07 23:12:19 +10:00

35 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Embedded Guides | EngineeringBuild</title>
<link rel="stylesheet" href="../main.css" />
</head>
<body>
<header class="site-header">
<div class="brand-block">
<a class="brand" href="../index.html">EngineeringBuild</a>
<div class="brand-subtitle">Telecommunications, Networking, Linux, Embedded</div>
</div>
<nav class="site-nav" aria-label="Primary">
<a href="../index.html">Home</a>
<a href="../contact.html">Contact</a>
</nav>
</header>
<main class="content-page">
<section class="content-card">
<p class="section-label">Guides</p>
<h1>Embedded</h1>
<p>Notes for microcontrollers, hardware interfaces, firmware, and embedded Linux work.</p>
<ul class="content-list">
<li>GPIO, UART, SPI, and I2C basics</li>
<li>Firmware flashing and serial debugging</li>
<li>Board bring-up and hardware test notes</li>
</ul>
</section>
</main>
</body>
</html>