參考文章 :

http://yehnan.blogspot.tw/2013/08/arduino.html



foxfox 發表在 痞客邦 留言(0) 人氣()

參考文章 :

http://www.hobbyist.co.nz/?q=bluetooth-module-configurations


Baud rate、Name、PIN碼設定教學
http://coopermaa2nd.blogspot.tw/2012/06/bluetooth-module-configuration.html

foxfox 發表在 痞客邦 留言(0) 人氣()

參考文章

http://blog.xuite.net/chycahock/EDA/225365055-Android%E8%8
8%87Arduino%E7%9A%84%E8%97%8D%E8%8A%BD%E9%80%9A%E8%A8%8A


foxfox 發表在 痞客邦 留言(0) 人氣()

 

Arduino的Function主要分為7大類

  • Digital I/O
  • Analog I/O
  • Time
  • MAth
  • Bits / Bytes
  • Interrupts
  • Serial Communication

加上額外的Libraries

 

Digital I/O

  • pinMode(pin,mode)

用於初始化要指定的pin的狀態。

mode參數必須是OUTPUT或是INPUT,必須放置於void setup()裡面。

foxfox 發表在 痞客邦 留言(0) 人氣()

«12