test_led_strip/include/heating.hpp

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