<?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>Beacon RGB led definition</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8486/beacon-rgb-led-definition</link><description>Hello, 
 I&amp;#39;m having problems with defining RGB led on my beacon (pca20006). When i define for example RED led (on pin 12) with code nrf_gpio_cfg_output(12); i should be able to manipulate it with commands nrf_gpio_pin_toggle , nrf_gpio_pin_clear and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Aug 2015 11:27:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8486/beacon-rgb-led-definition" /><item><title>RE: Beacon RGB led definition</title><link>https://devzone.nordicsemi.com/thread/30965?ContentTypeID=1</link><pubDate>Mon, 03 Aug 2015 11:27:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d7cda4c-1304-4a6a-b618-5745d7e310c6</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;i recommend to try blinky example
SDK\examples\peripheral\pwm\pca10028\arm5_no_packs
and change the define in target_options C/C++ to BOARD_PCA20006
add this line in the main.c&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define LEDS_LIST { LED_RGB_RED, LED_RGB_GREEN, LED_RGB_BLUE }
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I just tested it as i mentioned in another thread and it works just fine with all the commands.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>