Benjamin Cance
Benjamin Cance
Added error handling and input validation. ## Purpose * ... ## Does this introduce a breaking change? ``` [ ] Yes [X ] No ``` ## Pull Request Type What...
I am aiming to update this code by: - Using a timeout mechanism for your while (!Serial.available()); loops. As it stands, if data never becomes available, your code will be...
0. A check is added to make sure that the system has enough memory to fork N times. If the system does not have enough memory, the fork() system call...
Since the class rewrite, I have omitted type hints as things were rather fluid and I was living in Python docs, now that the code base is pretty set, we're...