10 lines
201 B
C++
10 lines
201 B
C++
#include "DigitalSensor.h"
|
|
|
|
namespace RoboidControl {
|
|
|
|
DigitalSensor::DigitalSensor() {}
|
|
|
|
DigitalSensor::DigitalSensor(unsigned char networkId, unsigned char thingId) {}
|
|
|
|
} // namespace RoboidControl
|