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,22 +1,9 @@
<html>
<head>
<title>Projects - just for fun</title>
</head>
<body>
define(`TITLE', `4 Channel MBus-connected Thermometer, Part 1')
define(`DATE', `2014-02-21')
define(`CONTENT', `
This is going to be a 4 channel MBus-connected thermometer:
<img src="http://a385e-5.de/wp-content/uploads/2014/02/ThermometerPro-e1392964492924-300x225.jpg" alt="ThermometerPro" width="300" height="225" class="alignnone size-medium wp-image-410" />
Measurement side of thing is working already. An Analog Devices AD7190 is used as ADC, an Arduino-compatible Micro Pro serves as MCU. For the communication side a TSS721A is awaited.
</body>
</html>
')

View File

@ -1,9 +0,0 @@
define(`TITLE', `4 Channel MBus-connected Thermometer, Part 1')
define(`DATE', `2014-02-21')
define(`CONTENT', `
This is going to be a 4 channel MBus-connected thermometer:
<img src="http://a385e-5.de/wp-content/uploads/2014/02/ThermometerPro-e1392964492924-300x225.jpg" alt="ThermometerPro" width="300" height="225" class="alignnone size-medium wp-image-410" />
Measurement side of thing is working already. An Analog Devices AD7190 is used as ADC, an Arduino-compatible Micro Pro serves as MCU. For the communication side a TSS721A is awaited.
')