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

TI-Nspire & Arduino、サーボを使う 4 of 4、Keyboard ライブラリーを使って TI-Nspire で角度をモニタリングする(続き)

Leonardo will use the Keyboard.h library to transmit data to TI-Nspire. TI-Nspire can receive the data from him by using the on.charIn() function without opening a serial port. .ino #include <Servo.h> #include <Keyboard.h> #define sigPin 9 #define swPin 12 Ser</keyboard.h></servo.h>…