Skip to content
Dieter Niklaus edited this page Aug 4, 2015 · 19 revisions

Welcome to the arduino-blink wiki!

Proceed to the next step: Prerequisites


Introduction

Scope

This Wiki is a tutorial and this will help you as an attendee of the ERNI Community Hack Session events to be able to get working on the Lintilla.Embedded project.

You will learn how to

  • install the tools
  • use the tools
  • create reactive event driven embedded applications based on the Arduino platform
  • get in touch with embedded C++ programming

Purpose

While following this tutorial, you will create a blinking LED application on the Arduino using the Timer library component. Later on, you will make the blink interval controllable over the serial interface. This tutorial shall demonstrate the event driven approach in an embedded application and you will learn, how to create reactive systems doing several things in parallel using the ERNI Community Arduino Timer library.


Go to Top of this page.

Proceed to the next step: Prerequisites

Clone this wiki locally