python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Python - Could Not Determine Platform Error
I am using the following tutorial to make a moisture sensor using a Raspberry Pi 4: https://www.instructables.com/Measuring-Soil-Moisture-Using-Raspberry-Pi/
When I have run my code, I get the followi...
ITN00bs
Votes: 0
Answers: 1
how to blink a LED without using a sleep?
I am using motion sensor when the motion sensor is detected I wan to turn ON the LED and buzzer at the same time. The buzzer which I am using is a passive buzzer.
How can I Turn ON LED and buzzer at t...
leno
Votes: 0
Answers: 1
STM32L47x GPIO register config
I'm trying to blink LED on my ST board B-L475E-IoT01A1 (basically STM32L475). LED2 is connected tp PB14. To enable GPIOB, I have to enable AHB2 bus (RCC->AHB2ENR).
Than I Configured GPIO port mode...
Karthikeyan Krishnanandan
Votes: 0
Answers: 1
what's the defualt value of GPIO_InitTypeDef
I have checked stm32f4xx_hal_gpio.c or .h, but I can't find out by Alternate is 0 defualtly
Alternate is not 0 defualtly
JAMES
Votes: 0
Answers: 2