' ==========================================================
' 變量定義
' ==========================================================
Dim Command_byte As Byte ' SPI命令字節
Dim Data_high As Byte ' 數據高字節
Dim Data_low As Byte ' 數據低字節
Dim Test As Word ' 測試值變量
Dim Temp_word As Word ' 臨時數據變量
' ==========================================================
' 子程序聲明
' ==========================================================
Declare Sub Write_wiper(byval Value As Word) ' 聲明寫入Wiper位置的子程序