<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: Dimming a LED with pwmWrite() dont work</title>
		<link>http://forums.leaflabs.com/topic.php?id=74372</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:04:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=74372" rel="self" type="application/rss+xml" />

		<item>
			<title>gbulmer on "Dimming a LED with pwmWrite() dont work"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74372#post-105519</link>
			<pubDate>Fri, 19 Sep 2014 11:53:25 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">105519@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Not all pins support PWM.&#60;/p&#62;
&#60;p&#62;Have a look at:&#60;a href=&#34;http://static.leaflabs.com/pub/leaflabs/maple-docs/latest/hardware/maple.html#maple-gpios&#34;&#62; Maples pinmap&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ABSimon on "Dimming a LED with pwmWrite() dont work"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74372#post-105518</link>
			<pubDate>Fri, 19 Sep 2014 07:48:58 +0000</pubDate>
			<dc:creator>ABSimon</dc:creator>
			<guid isPermaLink="false">105518@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hello, I just try to run this code on my OLIMEX STM32 Board.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
void setup() {&#60;br /&#62;
  pinMode(BOARD_LED_PIN, OUTPUT);   // sets the LED pin as output&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;void loop() {&#60;br /&#62;
  pwmWrite(BOARD_LED_PIN, 30000);  // pwmWrite values from 0 to 65535, so scale roughly&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But the LED dont work with pwmWrite() ... I try several values.&#60;br /&#62;
All blinking LED examples work well. Does anyone have an idea?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
