Alberto Terrazas / Mbed 2 deprecated Lupe

Dependencies:   mbed

TORTILLA/TORTILLA.h

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

File content as of revision 0:b47aaa131075:

#include "mbed.h"

class TORTILLA{
    public:
        TORTILLA(void);
    private:
    //int* timer;
    int extruderTimer;
    bool EXTRUDER_PRODUCTION;
    int cutterTimer;
    bool CUTTER_PRODUCTION;
    int griddleTimer;
    bool GRIDDLE_PRODUCTION;
    int ovenTimer;
    bool OVEN_PRODUCTION;
    int desiredProduction;
    bool TORTILLA_PRODUCTION;
};//TORTILLA