Procházet zdrojové kódy

Compatibility with libraries that include only Print.h

teensy4-core
PaulStoffregen před 8 roky
rodič
revize
71487284eb
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      teensy3/WString.h

+ 4
- 0
teensy3/WString.h Zobrazit soubor

#include <ctype.h> #include <ctype.h>
#include "avr_functions.h" #include "avr_functions.h"


// Not needed here, but some libs assume WString.h or Print.h
// gives them PROGMEM and other AVR stuff.
#include "avr/pgmspace.h"

// When compiling programs with this class, the following gcc parameters // When compiling programs with this class, the following gcc parameters
// dramatically increase performance and memory (RAM) efficiency, typically // dramatically increase performance and memory (RAM) efficiency, typically
// with little or no increase in code size. // with little or no increase in code size.

Načítá se…
Zrušit
Uložit