No description
Find a file
2024-08-15 16:42:26 +02:00
.gitignore remove display capability and remove unnecessary build and .vscode 2024-08-15 16:42:26 +02:00
CMakeLists.txt remove display capability and remove unnecessary build and .vscode 2024-08-15 16:42:26 +02:00
dht11.c remove display capability and remove unnecessary build and .vscode 2024-08-15 16:42:26 +02:00
pico_sdk_import.cmake initial commit 2024-08-11 14:26:46 +02:00
README.md remove display capability and remove unnecessary build and .vscode 2024-08-15 16:42:26 +02:00

here is my sweating to get dht11 to work on a rpi pico

it reads something but not sure if correct

if you were to do this you must know things I learned the hard way:

  • don't print values live it will mess up with timing and it won't work at all
  • initialize the pin as output then when it's time to read make it input, pull up and down doesn't work like output

There's a branch with basic 7 segment display support