Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 872 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 872 Bytes

Arduino-CLI

This sketch helps you to debug every I/O pin input or output. So you don't have to program yourself only for testing each pin :)

Beside of that, if your microcontroller support secondary serial then you can use it with send and listen command.

You can also use this sketch to let PC program handles the logic and transport some commands via COM Serial Port. So you don't have to write every command and its behavior. Easy!

How to use

  1. Download (or clone) this repo
  2. Install Arduino IDE
  3. Open arduino_cli.ino
  4. Make sure the IDE is configured based on Microcontroller that you'll use
  5. Click ➡
  6. Wait until finish, then click 🔍 (Serial Monitor)
  7. Now it's ready to be operated, type help then hit enter to see available commands