forked from EmbeddedTeam/app_photomagnetic
12 lines
191 B
C++
12 lines
191 B
C++
#ifndef __THER_HEATING_HPP__
|
|
#define __THER_HEATING_HPP__
|
|
#include <zephyr/device.h>
|
|
|
|
namespace ther {
|
|
template <const device *kDev> class HeatingPad {
|
|
public:
|
|
};
|
|
|
|
} // namespace ther
|
|
#endif
|