{"id":775,"date":"2017-10-06T12:25:38","date_gmt":"2017-10-06T12:25:38","guid":{"rendered":"https:\/\/ibex.tech\/embedded\/?p=775"},"modified":"2024-05-14T09:51:59","modified_gmt":"2024-05-14T08:51:59","slug":"io-pins-general","status":"publish","type":"post","link":"https:\/\/ibex.tech\/embedded\/microchip\/pic18\/xc8-compiler\/io-pins-xc8-compiler\/io-pins-general","title":{"rendered":".IO Pins General"},"content":{"rendered":"\n<h5 class=\"wp-block-heading\">Inputs<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>if (PORTEbits.RE0 == 0)<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Outputs<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>#define\tIO_LED\t\tLATEbits.LATE1\n\n\n#define IO_CHARGE_OUTPUT(state)\t\t(state ? (LATBbits.LATB0 = 1) : (LATBbits.LATB0 = 0))  \/\/1:0<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Port Direction<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>#define\tIO_KEYPAD_POWER_TRIS(state)\t\tTRISEbits.TRISE2 = state<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Inputs Outputs Port Direction<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[68],"tags":[],"class_list":["post-775","post","type-post","status-publish","format-standard","hentry","category-io-pins-xc8-compiler"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/775","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/comments?post=775"}],"version-history":[{"count":4,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/775\/revisions"}],"predecessor-version":[{"id":1516,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/775\/revisions\/1516"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/media?parent=775"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/categories?post=775"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/tags?post=775"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}