First commit
This commit is contained in:
commit
b7a1213f91
29 changed files with 1312 additions and 0 deletions
9
Alt/Parameters.alt
Normal file
9
Alt/Parameters.alt
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue