<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Wireless MCUのトピックMC-13226 LED config</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/MC-13226-LED-config/m-p/419664#M516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to configure LEDs in the MC-13226 board? Basically, the LEDs have to toggle based on commands from an external signal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 15:25:25 GMT</pubDate>
    <dc:creator>harishvenkatach</dc:creator>
    <dc:date>2015-06-22T15:25:25Z</dc:date>
    <item>
      <title>MC-13226 LED config</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MC-13226-LED-config/m-p/419664#M516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to configure LEDs in the MC-13226 board? Basically, the LEDs have to toggle based on commands from an external signal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 15:25:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MC-13226-LED-config/m-p/419664#M516</guid>
      <dc:creator>harishvenkatach</dc:creator>
      <dc:date>2015-06-22T15:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: MC-13226 LED config</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MC-13226-LED-config/m-p/419665#M517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;You&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;can do follow&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the example&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;external&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;signal&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;key4&lt;/SPAN&gt;&lt;BR /&gt;In&amp;nbsp; "&lt;SPAN class="hps"&gt;BeeApp.c"&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;file&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;you&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;find&lt;/SPAN&gt; "&lt;SPAN class="hps"&gt;BeeAppHandleKeys&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;void function&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;(&lt;/SPAN&gt;key_event_t &lt;SPAN class="hps"&gt;events&lt;/SPAN&gt;)"&lt;BR /&gt;Y&lt;SPAN class="hps"&gt;ou modify&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt; gKBD_EventSW4_c&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;case&lt;/SPAN&gt;: &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;..........&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;...........&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;break;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;into&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;gKBD_EventSW4_c&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;case&lt;/SPAN&gt;:&lt;BR /&gt;&lt;SPAN class="hps"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SetOneLed&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;LED4&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;gLedToggle_c&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt; &lt;SPAN class="hps"&gt;break;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;When the program starts&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;you&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;press&lt;/SPAN&gt; key &lt;SPAN class="hps"&gt;4&lt;/SPAN&gt;, then &lt;SPAN class="hps"&gt;Led&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;4&lt;/SPAN&gt; will toggle.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;The Functions of LEDs you can find and modify in folder&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;PLM-&amp;gt;Source-&amp;gt;Led-&amp;gt;Led.c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Hope this example will help you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:02:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MC-13226-LED-config/m-p/419665#M517</guid>
      <dc:creator>minhcuong</dc:creator>
      <dc:date>2015-06-23T09:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: MC-13226 LED config</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MC-13226-LED-config/m-p/419666#M518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN lang="ES-MX" style="color: #1f497d;"&gt;Hello Harish,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;BeeKit application examples already contain a LED driver you could use for any purpose. The file location depends in the codebase used, for instance:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;In ARM7 SMAC&amp;nbsp; Codebase 1.1.7, you will find it in \Application\Utilities\Led.c&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;In ARM7 BeeStack Codebase 3.1.1, it is located in \PLM\Interface\Led.c&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;This driver contains functions such as LED_TurnOnLed (),LED_ToggleLed(), etc. I am pretty sure you will find it very useful for your application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;AngelC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 16:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MC-13226-LED-config/m-p/419666#M518</guid>
      <dc:creator>AngelC</dc:creator>
      <dc:date>2015-07-01T16:11:16Z</dc:date>
    </item>
  </channel>
</rss>

