Arbitrary.Logic
Arbitrary.Logic
The current release tag is 1.6.5, 1.6.6 hasn't been released. As minor as it is, if I enable gnu++98, the API no longer is compatible. It doesn't mean you can't...
Yes, however this is not the point I'm arguing.
I'm quite fond of this idea, and have added a similar function to my [`PrintEx`](https://github.com/Chris--A/PrintEx#printex-library-for-arduino-) library. It is based on my streaming implementation and can therefore use all its manipulators....
@VogonJeltz Thank you for your kind words. Trying not to send this issue spiraling off topic, however just thought I'd let you know, as of version 1.1.5, the precision parameter...
Shouldn't need to rename to `mapf`. Overloading the map() function with all floats should suffice.
I do not quite understand the point you are making. Overloading is a very useful feature. Also, `Strings`, and a single `char` are somewhat unrelated.
> Careful here. Actually what you're interested in is the RETURN value of the function, and as far as I know C++ doesn't allow overloading by return type. This is...
Your code is broken from the start, is it not? `char c = 255;` ?? ``` C++ char a = 255; unsigned char b = 255; void setup() { Serial.begin(...
Is there a good python replacement for this library due to its inability to accept long data?
To keep things consistent, this would probably have to be added to the Uno and other small variants. Otherwise code will fail to work correctly between them. This has been...