dasd

Dependencies:   BufferedSerial

HistogramCell.h

Committer:
shut
Date:
2019-06-07
Revision:
7:5e59f8a011fd
Parent:
6:1c84602323c8

File content as of revision 7:5e59f8a011fd:

#ifndef UNTITLED2_HISTOGRAMCELL_H
#define UNTITLED2_HISTOGRAMCELL_H


class HistogramCell {
public:
    float cellVal;
    float logodds; 

    HistogramCell(){
       cellVal = 0;
        logodds = 0;
    }
};



#endif //UNTITLED2_HISTOGRAMCELL_H