Fichier txt sd card

On peut transférer la variable char.

char (A[2]);

A[0] ='H';
A[1]='E'

   char const *tab[] = { A, "world", "wild" }; 
   

   char const *tab[] = { "world", "wild", "hello" }; 
   fonctionne 

tri1.zip (1,1 Ko)