<?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>nRF51 SDK changing LED tick</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19189/nrf51-sdk-changing-led-tick</link><description>I am using the Nordic nRF51 SDK on a BLE Nano device. The example I am using uses a function to initialize the LED flashing (bsp_init()). This sets the timing for the ticks. What I want to do is invert the ticks. What I mean by this is that currently</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Jan 2017 12:24:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19189/nrf51-sdk-changing-led-tick" /><item><title>RE: nRF51 SDK changing LED tick</title><link>https://devzone.nordicsemi.com/thread/74327?ContentTypeID=1</link><pubDate>Tue, 24 Jan 2017 12:24:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc978a73-471d-473d-91a3-fed8b767623f</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;For bsp advertising blinking, you can configure the on/off interval in the file &lt;code&gt;bsp_config.h&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define ADVERTISING_LED_ON_INTERVAL            200
#define ADVERTISING_LED_OFF_INTERVAL           1800 
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>