summaryrefslogtreecommitdiffhomepage
path: root/Temperature.h
blob: 7210c09e364635d694a6f8c93188808296056c82 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

class Temperature
{
public:
  Temperature();

  int read_degree() const;
};