Modifications

Sauter à la navigation Sauter à la recherche
Ligne 110 : Ligne 110 :       −
The ATSAMD21G18 has 32K of RAM, but you still might need to track it for some reason. You can do so with this handy function:
+
L'ATSAMD21G18 dispose de 32K de RAM mais si vous avez besoin de surveiller votre consommation mémoire, vous pouvez le faire avec la fonction suivante:
    
  <nowiki>extern "C" char *sbrk(int i);
 
  <nowiki>extern "C" char *sbrk(int i);
Ligne 119 : Ligne 119 :  
}</nowiki>
 
}</nowiki>
   −
Thx to [http://forum.arduino.cc/index.php?topic=365830.msg2542879#msg2542879 http://forum.arduino.cc/index.php?topic=365830.msg2542879#msg2542879] for the tip!
+
Trouvé grâce à ce message [http://forum.arduino.cc/index.php?topic=365830.msg2542879#msg2542879 http://forum.arduino.cc/index.php?topic=365830.msg2542879#msg2542879] sur le forum Arduino!
    
== Stocker des données en Flash ==
 
== Stocker des données en Flash ==
29 917

modifications

Menu de navigation