sharpbrick / powered-up

.NET implementation of the LEGO PoweredUp Protocol
MIT License
100 stars 19 forks source link

Adding CW and CCW as multiplier constants #55

Closed tthiery closed 4 years ago

tthiery commented 4 years ago

Usage e.g.


await motor.StartSpeedAsync(CCW * 75);

If CCW and CW are not consistent in regards of usage across modes and devices, consider using a pattern similar to XNamespace.

Lesson learnt from #47