Results 45 comments of Mikael Patel

@nickgammon Does the example really work? There is a missing ` I believe. Guess you had the same problem as I with the quoting in markdown. BW: C++ allows overloading...

@nickgammon The definition is an "anything" but the usage is a specific type. It is good practice to be explicit even if the compiler does the type deduction. The notation...

@nickgammon Yes, I am suggesting overloading write to force explicit type when using the template function. Also I would like to suggest optimizing the transfer as there is plenty of...

@nickgammon BW: This topic and the suggested read function variant for ISR has given me some insight to improving the Cosa SPI library. The ISR/Slave mode is poorly supported. Thanks!

Please see initial support for Arduino Due (SAM) commit https://github.com/mikaelpatel/Arduino-FVM/commit/758953ae778eaa04403631043008d406f7b1a65c.

@ivankravets Please see https://github.com/mikaelpatel/Cosa/tree/master/build/PlatformIO, this work was contributed by Sinisha Djukic. Please note that this is only an initial step and only a limited number of boards are supported. Also...

Please add benchmark when passing as parameter. This will give some insight to the current design pattern.

Please explain changes ”const party”. What is the improvement? The class does not have state.

There is a need for a benchmark that uses the VPIO by-reference. This will force the compiler to generate the virtual table and the virtual function call over-head will be...