<?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>topic MKE06 read pin in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE06-read-pin/m-p/709998#M43558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" data-group="0-0" style="color: #2e3033; background-color: #eef0f2; font-size: 12px;"&gt;Hello, &lt;SPAN&gt;Thank you for seeing my problem,.I use the MKE06Z.&lt;/SPAN&gt;I would like to know how to read the level of a pin. &amp;nbsp;Please show me how it works.&lt;/SPAN&gt;&lt;SPAN class="" data-group="0-1" style="color: #2e3033; background-color: #eef0f2; font-size: 12px;"&gt;Thank you!&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="999.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/30579iD66A1862A8C9F1E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="999.png" alt="999.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2e3033; background-color: #eef0f2; font-size: 12px;"&gt;So this is my way of reading the pin level with '|' and I feel like this is going to be a lot of trouble, every time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2e3033; background-color: #eef0f2; font-size: 12px;"&gt;Best Regards！&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2e3033; background-color: #eef0f2; font-size: 12px;"&gt;GANG LIU&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2017 13:53:17 GMT</pubDate>
    <dc:creator>gangliu</dc:creator>
    <dc:date>2017-09-21T13:53:17Z</dc:date>
    <item>
      <title>MKE06 read pin</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE06-read-pin/m-p/709998#M43558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" data-group="0-0" style="color: #2e3033; background-color: #eef0f2; font-size: 12px;"&gt;Hello, &lt;SPAN&gt;Thank you for seeing my problem,.I use the MKE06Z.&lt;/SPAN&gt;I would like to know how to read the level of a pin. &amp;nbsp;Please show me how it works.&lt;/SPAN&gt;&lt;SPAN class="" data-group="0-1" style="color: #2e3033; background-color: #eef0f2; font-size: 12px;"&gt;Thank you!&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="999.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/30579iD66A1862A8C9F1E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="999.png" alt="999.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2e3033; background-color: #eef0f2; font-size: 12px;"&gt;So this is my way of reading the pin level with '|' and I feel like this is going to be a lot of trouble, every time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2e3033; background-color: #eef0f2; font-size: 12px;"&gt;Best Regards！&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2e3033; background-color: #eef0f2; font-size: 12px;"&gt;GANG LIU&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 13:53:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE06-read-pin/m-p/709998#M43558</guid>
      <dc:creator>gangliu</dc:creator>
      <dc:date>2017-09-21T13:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: MKE06 read pin</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE06-read-pin/m-p/709999#M43559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GANG,&lt;/P&gt;&lt;P&gt;Please refer the code shown below:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;if((GPIO_Read(GPIOB) &lt;SPAN style="color: #ff0000;"&gt;&amp;amp; &lt;/SPAN&gt;0x2000000)==0x2000000)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 07:09:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE06-read-pin/m-p/709999#M43559</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2017-09-22T07:09:05Z</dc:date>
    </item>
  </channel>
</rss>

