shiftleftplusone
shiftleftplusone
yes, I also found your lib, it's excellent, especially your printf() implementation! Gladly looking forward to your additional implementation of width.precision specifiers (e.g., "%6.2f" )!
I don't understand unfortunately how in your topic they can read and write strings sequentially from an SD file and convert it to int or float. There also are no...
CMIIWW, but AFAIK "PiDuino" has already been taken from a company: https://www.google.de/search?q=PiDuino&ie=utf-8&oe=utf-8&client=firefox-b&gfe_rd=cr&ei=tCpdV_CgNqWr8wean4agDw
ok, but IIUYC, I am crosscompiling from a Windows-PC-based Arduino IDE to the Pi code, so does the Arduino IDE know what do if I #include at the top and...
that's awesome. Currently I am still a little scared about the monster installation guide (a install.exe which does all what's needed would be very much appreciated though ;) ) -...
thanks, that's highly appreciated! 8)
thank you, I already checked this. What I am actually looking for is a command like ```cpp setup() { setSPIClockDivider(2); // SPI on AVR = 16MHz/2=8MHz //.. } ``` to...
most of all my devices seem to work at 4MHz, especially TFTs which often are far too slow. I just want to make them work as fast as possible, surely...
aaahh, thanks, that's fine. This explanation would be appreciated if added to the function reference! Thank you for your input!