#ifndef _TELEMDM_H
#define _TELEMDM_H

#include "MicroDm.h"


class TelemDm  : public ThreeByFiveDm
{
  public:
  
  TelemDm(const char *name, const char *dmPrefix);
  ~TelemDm();

  DmInt16Object *temperature;
  DmInt16Object *localGfCurrent;
};


#endif
