issues
search
antoniodocarmoafonso
/
TP2-MINF
0
stars
0
forks
source link
system_interrupt.c -> remarques / améliorations / bugs
#6
Open
PBYetml
opened
5 months ago
PBYetml
commented
5 months ago
FCT: ISR_TMR_1
[ ] => bug / amélioration / question => types => librairie => norme en C => quelles sont les conventions d'écriture par rapport à la gestion des librairies ?
[ ] => bug / amélioration / question => types =>
uint8_t
=> librairie => quelle librairie doit être associé à ces types ?
https://github.com/antoniodocarmoafonso/TP2-MINF/blob/a31ff98199ebb0b6823d29563065267a52b3219e/system_interrupt.c#L83
[ ] => amélioration / question => constante numérique => hardcodage => maintenabilité ?
https://github.com/antoniodocarmoafonso/TP2-MINF/blob/a31ff98199ebb0b6823d29563065267a52b3219e/system_interrupt.c#L89C19-L89C22
[ ] => bug / amélioration / question => appel de fonction => librairie(s) associée(s) ?
https://github.com/antoniodocarmoafonso/TP2-MINF/blob/a31ff98199ebb0b6823d29563065267a52b3219e/system_interrupt.c#L101C1-L104C30
[ ] => bug / amélioration / question / spécification => algorithme => test / condition => que ce passe-t-il après 149 tics => voir le CDC p9
https://github.com/antoniodocarmoafonso/TP2-MINF/blob/a31ff98199ebb0b6823d29563065267a52b3219e/system_interrupt.c#L94C1-L106C6
[ ]
FCT: ISR_TMR_1
uint8_t
=> librairie => quelle librairie doit être associé à ces types ? https://github.com/antoniodocarmoafonso/TP2-MINF/blob/a31ff98199ebb0b6823d29563065267a52b3219e/system_interrupt.c#L83