{"id":626,"date":"2014-02-25T16:55:19","date_gmt":"2014-02-25T07:55:19","guid":{"rendered":"http:\/\/www.gvc-on.net\/?page_id=626"},"modified":"2014-02-25T16:55:47","modified_gmt":"2014-02-25T07:55:47","slug":"pic%e7%94%a8%e5%85%b1%e9%80%9a%e3%83%98%e3%83%83%e3%83%80%e3%83%95%e3%82%a1%e3%82%a4%e3%83%abpic_init-h","status":"publish","type":"page","link":"https:\/\/www.gvc-on.net\/?page_id=626","title":{"rendered":"PIC\u7528\u5171\u901a\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb(pic_init.h)"},"content":{"rendered":"<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n\/\/ --------------------------------------------------\r\n\/\/ Global Versatile Controler http:\/\/www.gvc-on.net\/\r\n\/\/ --------------------------------------------------\r\n\/\/ --------------------------------------------------\r\n\/\/ Revision Memo (Y.M.D Editor\/Memo)\r\n\/\/ --------------------------------------------------\r\n\/\/ \r\n\/\/ 2013.05.08 T.Kabu\r\n\/\/ GVC Rev.2\u3068\u3057\u3066\u306e\u3082\u308d\u3082\u308d\u3092\u5b9a\u7fa9\r\n\/\/ \r\n\r\n\/\/---------------------------------------------------\r\n\/\/ include\r\n\/\/---------------------------------------------------\r\n\/\/ Standard Liblary\r\n\/\/ \r\n\/\/ \u3053\u3053\u3067\u306f\u6a19\u6e96\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb\u306f\u8aad\u307f\u8fbc\u307e\u306a\u3044\u3053\u3068\r\n\/\/ \r\n\r\n\/\/ User Liblary\r\n\/\/ \r\n\/\/ \u3055\u3089\u306b\u5c0f\u5206\u3051\u306b\u3057\u305f\u30e6\u30fc\u30b6\u30fc\u8a2d\u5b9a\u306e\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3080\u5834\u5408\u300e\u306e\u307f\u300f\u3053\u3053\u3067\u8aad\u307f\u8fbc\u3080\u3053\u3068\r\n\/\/ \u4f8b: \u901a\u4fe1\u95a2\u4fc2\u306e\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb\u2192Serial\u3001USB\u3001Ether\u3001\u3068\u3059\u308b\u5834\u5408\u3060\u304c\u3001\u305d\u308c\u305e\u308c\u5225\u3051\u305f\u65b9\u304c\u3044\u3044\u3088\r\n\/\/\r\n\r\n\/\/ --------------------------------------------------\r\n\/\/ PIC Parameter define and initialize\r\n\/\/ --------------------------------------------------\r\n\/\/ Delay\u7528\u306e\u5468\u6ce2\u6570\u5ba3\u8a00\u3002PIC\u305d\u306e\u3082\u306e\u306e\u5185\u90e8\u30af\u30ed\u30c3\u30afOSCCON\u3092\u5909\u66f4\u3057\u305f\u3089_XTAL_FREQ\u3082\u5909\u66f4\u3059\u308b\u3053\u3068\r\n#define MHz \t\t\t\t\t\t000000\r\n#define _XTAL_FREQ\t\t\t\t\t16MHz\r\n\/\/#define _XTAL_FREQ\t\t\t\t\t16000000\r\n\r\n\/\/ 16MHz\u3067\u30d7\u30ea\u30b9\u30b1\u30fc\u30e9\u306f1:8\u306a\u306e\u3067\r\n\/\/ ((1 \/ 16MHz) x 4) x 8 = 2us\r\n\/\/ \u4e00\u56de\u306e\u5272\u308a\u8fbc\u307f\u309280us\u3068\u3057\u305f\u3044\u5834\u5408\u300140\u56de\u30ab\u30a6\u30f3\u30c8\u30a2\u30c3\u30d7\u3057\u3066\u6b32\u3057\u3044\u306e\u3067\r\n\/\/ 65536-40=65496\u304b\u3089\u30ab\u30a6\u30f3\u30c8\u30a2\u30c3\u30d7\u3059\u308c\u3070\u3088\u3044\r\n#define TIMER_80us\t\t\t\t\t65496\r\n#define TIMER_50us\t\t\t\t\t65511\r\n#define TIMER_52us\t\t\t\t\t65510\r\n\r\n\/\/ \u4e00\u56de\u306e\u5272\u308a\u8fbc\u307f\u3092100ms\u3068\u3057\u305f\u3044\u306e\u306750000\u56de\u30ab\u30a6\u30f3\u30c8\u30a2\u30c3\u30d7\u3057\u3066\u6b32\u3057\u3044\u306e\u3067\r\n\/\/ 65536-50000=15536\u304b\u3089\u30ab\u30a6\u30f3\u30c8\u30a2\u30c3\u30d7\u3059\u308c\u3070\u3088\u3044\r\n#define TIMER_100ms\t\t\t\t\t15536\r\n\r\n\/\/ FVR : FIXED VOLTAGE REFERENCE \u5185\u8535\u57fa\u6e96\u96fb\u5727\u3092\u5b9a\u7fa9\r\n#define\tFVR_VOLT\t\t\t\t\t4.096\r\n\r\n\/\/ --------------------------------------------------\r\n\/\/ Variable Param\r\n\/\/ --------------------------------------------------\r\nextern float vdd_volt;\r\n\r\n\/\/ --------------------------------------------------\r\n\/\/ Function prototype\r\n\/\/ --------------------------------------------------\r\n\/\/ ------------------------------\r\n\/\/ Delay 10m sec\r\n\/\/ ------------------------------\r\nextern void Delay_10ms(unsigned char time);\r\n\r\n\/\/ ----------------------------------------\r\n\/\/ Setup 18F26K22\r\n\/\/ ----------------------------------------\r\nextern void init_pic_18F26K22(void);\r\n\r\n\/\/ ------------------------------\r\n\/\/ Setup EUSART 18F26K22\r\n\/\/ ------------------------------\r\nvoid init_eusart_18F26K22(void);\r\n\r\n\/\/ ----------------------------------------\r\n\/\/ Get temperature port voltage\r\n\/\/ ----------------------------------------\r\nextern int get_port_voltage(char);\r\n\r\n\/\/ ----------------------------------------\r\n\/\/ Get Vdd Voltage\r\n\/\/ ----------------------------------------\r\nfloat get_vdd(void);\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/\/ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; \/\/ Global Versatile Controler http:\/\/www.gvc-on.net\/ \/\/  &hellip; <a href=\"https:\/\/www.gvc-on.net\/?page_id=626\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":622,"menu_order":10,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-626","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.gvc-on.net\/?page_id=626\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"GVC : Global Versatile Controller | Linux\u3068PIC\u3092\u4f7f\u3063\u305f\u5404\u7a2e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u304a\u624b\u8efd\u306b\u6c4e\u7528\u5236\u5fa1\u3092\u3057\u3088\u3046\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"PIC\u7528\u5171\u901a\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb(pic_init.h) | GVC : Global Versatile Controller\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.gvc-on.net\/?page_id=626\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2014-02-25T07:55:19+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2014-02-25T07:55:47+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"PIC\u7528\u5171\u901a\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb(pic_init.h) | GVC : Global Versatile Controller\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=626#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.gvc-on.net#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.gvc-on.net\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=116#listItem\",\"name\":\"\\u30c0\\u30a6\\u30f3\\u30ed\\u30fc\\u30c9\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=116#listItem\",\"position\":2,\"name\":\"\\u30c0\\u30a6\\u30f3\\u30ed\\u30fc\\u30c9\",\"item\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=116\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=603#listItem\",\"name\":\"GVC\\u30d7\\u30ed\\u30b0\\u30e9\\u30e0\\u5404\\u7a2e\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.gvc-on.net#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=603#listItem\",\"position\":3,\"name\":\"GVC\\u30d7\\u30ed\\u30b0\\u30e9\\u30e0\\u5404\\u7a2e\",\"item\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=603\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=622#listItem\",\"name\":\"GVC\\u30e2\\u30b8\\u30e5\\u30fc\\u30eb\\u5074\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=116#listItem\",\"name\":\"\\u30c0\\u30a6\\u30f3\\u30ed\\u30fc\\u30c9\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=622#listItem\",\"position\":4,\"name\":\"GVC\\u30e2\\u30b8\\u30e5\\u30fc\\u30eb\\u5074\",\"item\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=622\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=626#listItem\",\"name\":\"PIC\\u7528\\u5171\\u901a\\u30d8\\u30c3\\u30c0\\u30d5\\u30a1\\u30a4\\u30eb(pic_init.h)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=603#listItem\",\"name\":\"GVC\\u30d7\\u30ed\\u30b0\\u30e9\\u30e0\\u5404\\u7a2e\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=626#listItem\",\"position\":5,\"name\":\"PIC\\u7528\\u5171\\u901a\\u30d8\\u30c3\\u30c0\\u30d5\\u30a1\\u30a4\\u30eb(pic_init.h)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=622#listItem\",\"name\":\"GVC\\u30e2\\u30b8\\u30e5\\u30fc\\u30eb\\u5074\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/#organization\",\"name\":\"GVC : Global Versatile Controller\",\"description\":\"Linux\\u3068PIC\\u3092\\u4f7f\\u3063\\u305f\\u5404\\u7a2e\\u30e2\\u30b8\\u30e5\\u30fc\\u30eb\\u3067\\u304a\\u624b\\u8efd\\u306b\\u6c4e\\u7528\\u5236\\u5fa1\\u3092\\u3057\\u3088\\u3046\",\"url\":\"https:\\\/\\\/www.gvc-on.net\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=626#webpage\",\"url\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=626\",\"name\":\"PIC\\u7528\\u5171\\u901a\\u30d8\\u30c3\\u30c0\\u30d5\\u30a1\\u30a4\\u30eb(pic_init.h) | GVC : Global Versatile Controller\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/?page_id=626#breadcrumblist\"},\"datePublished\":\"2014-02-25T16:55:19+09:00\",\"dateModified\":\"2014-02-25T16:55:47+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/#website\",\"url\":\"https:\\\/\\\/www.gvc-on.net\\\/\",\"name\":\"GVC : Global Versatile Controller\",\"description\":\"Linux\\u3068PIC\\u3092\\u4f7f\\u3063\\u305f\\u5404\\u7a2e\\u30e2\\u30b8\\u30e5\\u30fc\\u30eb\\u3067\\u304a\\u624b\\u8efd\\u306b\\u6c4e\\u7528\\u5236\\u5fa1\\u3092\\u3057\\u3088\\u3046\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.gvc-on.net\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"PIC\u7528\u5171\u901a\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb(pic_init.h) | GVC : Global Versatile Controller","description":"","canonical_url":"https:\/\/www.gvc-on.net\/?page_id=626","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.gvc-on.net\/?page_id=626#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.gvc-on.net#listItem","position":1,"name":"Home","item":"https:\/\/www.gvc-on.net","nextItem":{"@type":"ListItem","@id":"https:\/\/www.gvc-on.net\/?page_id=116#listItem","name":"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9"}},{"@type":"ListItem","@id":"https:\/\/www.gvc-on.net\/?page_id=116#listItem","position":2,"name":"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9","item":"https:\/\/www.gvc-on.net\/?page_id=116","nextItem":{"@type":"ListItem","@id":"https:\/\/www.gvc-on.net\/?page_id=603#listItem","name":"GVC\u30d7\u30ed\u30b0\u30e9\u30e0\u5404\u7a2e"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.gvc-on.net#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.gvc-on.net\/?page_id=603#listItem","position":3,"name":"GVC\u30d7\u30ed\u30b0\u30e9\u30e0\u5404\u7a2e","item":"https:\/\/www.gvc-on.net\/?page_id=603","nextItem":{"@type":"ListItem","@id":"https:\/\/www.gvc-on.net\/?page_id=622#listItem","name":"GVC\u30e2\u30b8\u30e5\u30fc\u30eb\u5074"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.gvc-on.net\/?page_id=116#listItem","name":"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9"}},{"@type":"ListItem","@id":"https:\/\/www.gvc-on.net\/?page_id=622#listItem","position":4,"name":"GVC\u30e2\u30b8\u30e5\u30fc\u30eb\u5074","item":"https:\/\/www.gvc-on.net\/?page_id=622","nextItem":{"@type":"ListItem","@id":"https:\/\/www.gvc-on.net\/?page_id=626#listItem","name":"PIC\u7528\u5171\u901a\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb(pic_init.h)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.gvc-on.net\/?page_id=603#listItem","name":"GVC\u30d7\u30ed\u30b0\u30e9\u30e0\u5404\u7a2e"}},{"@type":"ListItem","@id":"https:\/\/www.gvc-on.net\/?page_id=626#listItem","position":5,"name":"PIC\u7528\u5171\u901a\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb(pic_init.h)","previousItem":{"@type":"ListItem","@id":"https:\/\/www.gvc-on.net\/?page_id=622#listItem","name":"GVC\u30e2\u30b8\u30e5\u30fc\u30eb\u5074"}}]},{"@type":"Organization","@id":"https:\/\/www.gvc-on.net\/#organization","name":"GVC : Global Versatile Controller","description":"Linux\u3068PIC\u3092\u4f7f\u3063\u305f\u5404\u7a2e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u304a\u624b\u8efd\u306b\u6c4e\u7528\u5236\u5fa1\u3092\u3057\u3088\u3046","url":"https:\/\/www.gvc-on.net\/"},{"@type":"WebPage","@id":"https:\/\/www.gvc-on.net\/?page_id=626#webpage","url":"https:\/\/www.gvc-on.net\/?page_id=626","name":"PIC\u7528\u5171\u901a\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb(pic_init.h) | GVC : Global Versatile Controller","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.gvc-on.net\/#website"},"breadcrumb":{"@id":"https:\/\/www.gvc-on.net\/?page_id=626#breadcrumblist"},"datePublished":"2014-02-25T16:55:19+09:00","dateModified":"2014-02-25T16:55:47+09:00"},{"@type":"WebSite","@id":"https:\/\/www.gvc-on.net\/#website","url":"https:\/\/www.gvc-on.net\/","name":"GVC : Global Versatile Controller","description":"Linux\u3068PIC\u3092\u4f7f\u3063\u305f\u5404\u7a2e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u304a\u624b\u8efd\u306b\u6c4e\u7528\u5236\u5fa1\u3092\u3057\u3088\u3046","inLanguage":"ja","publisher":{"@id":"https:\/\/www.gvc-on.net\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"GVC : Global Versatile Controller | Linux\u3068PIC\u3092\u4f7f\u3063\u305f\u5404\u7a2e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u304a\u624b\u8efd\u306b\u6c4e\u7528\u5236\u5fa1\u3092\u3057\u3088\u3046","og:type":"article","og:title":"PIC\u7528\u5171\u901a\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb(pic_init.h) | GVC : Global Versatile Controller","og:url":"https:\/\/www.gvc-on.net\/?page_id=626","article:published_time":"2014-02-25T07:55:19+00:00","article:modified_time":"2014-02-25T07:55:47+00:00","twitter:card":"summary","twitter:title":"PIC\u7528\u5171\u901a\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb(pic_init.h) | GVC : Global Versatile Controller"},"aioseo_meta_data":{"post_id":"626","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-24 01:24:43","updated":"2025-06-04 03:39:23","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.gvc-on.net\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.gvc-on.net\/?page_id=116\" title=\"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\">\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.gvc-on.net\/?page_id=603\" title=\"GVC\u30d7\u30ed\u30b0\u30e9\u30e0\u5404\u7a2e\">GVC\u30d7\u30ed\u30b0\u30e9\u30e0\u5404\u7a2e<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.gvc-on.net\/?page_id=622\" title=\"GVC\u30e2\u30b8\u30e5\u30fc\u30eb\u5074\">GVC\u30e2\u30b8\u30e5\u30fc\u30eb\u5074<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPIC\u7528\u5171\u901a\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb(pic_init.h)\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.gvc-on.net"},{"label":"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9","link":"https:\/\/www.gvc-on.net\/?page_id=116"},{"label":"GVC\u30d7\u30ed\u30b0\u30e9\u30e0\u5404\u7a2e","link":"https:\/\/www.gvc-on.net\/?page_id=603"},{"label":"GVC\u30e2\u30b8\u30e5\u30fc\u30eb\u5074","link":"https:\/\/www.gvc-on.net\/?page_id=622"},{"label":"PIC\u7528\u5171\u901a\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb(pic_init.h)","link":"https:\/\/www.gvc-on.net\/?page_id=626"}],"_links":{"self":[{"href":"https:\/\/www.gvc-on.net\/index.php?rest_route=\/wp\/v2\/pages\/626","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gvc-on.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gvc-on.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gvc-on.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gvc-on.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=626"}],"version-history":[{"count":1,"href":"https:\/\/www.gvc-on.net\/index.php?rest_route=\/wp\/v2\/pages\/626\/revisions"}],"predecessor-version":[{"id":627,"href":"https:\/\/www.gvc-on.net\/index.php?rest_route=\/wp\/v2\/pages\/626\/revisions\/627"}],"up":[{"embeddable":true,"href":"https:\/\/www.gvc-on.net\/index.php?rest_route=\/wp\/v2\/pages\/622"}],"wp:attachment":[{"href":"https:\/\/www.gvc-on.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}