mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
Finished adding all modules
This commit is contained in:
@@ -11,6 +11,8 @@ public class DCMotorModule : ModuleBase
|
||||
|
||||
public float rotationSpeed = 90f;
|
||||
private float targetPosition = 0f;
|
||||
public override string moduleType => "DC";
|
||||
public override string moduleName => "DC Module";
|
||||
|
||||
public void Rotate(float degrees, int direction)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user