hmathieu31 / JammerBox-System

PIR Project
GNU General Public License v3.0
1 stars 0 forks source link

Double check wheter GPIOA 5 and 6 are IN or OUT #82

Closed hmathieu31 closed 2 years ago

hmathieu31 commented 2 years ago

https://github.com/hmathieu-insat/PIR/blob/e38526061de927bf9f85f774183777269fadd80d/Nouveau PIR/firmware/source/failures.c#L700

emmanuel-pastor commented 2 years ago

GPIO A5 and GPIO A6 are read and written because we toogle them. We therefore need to read their current value to write the opposite in output. Having configured them in output is no problem.