using System; using System.IO.Ports; using System.Windows.Forms; namespace ArduinoControl { public partial class Form1 : Form { SerialPort serialPort = new SerialPort ...
This application was made as a part of a group project, thats why data types for input and output may seem odd. This app was made solely by me. Here is some more description about this application: ...
Arduino Unoでは、PA4、PA5をI2Cに使用するので、I2C通信を使う場合は、アナログ入力としてはこれらを使用できません。 shieldで良く使われるSPI。 ICSP(In Circuit Serial Programming) Pinは、PD11 - PD13と物理的に繋がっており、SPI通信に使われています。 SPIを使用する時は ...