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.