First commit

This commit is contained in:
Yorick Barbanneau 2023-03-01 21:40:15 +01:00
commit b7a1213f91
29 changed files with 1312 additions and 0 deletions

9
Alt/Parameters.alt Normal file
View file

@ -0,0 +1,9 @@
/* nbSensors : the number of sensors
* nbSensors must be greater or equal to 4
*/
const nbSensors = 4;
/* nbFailures : the maximum number if failures (0, 1, 2 or 3)
* nbFailures is use to limit the reachables configurations
*/
const nbFailures = NbPannes;