-
- The coil and registers are wrote by the master and not assigned by the slave anymore - The data used to write are the ones in unit-test.h - The read test is done after the write test
-
- Reduce the max message length to 256 (PI_M300) - s/size/length/
-
- use uint8_t* for the query
-
- Major changes to unit-test-master/slave to add 4 tests - Use new functions to manipulate bits - Reduce memory usage (allocate only the required space and use uint[8|16]_t pointers)
-
- Separate unit-test-master and test-master-random