2016-08-01から1日間の記事一覧

TI-Nspire & Arduino、キーボードから任意の文字列を Arduino へ送る

TI-Nspire will send a string to a Leo. Then the Leo will send the received string back to TI-Nspire. (You should use a TI Launchpad instead of a Leonardo.) .ino String inString = ""; void setup() { Serial.begin(115200); } void loop() { whi…