NitrofMtl
NitrofMtl
Hi. I just by and try a SCT-013 and it work well but a wanted to use it more like a work proof than an analog probe. Some other people...
I recently post on issue for support for ethernet shield2. It have been at the end a little more harder then expected. `First, because there is no #define core variable,...
Please add the STM32G070 generic to the supported list. Thanks
Add Macro to be compatible to arduino DUE: -using USART instead of hardwareSerial -using UARTClass::UARTModes instead of uint16_t for config parameter -changing SERIAL_PORT_HARDWARE to SERIAL_PORT_HARDWARE_DEFAULT to avoid redefinition Also, while...
With use of a modified [ArduinoRs485 lib](https://github.com/NitrofMtl/ArduinoRS485_DUE), make use modbus with Arduino DUE. Change, add macro: -In modbus.c: -change order of inclusion -remove inclusion that did not prevent compiling (...
Description: This patch modifies the predefined USART IRQ handlers in the Arduino Due core to be declared __attribute__((weak)). Motivation: - Allows libraries, such as ['DUERS485DMA'](https://github.com/NitrofMtl/DUERS485DMA), to override the default USART...