43 lines
887 B
HTML
43 lines
887 B
HTML
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>rusEfi microRusEfi</title>
|
||
|
<link rel="stylesheet" type="text/css" href="/rusefi.css">
|
||
|
|
||
|
|
||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-43478022-1"></script>
|
||
|
<script>
|
||
|
window.dataLayer = window.dataLayer || [];
|
||
|
function gtag(){dataLayer.push(arguments);}
|
||
|
gtag('js', new Date());
|
||
|
|
||
|
gtag('config', 'UA-43478022-1');
|
||
|
</script>
|
||
|
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
microRusEfi is the latest fully assembled rusEfi ECU. It was primaraly designed for 4 cylinder applications with or without drive-by-wire electronic throttle body.
|
||
|
|
||
|
<br/>
|
||
|
|
||
|
<a href="https://github.com/rusefi/hw_microRusEfi/">microRusEfi GitHub</a>
|
||
|
|
||
|
<br/>
|
||
|
|
||
|
<a href="https://rusefi.com/forum/viewtopic.php?f=4&t=1538">Forum thread</a>
|
||
|
|
||
|
|
||
|
|
||
|
<hr width=50%>
|
||
|
<center>
|
||
|
<a href="/">Home</a>
|
||
|
(c) rusEfi llc, 2020
|
||
|
</center>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|