Please enable JavaScript to view the comments powered by Disqus.

Electron Kernel: an Arduino Multi-Sketch Framework

Arduino multi-mode, multi-task, multi-loop and multi-setup!

Electron Kernel is an Arduino framework that helps you to write multi-mode and task sketches. It helps you to organize your functions, tasks and modes of operation.


3 Steps Tutorial

Step 1: download

Download Electron Kernel library here and unzip into your Arduino library directory.

Step 2: write your multi-skecth code

Get this code here!

Step 3: Change the Mode!

By default, Kernel is listening to Serial for changing mode. All you need to do is open Serial monitor and type 0, 1 or 2 to change the mode!!

The Kernel allows you to use different ways to change the operation mode using buttons / interruptions or you can create your own function for that.

Links