Edwin van den Oetelaar
Edwin van den Oetelaar
https://github.com/eclipse/paho.mqtt.python/blob/1eec03edf39128e461e6729694cf5d7c1959e5e4/src/paho/mqtt/client.py#L974 Please replace line with parameters instead of wrong positional arguments. Testen on python 2.7.x and 3.5.x fixes both. # return self.connect(host, port, keepalive, bind_address, clean_start, properties) # Edwin van...
https://github.com/xpertsavenue/WiringOP-Zero/blob/8830c868ed9b3135efb98824bf1fb22a38d31320/wiringPi/mcp3422.c#L81 value = ((buffer [0] & 0x0F)
The macro is incorrect. Suppose we have a W5500 with 8 sockets ... these are numbered 0..7 8 is not a valid socket number.. This macro does not respect this,...
This is the source files ``` diff -r ab9c29b986b9 W7500x_stdPeriph_Driver/src/W7500x_gpio.c --- a/W7500x_stdPeriph_Driver/src/W7500x_gpio.c Tue May 10 17:05:01 2016 +0200 +++ b/W7500x_stdPeriph_Driver/src/W7500x_gpio.c Sun May 15 19:48:26 2016 +0200 @@ -84,7 +84,8 @@...