<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>mpu9250 values to pwm pin</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26157/mpu9250-values-to-pwm-pin</link><description>i was trying to send acceleromter values of mpu9250 to pwm pins. for this i have merge to different examples i.e. nRF-mpu-simple and pwm library example. but it showing error that no such file or directory. but i have included that files 
 *** Using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Oct 2017 12:31:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26157/mpu9250-values-to-pwm-pin" /><item><title>RE: mpu9250 values to pwm pin</title><link>https://devzone.nordicsemi.com/thread/103061?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 12:31:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f01e4f9a-792c-4ad1-892f-eb3bb2752ce7</guid><dc:creator>Rahul</dc:creator><description>&lt;p&gt;thank you sir now it is working&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mpu9250 values to pwm pin</title><link>https://devzone.nordicsemi.com/thread/103060?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 07:41:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ff8e8ce-d176-486a-85ab-8a104b7e3f66</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add app_pwm.h&amp;quot; to the included paths in Keil IDE. You can do this by going into “Options for Target ‘nrf..’”, C/C++ tab, and add the path to the “Include Paths”. Add &lt;code&gt;..\..\..\..\..\..\components\libraries\pwm&lt;/code&gt; to the list. Also add app_pwm.c to the project files.&lt;/li&gt;
&lt;li&gt;In the nrf_drv_config.h file, make sure that the TIMER you are trying to use is enabled. E.g. &lt;code&gt;TIMER1_ENABLED&lt;/code&gt; is set to 1, if you are using TIMER1.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>