lucamacavero
lucamacavero
Hi, I'm trying to run a simple publisher-subscriber example but a really weird behaviour happens: ```python # publisher.py ------------------------------------------ import paho.mqtt.client as mqtt client = mqtt.Client() client.connect("localhost",port=1883) client.publish("mtq40_1", b"\x01") client.publish("mtq40_2",...
#229 Changes: * add to `*keyboard.h` support for CTRL-L; * a CTRL-L in `Terminal::Keypressed()` clears the screen by flushing the escape string on the ostream; * after a CTRL-L, restore...
Hi, Documentation refers to master branch features, but they are not included in latest release. Are you planning to release a new version that follows the new documentation? Thanks, Luca
Hi, Is there a particular reason why csp_sfp_* functions are not compiled in the [python bindings](https://github.com/libcsp/libcsp/blob/v2.0/src/bindings/python/pycsp.c#L206)? Thanks, Luca
Hi @achille-roussel, The NO_TIMEOUT_ERROR flag in `socket::recv(int flags)` has no effects. In particular, a `nnxx::timeout_error` is always thrown. I would say this is not the expected behavior. This is the...
When running ```sh git-tui diff No difference... ``` But with normal git: ```sh git diff diff --git a/teensy/SpiSlave.cpp b/teensy/SpiSlave.cpp index 6504583..e7697b4 100644 --- a/teensy/SpiSlave.cpp +++ b/teensy/SpiSlave.cpp @@ -1,5 +1,9 @@...