<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://forge.codesys.com/drv/spi-temperature/home/Home/</link><description>Recent changes to Home</description><language>en</language><lastBuildDate>Sat, 05 Oct 2019 15:29:45 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/drv/spi-temperature/home/Home/feed" rel="self" type="application/rss+xml"></atom:link><item><title>Home modified by Ingo</title><link>https://forge.codesys.com/drv/spi-temperature/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -1,5 +1,5 @@
+[[download url=https://forge.codesys.com/svn/drv,spi-temperature,code/trunk/spitemp.package]]
 [[drone]]
-[[download url=https://forge.codesys.com/svn/drv,spi-temperature,code/trunk/spitemp.package]]

 [TOC]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Sat, 05 Oct 2019 15:29:45 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comc38ae92371b5edd80942da1f5b17b2b7084b4df7</guid></item><item><title>Home modified by Ingo</title><link>https://forge.codesys.com/drv/spi-temperature/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,3 +1,4 @@
+[[drone]]
 [[download url=https://forge.codesys.com/svn/drv,spi-temperature,code/trunk/spitemp.package]]

 [TOC]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Sat, 05 Oct 2019 15:28:52 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com5c97b015226ddf88bc382cf4f9a2ef317346aa86</guid></item><item><title>Home modified by Ingo</title><link>https://forge.codesys.com/drv/spi-temperature/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,4 +1,3 @@
-[[drone]]
 [[download url=https://forge.codesys.com/svn/drv,spi-temperature,code/trunk/spitemp.package]]

 [TOC]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Sat, 05 Oct 2019 14:12:27 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com0ce06c1336e554ed2032d625288534ce45a6cd8a</guid></item><item><title>Home modified by Ingo</title><link>https://forge.codesys.com/drv/spi-temperature/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,3 +1,4 @@
+[[drone]]
 [[download url=https://forge.codesys.com/svn/drv,spi-temperature,code/trunk/spitemp.package]]

 [TOC]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Sat, 05 Oct 2019 14:09:50 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com36973d932c185bd6f03bc2c2398347c7a27d96f8</guid></item><item><title>Home modified by Ingo</title><link>https://forge.codesys.com/drv/spi-temperature/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -1,3 +1,5 @@
+[[download url=https://forge.codesys.com/svn/drv,spi-temperature,code/trunk/spitemp.package]]
+
 [TOC]

 # Hardware
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Wed, 22 Aug 2018 20:08:13 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com7ffb4428209d354c449a34a53568ff79e5caf754</guid></item><item><title>Home modified by Ingo</title><link>https://forge.codesys.com/drv/spi-temperature/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -14,7 +14,7 @@
 ## Wiring
 The chip has to be connected to a free SPI port. We assume, that you connect the chip with a chip select that coresponds to your SPI port. ATM we don't support to use general GPIOs for chip selects. Also no daisy chaining is supported, as the device doesn't support that.

-This example shows the wirering of a MAX31855 with a Raspberry Pi Zero W, on SPI port 0 and chip select 0. This corresponds to "spidev0.0".
+This example shows the wiring of a MAX31855 with a Raspberry Pi Zero W, on SPI port 0 and chip select 0. This corresponds to "spidev0.0".

 ## Add the device
 The device is named SPI Temperature and has to be inserted below an SPI Master of your CODESYS project.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Thu, 07 Jun 2018 19:50:34 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comaa39af45575a988220f26358ee3aa900aa847456</guid></item><item><title>Home modified by Ingo</title><link>https://forge.codesys.com/drv/spi-temperature/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -11,7 +11,7 @@
 # Usage
 This driver can be used in a similar way as most other CODESYS devices. Except, that the outputs are not mapped through the I/O mapping, but they are provided as an output of the FB from the device tree.

-## Wirering
+## Wiring
 The chip has to be connected to a free SPI port. We assume, that you connect the chip with a chip select that coresponds to your SPI port. ATM we don't support to use general GPIOs for chip selects. Also no daisy chaining is supported, as the device doesn't support that.

 This example shows the wirering of a MAX31855 with a Raspberry Pi Zero W, on SPI port 0 and chip select 0. This corresponds to "spidev0.0".
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Thu, 07 Jun 2018 19:49:25 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com1a33ec7d338f4e238eb36e4792a1d659fdcfb9d0</guid></item><item><title>Home modified by Ingo</title><link>https://forge.codesys.com/drv/spi-temperature/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -14,7 +14,7 @@
 ## Wirering
 The chip has to be connected to a free SPI port. We assume, that you connect the chip with a chip select that coresponds to your SPI port. ATM we don't support to use general GPIOs for chip selects. Also no daisy chaining is supported, as the device doesn't support that.

-This examle shows the wirering of a MAX31855 with a Raspberry Pi Zero W, on SPI port 0 and chip select 0. This corresponds to "spidev0.0".
+This example shows the wirering of a MAX31855 with a Raspberry Pi Zero W, on SPI port 0 and chip select 0. This corresponds to "spidev0.0".

 ## Add the device
 The device is named SPI Temperature and has to be inserted below an SPI Master of your CODESYS project.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Thu, 07 Jun 2018 19:48:38 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com8d1812b7d18a05a5f386c2d01dc8477b42b138b6</guid></item><item><title>Home modified by Ingo</title><link>https://forge.codesys.com/drv/spi-temperature/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -12,7 +12,7 @@
 This driver can be used in a similar way as most other CODESYS devices. Except, that the outputs are not mapped through the I/O mapping, but they are provided as an output of the FB from the device tree.

 ## Wirering
-The chip has to be connected to a free SPI port. We assume, that you connect the chip with a chip select that coresponds to your SPI port. ATM we don't supporr to use general GPIOs for chip selects. Also no daisy chaining is supported, as the device doesn't support that.
+The chip has to be connected to a free SPI port. We assume, that you connect the chip with a chip select that coresponds to your SPI port. ATM we don't support to use general GPIOs for chip selects. Also no daisy chaining is supported, as the device doesn't support that.

 This examle shows the wirering of a MAX31855 with a Raspberry Pi Zero W, on SPI port 0 and chip select 0. This corresponds to "spidev0.0".

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Thu, 07 Jun 2018 19:47:40 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.coma9be98f66a75e203b64ac5c977270bef73050922</guid></item><item><title>Home modified by Ingo</title><link>https://forge.codesys.com/drv/spi-temperature/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -5,7 +5,7 @@

 This driver is configurable, so that you can use most of them.

-# Prerequisits
+# Prerequisites
 You need to have the device description and driver library installed from the "SPI-Temperature" project.

 # Usage
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Thu, 07 Jun 2018 19:45:15 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com4aabfc5b5efa612a165a26ca0ff97f913121824f</guid></item></channel></rss>