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