Spence Konde (aka Dr. Azzy)
Spence Konde (aka Dr. Azzy)
Well this is becoming increasingly pressing, because it blocks everything I want to do with DxCore, which now may actually be working...
I do not consider padding out 70% of the flash during development to be an acceptable workaround, I guess.
I don't think that will work, but copying it to sketchbook/libraries in place of the other version will. SD library doesn't have the fix (which is very straightforward) in the...
Closing this as SD library is now in the master branch (granted the master branch is totally hosed in numerous ways) In order to use it, though, I think you...
Uh, cam toubcote whereni said it, it may onlynapplymtomsome contects ofnwhochnondont think this is one ____________ Spence Konde Azzy’S Electronics New products! Check them out at tindie.com/stores/DrAzzy GitHub: github.com/SpenceKonde ATTinyCore:...
what the heck happened to that message... I think I was falling asleep at the keyboard.....
no those are outstanding bugs in in the version of wire you grabbed, I'll go see if they're still in the code.
The master branch as of 20 seconds ago.
Aaaagh.... yeah you're going to want to put... I guess at the top of Wire.h ``` void badArg(const char*) __attribute__((error(""))); void badCall(const char*) __attribute__((error(""))); #define TWI_MORS // #define TWI_MANDS /*...
The badArg() and badCall() functions are used to provide compiletime errors when bogus values are supplied and known at compile time (badArg()) or if a function is called under circumstances...