News

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window.
#define SCREEN_WIDTH 128 // OLED display width, in pixels #define SCREEN_HEIGHT 64 // OLED display height, in pixels // Declaration for an SSD1306 display connected to I2C (SDA, SCL pins ...
Now the pin name of DHT11 (OUT pin) that is connected with the PA1 of STM32F103C8 is defined. #define DHTPIN PA1 . And also, the DHTTYPE is defined as DHT11. #define DHTTYPE DHT11 . Next the object ...