boolean is a non-standard type alias for bool defined by Arduino. It's recommended to instead use the standard type bool, which is identical. Once this has been done I will submit pull requests to ...
Hello I just managed to build a simple Modbus communication between a master (Raspberry) and a Slave a Arduino used your Library. Now I want to read and write a boolean (or in Modbus terms a "coil") ...