analogReference(type)
描述
对 Arduino 来说这个函式是用来设定输入的参考电压,但在 86Duino 上不支援这个函式,呼叫此函式不会有任何作用 (这个函式因为 Arduino 的相容性而被保留下来)
参数
type
: DEFAULT
,INTERNAL
,INTERNAL1V1
,INTERNAL2V56
,EXTERNAL
。但是这些参数只作用在 Arduino 上,在 86Duino 上是没有用的。
回传
无回传值
See also
- Description of the analog input pins
- analogRead()
本页由热血青年 LBU 译自英文版。
The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.