Michal Borowski
Michal Borowski
Hi, in keyboard.properties some of the values are in hex (preceded with 0x) but some of the values are in standard base 10. However, in the "gb.properties" file the KEY_BACKSLASH...
Hi, reflashing of Esp8266 requires uploading separate code to Arduino, the suggestion is to: - incorporate [this code](https://gist.github.com/spacehuhn/b2b7d897550bc07b26da8464fa7f4b36) into the main sketch - add a switch (off = normal operation,...
Hi, it looks like it's the only ConfirmedCase missing entry within the whole [set](https://github.com/tomwhite/covid-19-uk-data/blob/master/data/covid-19-totals-uk.csv), is there a chance it will be updated?
Hello, I was trying to adapt a program using functions provided in neorv32/sw/lib and noticed that the behaviour of the original `puts` function differs a little from the neorv32 equivalent...
Hello, will the trace_port_t be extended in the near future to include bus transactions? I'm working on a monitoring system that may require observing the bus, and I'm not sure...