Rename hcore=>smocore
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef _SENSOR_H
|
||||
#define _SENSOR_H
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace hk {
|
||||
namespace sensors {
|
||||
|
||||
class Sensor
|
||||
{
|
||||
public:
|
||||
Sensor() = default;
|
||||
~Sensor() = default;
|
||||
|
||||
public:
|
||||
};
|
||||
|
||||
} // namespace sensors
|
||||
} // namespace hk
|
||||
|
||||
#endif // _SENSOR_H
|
||||
Reference in New Issue
Block a user