Tagged Questions
0
votes
1answer
2k views
STM32F4 Discovery board and HC-SR04
I've connected the sensor this way, from Sensor to Board:
VCC -> 5V
GND -> GND
Trigger -> PD15 ( same as blue led )
Echo -> PA0 ( same as user button )
My C program send the trigger, reads the ...