T. Thiery
T. Thiery
My use cases - Developing a domain logic and presenting its capability and usage guidance to ... - interested parties during presentations - playable developer documentation - experimentation - Data...
I am so glad you recognized this concept of pre-caching metadata on code level here. I also implemented it in `SharpBrick.PoweredUp`. Once you think about Port Value and CombinedMode decoding...
Regards the POS (if you have not clarified this yet) of the motor ... POS is the amount of accumulated/moved degrees relative to initial value/position ... so it is not...
An architecture decision I made, was to put the Protocol in an independent object. This object is not only doing the byte[] message object conversion but also holds the complete...
Regards https://github.com/sharpbrick/docs ... Happy to accept contribution. I have seen such a disparity in documentation, so I hoped to pull some ends together. I have the Mindstorm set by now...
@WilixLead I added the traces for the Color Sensor and the Distance sensor to [sharpbrick/docs project](https://github.com/sharpbrick/docs). ~~However, I have not analyzed them yet.~~. Most modes are pretty straightforward. ps: I...
Did a requirements engineering platform with it.
Or am I already talking to a dead project considering [NuGet Package Microsoft.VisualStudio.LanguageServer.Protocol](https://www.nuget.org/packages/Microsoft.VisualStudio.LanguageServer.Protocol)
Just a short update: My [StackOverflow question](https://stackoverflow.com/questions/63757642/webbluetooth-gatt-characteric-notification-setup-too-slow-how-to-improve-setup/63803555#63803555) on this topic was filed as an issue with the WebBluetooth working group. Worthwhile read also in context of this request. Issue is...
[Setup is hard](https://github.com/sharpbrick/powered-up/blob/master/src/SharpBrick.PoweredUp/Devices/Device.cs#L134) and the fun really starts when [receiving mode/datasets](https://github.com/sharpbrick/powered-up/blob/master/src/SharpBrick.PoweredUp/Protocol/Formatter/PortValueCombinedModeEncoder.cs). The protocol contains state (you have to remember what you set up to later decode it). This and the...