Alberto Terrazas / Mbed 2 deprecated Lupe

Dependencies:   mbed

TORTILLA/TORTILLA.cpp

Committer:
papaco
Date:
2019-02-11
Revision:
0:b47aaa131075
Child:
1:4fb1de70cd4d

File content as of revision 0:b47aaa131075:

#include "mbed.h"
#include "TORTILLA.h"

TORTILLA::TORTILLA(void){
    //int temporal[numb];
    //timer=temporal;
    extruderTimer=0;
    EXTRUDER_PRODUCTION=false;
    cutterTimer=0;
    CUTTER_PRODUCTION=false;
    griddleTimer=0;
    GRIDDLE_PRODUCTION=false;
    ovenTimer=0;
    OVEN_PRODUCTION=false;
    desiredProduction=0;
    TORTILLA_PRODUCTION=false;
}//Constructor