dasd

Dependencies:   BufferedSerial

HistogramCell.h

Committer:
shut
Date:
2019-05-14
Revision:
6:1c84602323c8
Parent:
4:6ebe8982de0e

File content as of revision 6:1c84602323c8:

#ifndef UNTITLED2_HISTOGRAMCELL_H
#define UNTITLED2_HISTOGRAMCELL_H


class HistogramCell {
public:
    float cellVal;
    float logodds; 

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



#endif //UNTITLED2_HISTOGRAMCELL_H