<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://revspace.nl/wiki/index.php?action=history&amp;feed=atom&amp;title=Talk%3ATMC2130</id>
	<title>Talk:TMC2130 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://revspace.nl/wiki/index.php?action=history&amp;feed=atom&amp;title=Talk%3ATMC2130"/>
	<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Talk:TMC2130&amp;action=history"/>
	<updated>2026-05-13T10:11:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://revspace.nl/wiki/index.php?title=Talk:TMC2130&amp;diff=24620&amp;oldid=prev</id>
		<title>Bertrik Sikken: Created page with &quot;With an ESP8266 based board (at least), you can simply refer to pins by their &#039;D&#039;-number, so you don&#039;t have to do things like in your code   #define EN_PIN    5  //  D1  just...&quot;</title>
		<link rel="alternate" type="text/html" href="https://revspace.nl/wiki/index.php?title=Talk:TMC2130&amp;diff=24620&amp;oldid=prev"/>
		<updated>2020-02-18T22:07:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;With an ESP8266 based board (at least), you can simply refer to pins by their &amp;#039;D&amp;#039;-number, so you don&amp;#039;t have to do things like in your code   #define EN_PIN    5  //  D1  just...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;With an ESP8266 based board (at least), you can simply refer to pins by their &amp;#039;D&amp;#039;-number, so you don&amp;#039;t have to do things like in your code&lt;br /&gt;
  #define EN_PIN    5  //  D1 &lt;br /&gt;
just do it like this&lt;br /&gt;
  #define EN_PIN D1&lt;br /&gt;
&lt;br /&gt;
Also, I can recommend to use platformio, it allows you to build and upload code directly from the command-line.&lt;br /&gt;
You can specify the libraries and framework you need, so they will automatically be downloaded (and cached locally).&lt;br /&gt;
&lt;br /&gt;
If you like to experiment with that, I can easily give you an example platformio.ini file that works with your ESP8266 board.&lt;br /&gt;
&lt;br /&gt;
[[User:Bertrik Sikken|Bertrik Sikken]] ([[User talk:Bertrik Sikken|talk]]) 23:07, 18 February 2020 (CET)&lt;/div&gt;</summary>
		<author><name>Bertrik Sikken</name></author>
	</entry>
</feed>