Bluetooth+SBDBT EditToHeaderToFooter

 ↓挿入口↓ 
5PGEC1 STATUS10
4PGED1 CTS9
3GND RX8
2VDD=3V TX7
1RESET RTS6
  1
  2
  3
  4
  5
  6
  7
  8
Arduino arduino;
SBDBT   sbdbt;
 
sbdbt.gnd = Arduino.gnd;
sbdbt.vdd = Arduino.3V ;
sbdbt.rx  = Arduino.tx ;
sbdbt.tx  = Arduino.rx ;
sbdbt.cts = sbdbt.rts  ;
  1
  2
  3
  4
  5
  6
  7
  8
  9
void setup() {
  Serial.begin(9600);
}
 
int c = 0;
void loop() {
  Serial.println(c++);
  delay(500);
}
    技術 一覧 検索 最新 バックアップ リンク元   ヘルプ   最終更新のRSS