mirror of https://github.com/jeelabs/esp-link.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
410 B
14 lines
410 B
<html>
|
|
<head><title>ESP Link</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div id="main">
|
|
<div id="topnav">%topnav%</div>
|
|
<h1><span class="esp">esp</span> link</h1>
|
|
<p>
|
|
The ESP Link connects the ESP's serial port to Wifi and it can
|
|
program microcontrollers over the serial port, in particular Arduinos, AVRs, and
|
|
NXP's LPC800-series ARM processors.</p>
|
|
</div>
|
|
</body></html>
|
|
|