ahmedFarouk2020 / Blink-Leds-Embedded-Cpp

This simple project illustrates how to use C++ in embedded systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blink-Leds-Embedded-Cpp

This simple project illustrates how to use C++ in embedded systems.

How to get started

  1. Get vscode and avr-toolchain installed
  2. From project configurations (in .vscode folder) add your path to the toolchain (in c_cpp_properties.json)
  3. That's it you can code whatever you want :)

For more info about why C++ and the installation process for the toolchain watch_me.

UPDATE: makefile is added to automate build process

  • For Build just type make in your CLI

About

This simple project illustrates how to use C++ in embedded systems.

License:GNU General Public License v3.0


Languages

Language:C++ 55.3%Language:Makefile 44.7%