Martin Pischky
Results
3
issues of
Martin Pischky
ASSERT_EQ from aunit/contrib/gtest.h does not compile when reference is used: ```` uint8_t& ref = a[2]; ASSERT_EQ( 0x83, ref ); ```` Compiler message is: ```` invalid static_cast from type 'int' to...
allow use of F() macro for strings: cout
It should be possible to use Macro "F()" to store strings (const char*) from flash memory (PROGMEM) like Arduinio print/println does. This saves RAM. `cout