Hello, I need help, I want to control several motors by entering a number of two digits by keyboard, the problem is that I cannot enter the number '11' for example, on the other hand if I enter the numbers between '1' and '9' there is no problem
if(key'1') {Motor-On}
if(key'13') {Motor-On} (i want to pilote my motor with enter 13)
Bonjour, j'ai besoin d'aide, je veux piloter plusieurs moteurs en entrant un nombre de deux chiffres par clavier, le probleme est que je ne peux pas entre le nombre '11' par exemple, par contre si je fais entrer les nombres entre '1' et '9' il n' y a aucun probleme