{"id":1144,"date":"2020-08-27T09:30:18","date_gmt":"2020-08-27T09:30:18","guid":{"rendered":"https:\/\/ibex.tech\/embedded\/?p=1144"},"modified":"2024-07-18T15:46:51","modified_gmt":"2024-07-18T14:46:51","slug":"i2c-using-mcc-2","status":"publish","type":"post","link":"https:\/\/ibex.tech\/embedded\/microchip\/mplab-x\/mcc\/peripherals\/pic16-peripherals\/i2c-using-mcc-2","title":{"rendered":"I2C (using MCC)"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Example usage<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>#include \"mcc_generated_files\/examples\/i2c1_master_example.h\"\n\n\/\/WRITE BYTES\n\tuint8_t Data&#91;2] = {1,2}\n\tI2C1_WriteNBytes(MCP3425_I2C_DEVICE_ADDRESS, &amp;Data&#91;0], 2);\n\n\/\/READ BYTES\n\tuint8_t Data&#91;3];\r\n\tI2C1_ReadNBytes(MCP3425_I2C_DEVICE_ADDRESS, &amp;Data&#91;0], 3);\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Example usage<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[135,130],"tags":[],"class_list":["post-1144","post","type-post","status-publish","format-standard","hentry","category-i2c-xc8-compiler-pic16","category-pic16-peripherals"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/1144","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=1144"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/1144\/revisions"}],"predecessor-version":[{"id":1562,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/1144\/revisions\/1562"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/media?parent=1144"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/categories?post=1144"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/tags?post=1144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}