{"id":97,"date":"2013-12-13T08:12:15","date_gmt":"2013-12-13T08:12:15","guid":{"rendered":"http:\/\/tastaturkind.ch\/?p=97"},"modified":"2013-12-13T08:12:15","modified_gmt":"2013-12-13T08:12:15","slug":"ethernet-shield-am-at-mega","status":"publish","type":"post","link":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/2013\/12\/13\/ethernet-shield-am-at-mega\/","title":{"rendered":"Ethernet Shield am AT Mega"},"content":{"rendered":"<p><code><\/p>\n<p>-#define ENC28J60_CONTROL_CS     10<br \/>\n-#define SPI_MOSI        11<br \/>\n-#define SPI_MISO        12<br \/>\n-#define SPI_SCK          13<br \/>\n+#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__)<br \/>\n+  #define ENC28J60_CONTROL_CS     53<br \/>\n+  #define SPI_MOSI                51<br \/>\n+  #define SPI_MISO                50<br \/>\n+  #define SPI_SCK                 52<br \/>\n+#else<br \/>\n+  #define ENC28J60_CONTROL_CS     10<br \/>\n+  #define SPI_MOSI                11<br \/>\n+  #define SPI_MISO                12<br \/>\n+  #define SPI_SCK                 13<br \/>\n+#endif<br \/>\n<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>-#define ENC28J60_CONTROL_CS 10 -#define SPI_MOSI 11 -#define SPI_MISO 12 -#define SPI_SCK 13 +#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) + #define ENC28J60_CONTROL_CS 53 + #define SPI_MOSI 51 + #define SPI_MISO 50 + #define SPI_SCK 52 +#else + #define ENC28J60_CONTROL_CS 10 + #define SPI_MOSI &hellip; <a href=\"https:\/\/oliver-frick.ch\/wordpress\/index.php\/2013\/12\/13\/ethernet-shield-am-at-mega\/\">Weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-97","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/97","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/comments?post=97"}],"version-history":[{"count":0,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/97\/revisions"}],"wp:attachment":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=97"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/categories?post=97"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/tags?post=97"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}