lib for realteimMM funcs

MBedStation.h.orig

Committer:
GTNicholson
Date:
2018-02-16
Revision:
4:af34fda1dfb0

File content as of revision 4:af34fda1dfb0:


#include "sensor_base.h"
#include <iostream>
#include <string>

using namespace std;

class MBedStation
{
    public:
        MBedStation();
        string name;
        //sensor_base sensors[];
        int test[5];
        void setup();
        sensor_base sensors[8];
        sensor_onoff sensor_0;
        sensor_vin sensor_1;
        sensor_vin sensor_2;
        //sensor_pulse sensor_3;
        //sensor_max6675 sensor_4;
        //sensor_max6675 sensor_5;
};