HUGE AVR RAM optimization (~28%).
- It's possible to get even more, but this is probably as far as I'll go - PROGMEM is really annoying to use, and makes the code look like ass - Now the Teensy 2++ should have enough RAM to use PartialMap easily
This commit is contained in:
parent
22abefcf1e
commit
6e4c28ef84
10 changed files with 152 additions and 72 deletions
|
@ -88,7 +88,7 @@
|
|||
#define print(s) _print(s)
|
||||
#endif
|
||||
|
||||
void _print(const char *s);
|
||||
void _print( const char *s );
|
||||
void printstrs( char* first, ... );
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue