-
Step 1: analyze STM data to get an average ratio of congestion on each segment (like on average, between 6 and 9 AM, the speed should be reduce to 0.6 of the free-flow speed)
Step 2: change the spe…
-
Through get_WindowHandle method gets the window handle and creates the window
```
void SetOpacity(HWND hWnd, int nOpacity)
{
SetLayeredWindowAttributes(hWnd, 0, (BYTE)(255 * nOpaci…
-
Hello
im interest in building DDOZER really loved the design. the question is can i change the STM8S105K4T6C with the prebuild stm8s? (not the IC version but the prebuild like arduino nano version) s…
-
Hi, I really like this project but its dependency on the Arduino library currently hinders me from using it.
I know the project name is `Arduino-FOC` but I was wondering if it would be possible to us…
-
plotters already nicely integrates with slint, as visible in this example:
https://slint-ui.com/releases/1.0.0/demos/plotter/
But one big selling-point of slint is to able to handle even embedded …
-
When I try to configure coq properties, following the last two lines of [the documentation](https://github.com/jscoq/jscoq/blob/HEAD/docs/embedding.md), I get an exception:
```
Anomaly ""Assert_fail…
-
From discussion with @pefribeiro, `rtcg` is only generating subscribers and callbacks for topics of output channels if they are mentioned in the trace producing the test. This is bad; it means that
…
-
### Is there an existing issue for this problem?
- [X] I have searched the existing issues
### What part of EdgeTX is the focus of this bug?
Transmitter firmware
### Current Behavior
Altitude/pre…
dand3 updated
9 months ago
-
I haven't checked whether this is really not working, I was just reviewing the code when I discovered this.
This is the code for setting the active polarity for capture in CCR2 the Timer::pwm_inpu…
-
I wanted to play with an API that cleans up a thread automatically when its handle goes out of scope. This would probably be an error condition (or bug) and so we'd usually want to log when this happe…