Bartosz Grabias
Bartosz Grabias
Hi! Thanks for quick response! Actually this is a new project and it will in few days be running in production (quick facebook bot). But in this case (no direct...
@janosvitok it deactivates button B. I'm sorry I didn't state it correctly. > This might be related to the fact that setting HTP channel to zero is no-op. Nevertheless, it...
Okay, so after some looking around the code it seems that the easiest approach would be: - Add a "send feedback" checkbox to InputSelectionWidget (or something along these lines) -...
Yes, as I stated originally I would be willing to do that. However the original idea looks like a lot of work for very rare use case, that's why I'm...
It would also be great in the share dialog, when inputing data.
@jwellbelove Yes, the algorithm works without the find if, however in case the predicate has a small chance of returning true (i.e. you have a lot of items and want...
The busy loop is exactly what I’m doing for controlling the RS485 transceiver. However, it would be nice to at least have an async flush for the fifo, then you...
I re-checked the datasheet and I remembered why in another project I disabled the FIFO for uart - there is no interrupt for an empty FIFO. The best you can...
That’s also why I’m going with line break, though realistically for my needs 9-bit frames (i.e. what Atmel I think calls the uart with addressing mode or something like that)...
Embassy-executor has some platform-dependent code required to support it, kind of like any embedded operating system. Arguably it should not be very difficult to create a thread-mode (i.e. endless loop...