Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 820 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 820 Bytes

Arduino Hello World

This project is a typical hello world for Arduino, with no source but a framework where you can start with.

Because the official Arduino IDE is hard-to-use, I converted the project structure to CMake-based which means this project can be opened in CLion.

Requirements

You need to install 2 CLion plugins:

  1. Arduino Support
  2. Serial Port Monitor

Acknowledge

We would like to thank JetBrains for sharing free open-source licences of amazing tools such as CLion.