R2ToolDroid / R2-MC-Body-Translator

Mini Serial Translator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R2-MC-Body-Translator

Mini Serial Translator

Fork to get only two MarcDuino Boards for Panel Control

SoftwareSerial FromDuino(10,11); // Pin D10 ist RX, Pin D11 ist TX.// Empfang WiFi
SoftwareSerial ToDuinoDOME(8,9); // Pin D8 ist RX, Pin D9 ist TX.// Senden an Marcduino Boards
SoftwareSerial ToDuinoBODY(7,6); // Pin D7 ist RX, Pin D6 ist TX.// Senden an Marcduino Boards

Simple add "!" to the Marcduino Command for using the second Board(Body)

About

Mini Serial Translator


Languages

Language:C++ 100.0%