Modifications

Sauter à la navigation Sauter à la recherche
46 octets supprimés ,  21 septembre 2018 à 21:52
Ligne 152 : Ligne 152 :  
* http://forum.arduino.cc/index.php?topic=368720.0
 
* http://forum.arduino.cc/index.php?topic=368720.0
   −
== Combien de RAM disponible? ==
+
== How many RAM available ? ==
Un ATSAMD21G18 dispose de 32K de RAM mais vous pourriez avoir besoin de surveiller sa consommation pour des raisons propres à votre projet. Vous pouvez le faire à l'aide de cette fonction:
+
The ATSAMD21G18 does have 32K of RAM but you may need to monitor the memory usage for some raison. You can to this with the following function:
    
<syntaxhighlight lang="c">
 
<syntaxhighlight lang="c">
Ligne 164 : Ligne 164 :  
</syntaxhighlight>
 
</syntaxhighlight>
   −
Merci a  [http://forum.arduino.cc/index.php?topic=365830.msg2542879#msg2542879 ce fil de discussion] sur les forums Arduino pour ce truc!
+
Thanks to [http://forum.arduino.cc/index.php?topic=365830.msg2542879#msg2542879 this discussion thread] on the Arduino forums for the trick!
    
== Stocker des données en FLASH ==
 
== Stocker des données en FLASH ==
29 836

modifications

Menu de navigation