PROJ515 / Mbed 2 deprecated PROJ514-MASTER

Dependencies:   mbed mbed-rtos ShiftReg2 TextLCD

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Schedules.cpp Source File

Schedules.cpp

00001 #include "Schedules.hpp"
00002 
00003 SCHEDULES::SCHEDULES(){}
00004 SCHEDULES::~SCHEDULES(){}
00005 void SCHEDULES::Init(){}
00006 int SCHEDULES::Post()
00007 {
00008     return 1;//Success   
00009 }
00010 void SCHEDULES::Schedules_output()
00011 {
00012     while(1)
00013     {
00014         //Do somthing   
00015     }   
00016 }