學習如何學習!
map(value, fromLow, fromHigh, toLow, toHigh) 把 value 從 …
Read more
delay(ms) 程式暫停 ms 毫秒 參數 ms:要暫停的時間,單位 ms(毫秒),資料型態為 unsig…
Read more
Serial 物件 Serial 物件是 UART 串列通訊物件,你可以透過此物件跟電腦或其它有 UART介面…
Read more
analogRead(pin) 從 “類比接腳” 讀取類比電壓轉換成數位數值並回傳。大…
Read more
&& (邏輯 and) 語法 || (邏輯 or) 語法 !(邏輯 not) 語法
設備與材料 個人電腦 × 1arduino Uno × 1麵包板 × 1LED × 8可變電阻10kΩ × 1…
Read more
Arduino 程式語法是一種 “類C語言“,很多觀念跟 “C語言R…
Read more
> (大於) 語法 < (小於) 語法 == (等於) 語法 != (不等於) 語法 < =…
Read more
if(條件){ //條件成立 要執行的程式 }條件成立時(1),if 大括號內的程式會執行 ,條件不成立時(…
Read more