<?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>LED interface</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10788/led-interface</link><description>hello there i downloaded nRF51_SDK_10.0.0_dc26b5e.and run this example experimental_ble_app_blinky_s110_pca10028. here when i write 1 from master control panel LED turn on or when i write 0 .LED become off. but i want to change it like i want to write</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Dec 2015 15:55:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10788/led-interface" /><item><title>RE: LED interface</title><link>https://devzone.nordicsemi.com/thread/40310?ContentTypeID=1</link><pubDate>Thu, 10 Dec 2015 15:55:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f760fc25-bfa2-4473-b0a9-8dda775fd408</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;It is the correct function to use. Call&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;led_write_handler(&amp;amp;m_lbs, 1);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;to turn the led on and&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;led_write_handler(&amp;amp;m_lbs, 0);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;to turn it off. Actually the function don&amp;#39;t care about the m_lbs so this can also be NULL.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>