TheRaf974
TheRaf974
Hi, I'm experimenting an issue with the plugin when I try to connect a WinSCP session. The server which I'm trying to connect to, doesn't work with the SCP protocol...
Add a function that returns the time remaining before triggering for a given pool and alarm id It uses difference between an alarm register and the timerawl register. (see [RP2040...
I'ld like to make a PR to add function that returns the remaining time before an alarm trigger. I'm using an alarm to add a cooldown to an input button...
Fix for [Issue 817](https://github.com/DaveGamble/cJSON/issues/817)
Hi, I'm adding cJSON to a project using CMake version 3.25.2 My project is on a Raspberry Pico microcontroller and I need a static library. In my original CMakeLists.txt, I...
Added this macro to simplify changing the buffer size Matching [AVR core](https://github.com/arduino/ArduinoCore-avr/blob/master/libraries/Wire/src/Wire.h#L29) and [Arduino docs](https://support.arduino.cc/hc/en-us/articles/4406686928786-Modify-the-buffer-size-of-the-Wire-library) Context: I needed to increase the rx buffer size to use the MLX90640 thermal camera....