Closed samuelfmlourenco closed 3 years ago
Since bulkTransfer() and controlTransfer() are no longer const members (due to the implementation of the reporting mechanism mentioned above), this means that many other functions cannot be const members as well. This breaks compatibility. Thus, v1.2.0 will no longer be released. Instead, v2.0.0 will be released in its place.
Instead of a single function "quint8 endpointAddress(quint8 endpoint)", two functions that will meet the objective in a better way will be implemented:
These functions solve two issues:
The main objectives are met. However, before the release, there is the need to study the possibility to implement other functions, namely spiRead() and spiWrite(), for the sake of completeness.