<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
		<id>http://wiki.ywrobot.net/index.php?action=history&amp;feed=atom&amp;title=Wiring_private.h</id>
		<title>Wiring private.h - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.ywrobot.net/index.php?action=history&amp;feed=atom&amp;title=Wiring_private.h"/>
		<link rel="alternate" type="text/html" href="http://wiki.ywrobot.net/index.php?title=Wiring_private.h&amp;action=history"/>
		<updated>2026-05-14T12:26:28Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.ywrobot.net/index.php?title=Wiring_private.h&amp;diff=65&amp;oldid=prev</id>
		<title>YWrobot CYB：创建页面，内容为“&lt;pre style=&quot;color:blue&quot;&gt; /*   wiring_private.h - Internal header file.   Part of Arduino - http://www.arduino.cc/    Copyright (c) 2005-2006 David A. Mellis    This...”</title>
		<link rel="alternate" type="text/html" href="http://wiki.ywrobot.net/index.php?title=Wiring_private.h&amp;diff=65&amp;oldid=prev"/>
				<updated>2016-04-25T02:04:08Z</updated>
		
		<summary type="html">&lt;p&gt;创建页面，内容为“&amp;lt;pre style=&amp;quot;color:blue&amp;quot;&amp;gt; /*   wiring_private.h - Internal header file.   Part of Arduino - http://www.arduino.cc/    Copyright (c) 2005-2006 David A. Mellis    This...”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre style=&amp;quot;color:blue&amp;quot;&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
  wiring_private.h - Internal header file.&lt;br /&gt;
  Part of Arduino - http://www.arduino.cc/&lt;br /&gt;
&lt;br /&gt;
  Copyright (c) 2005-2006 David A. Mellis&lt;br /&gt;
&lt;br /&gt;
  This library is free software; you can redistribute it and/or&lt;br /&gt;
  modify it under the terms of the GNU Lesser General Public&lt;br /&gt;
  License as published by the Free Software Foundation; either&lt;br /&gt;
  version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
&lt;br /&gt;
  This library is distributed in the hope that it will be useful,&lt;br /&gt;
  but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU&lt;br /&gt;
  Lesser General Public License for more details.&lt;br /&gt;
&lt;br /&gt;
  You should have received a copy of the GNU Lesser General&lt;br /&gt;
  Public License along with this library; if not, write to the&lt;br /&gt;
  Free Software Foundation, Inc., 59 Temple Place, Suite 330,&lt;br /&gt;
  Boston, MA  02111-1307  USA&lt;br /&gt;
&lt;br /&gt;
  $Id: wiring.h 239 2007-01-12 17:58:39Z mellis $&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
#ifndef WiringPrivate_h&lt;br /&gt;
#define WiringPrivate_h&lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;avr/io.h&amp;gt;&lt;br /&gt;
#include &amp;lt;avr/interrupt.h&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
#include &amp;lt;stdarg.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#include &amp;quot;Arduino.h&amp;quot;&lt;br /&gt;
&lt;br /&gt;
#ifdef __cplusplus&lt;br /&gt;
extern &amp;quot;C&amp;quot;{&lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
#ifndef cbi&lt;br /&gt;
#define cbi(sfr, bit) (_SFR_BYTE(sfr) &amp;amp;= ~_BV(bit))&lt;br /&gt;
#endif&lt;br /&gt;
#ifndef sbi&lt;br /&gt;
#define sbi(sfr, bit) (_SFR_BYTE(sfr) |= _BV(bit))&lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
#define EXTERNAL_INT_0 0&lt;br /&gt;
#define EXTERNAL_INT_1 1&lt;br /&gt;
#define EXTERNAL_INT_2 2&lt;br /&gt;
#define EXTERNAL_INT_3 3&lt;br /&gt;
#define EXTERNAL_INT_4 4&lt;br /&gt;
#define EXTERNAL_INT_5 5&lt;br /&gt;
#define EXTERNAL_INT_6 6&lt;br /&gt;
#define EXTERNAL_INT_7 7&lt;br /&gt;
&lt;br /&gt;
#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__)&lt;br /&gt;
#define EXTERNAL_NUM_INTERRUPTS 8&lt;br /&gt;
#elif defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega644__) || defined(__AVR_ATmega644A__) || defined(__AVR_ATmega644P__) || defined(__AVR_ATmega644PA__)&lt;br /&gt;
#define EXTERNAL_NUM_INTERRUPTS 3&lt;br /&gt;
#elif defined(__AVR_ATmega32U4__)&lt;br /&gt;
#define EXTERNAL_NUM_INTERRUPTS 5&lt;br /&gt;
#else&lt;br /&gt;
#define EXTERNAL_NUM_INTERRUPTS 2&lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
typedef void (*voidFuncPtr)(void);&lt;br /&gt;
&lt;br /&gt;
#ifdef __cplusplus&lt;br /&gt;
} // extern &amp;quot;C&amp;quot;&lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>YWrobot CYB</name></author>	</entry>

	</feed>