change approach, too much m4

This commit is contained in:
2018-05-08 17:25:41 +02:00
parent 10e888649b
commit 54a933c83a
87 changed files with 256 additions and 2081 deletions

View File

@ -1,15 +1,6 @@
<html>
<head>
<title>Projects - just for fun</title>
</head>
<body>
define(`TITLE', `Arduino operated Current Sink')
define(`DATE', `2014-01-08')
define(`CONTENT', `
This Arduino operated current sink sinks up to 3A and burns it in a good old 2N3055. It became required to test a circuit in an upcoming project.
(Actually, first the upper current limit was 5A. After killing one power transistor in a test by overheating it, the upper limit was decreased to 3A.)
@ -36,8 +27,4 @@ Here are the schematics:
And finally, here is the source code: <a href="http://a385e-5.de/wp-content/uploads/2014/01/CurrentSink-0.9.tar.gz">CurrentSink-0.9.tar.gz</a>
</body>
</html>
')