Skip to content

Instantly share code, notes, and snippets.

View AtorMason's full-sized avatar

Ator Mason AtorMason

View GitHub Profile
@AtorMason
AtorMason / esp32-wiring.html
Created February 14, 2026 14:16
Ator's Face - ESP32 Wiring Guide
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ator's Face — Wiring Guide</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #111; color: #e0e0e0; font-family: 'Courier New', monospace; padding: 20px; }
h1 { color: #b388ff; margin-bottom: 10px; font-size: 1.4em; }