C++ OO micro-controller library for close-to-the-hardware programming
Boost Software License 1.0
57
stars
26
forks
source link
stm32f103 says it is normaly configured as pull up but im not convinced that is the case. #39
Open
CvRXX opened 3 years ago
The documentation tells us this:
The mode cnf wil be set to
1000
.But as can be seen in above image this depends on the PxODR register. So if it was an output before and it was put low it will be a pull down.