ThermistorPack.

Dependents:   Pachube_TestProgram ThermistorPack_TestProgram _DearMrJeffMourich StarBoardOrangeExpansion2 ... more

Thermistor.cpp

Committer:
shintamainjp
Date:
2010-09-17
Revision:
0:ac6a05fefa2f

File content as of revision 0:ac6a05fefa2f:

/**
 * Thermistor interface driver. (Version 0.0.1)
 *
 * Copyright (C) 2010 Shinichiro Nakamura (CuBeatSystems)
 * http://shinta.main.jp/
 */

#include "Thermistor.h"

Thermistor::Thermistor() {
}

Thermistor::~Thermistor() {
}