prima versione

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG TS_DISCO_F746NG mbed

geco/Measure.h

Committer:
geco300
Date:
2016-06-29
Revision:
0:6ed610929e7f

File content as of revision 0:6ed610929e7f:

#ifndef MEASURE_H
#define MEASURE_H

#include "LCD_DISCO_F746NG.h"

class Measure :public LCD_DISCO_F746NG
{
    public:
        
    
    private:
        
        int ;
        uint16_t x, y;
        uint32_t textColor, highColor;





};
    
#endif