ffleurey / ThingMLArduinoDemo

Simple examples for Arduino programming with ThingML
1 stars 3 forks source link

ThingML for Arduino Programming

ThingML (https://github.com/TelluIoT/ThingML) is a high-level language based on components, asynchronous messaging and finate state machines. Despite a high level of abstraction, ThingML includes a code generator which is suitable for Arduino as well as other flavors of 8 bits microcontrollers.

This repository provides some simple example to get started with ThingML on Arduino boards.

Tools versions

Basic Examples have been tested with ThingML v2 on both Arduino Uno and Arduino Mega. These example will NOT work with ThingML v1 which should be consired as obsolete.

Arduino IDE v1.6.4 was used for testing but newer version of the Arduino IDE should be fine.

Links