mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Add distance sensor, rewrite OLED to use new i2c library
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
#ifndef SENSORFACTORY_H
|
||||
#define SENSORFACTORY_H
|
||||
|
||||
#include "flatbuffers_generated/RobotModule_generated.h"
|
||||
#include "control/ISensor.h"
|
||||
|
||||
class SensorFactory {
|
||||
public:
|
||||
static std::unique_ptr<ISensor> create_sensor(ModuleType type);
|
||||
|
||||
Reference in New Issue
Block a user