maxime bouillot / Mbed 2 deprecated testLucadeTHmaxBOUI

Dependencies:   LCD_DISCO_F429ZI mbed BSP_DISCO_F429ZI

Revision:
17:c9b66df08920
Parent:
16:b1bf03ee2878
Child:
23:1d4562f7b639
--- a/Scripslua/autoLettre.lua	Mon Apr 22 15:11:14 2019 +0000
+++ b/Scripslua/autoLettre.lua	Wed Apr 24 11:42:10 2019 +0000
@@ -58,7 +58,7 @@
   return rawString,tailleX,tailleY --on revoie la chaine de caractère et les dimmentionsrawString,tailleX,tailleY
 end
 
-function lettreAutoLettre(nom,fichierEntree,FichierSortie)
+function lettreAutoLettre(nom,fichierEntree,FichierSortie) --transforme un fichier avec des 0 et des 1, comme décris dans le CR de la séance 5, en une fonction en C, 
   local tab=convertFichTable(fichierEntree)
   local sortie={"matrice *"..nom.."(){","    matrice* ret = (matrice*) malloc(sizeof(matrice));","    (*ret).tailleX="..tostring(#tab[1])..";","    (*ret).tailleY="..tostring(#tab)..";"}
   for y=1,#tab do