<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
		<id>http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=Min%28%29</id>
		<title>Min() - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=Min%28%29"/>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Min()&amp;action=history"/>
		<updated>2026-04-30T06:52:04Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Min()&amp;diff=15794&amp;oldid=prev</id>
		<title>Pppeng：创建页面，内容为“&lt;pre style=&quot;color:green&quot;&gt; #define min(a, b) ((a)&lt;(b)?(a):(b)) &lt;/pre&gt; 取最小值&lt;br&gt;  取两者之间最小值. 例如:&lt;br&gt; &lt;pre style=&quot;color:green&quot;&gt; sensVal = min(...”</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Min()&amp;diff=15794&amp;oldid=prev"/>
				<updated>2016-05-25T01:24:33Z</updated>
		
		<summary type="html">&lt;p&gt;创建页面，内容为“&amp;lt;pre style=&amp;quot;color:green&amp;quot;&amp;gt; #define min(a, b) ((a)&amp;lt;(b)?(a):(b)) &amp;lt;/pre&amp;gt; 取最小值&amp;lt;br&amp;gt;  取两者之间最小值. 例如:&amp;lt;br&amp;gt; &amp;lt;pre style=&amp;quot;color:green&amp;quot;&amp;gt; sensVal = min(...”&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:green&amp;quot;&amp;gt;&lt;br /&gt;
#define min(a, b) ((a)&amp;lt;(b)?(a):(b))&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
取最小值&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
取两者之间最小值. 例如:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color:green&amp;quot;&amp;gt;&lt;br /&gt;
sensVal = min(sensVal, 100); // assigns sensVal to the smaller of sensVal or 100&lt;br /&gt;
                             // ensuring that it never gets above 100.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[https://www.microduino.cn/wiki/index.php/Arduino_%E8%AF%AD%E6%B3%95%E6%89%8B%E5%86%8C/zh 返回Arduino语法手册]]&lt;/div&gt;</summary>
		<author><name>Pppeng</name></author>	</entry>

	</feed>