Arduino-Scheduler
Portable Collaborative Multi-Tasking Scheduler for Arduino
SchedulerEvent.ino File Reference
#include <Scheduler.h>
Include dependency graph for SchedulerEvent.ino:

Go to the source code of this file.

Classes

class  Event
 

Functions

void setup ()
 
void loop ()
 
void eventHandler ()
 

Variables

Event event
 

Detailed Description

Version
1.0

License

Copyright (C) 2015-2016, Mikael Patel

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

Description

This Arduino sketch shows how to use the Scheduler library; Pass events between tasks.

Definition in file SchedulerEvent.ino.

Function Documentation

void eventHandler ( )

Definition at line 94 of file SchedulerEvent.ino.

void loop ( )

Definition at line 82 of file SchedulerEvent.ino.

void setup ( )

Definition at line 74 of file SchedulerEvent.ino.

Variable Documentation

Event event

Definition at line 72 of file SchedulerEvent.ino.