Added AM2302 sensor reading to one of the screens
This commit is contained in:
+4
-1
@@ -3,8 +3,11 @@
|
||||
|
||||
#include <U8g2lib.h>
|
||||
|
||||
#include "am2302_sensor.h"
|
||||
|
||||
void drawScreen1(U8G2 &u8g2);
|
||||
void drawScreen2(U8G2 &u8g2);
|
||||
void setEnvironmentReading(Am2302Reading reading);
|
||||
void drawEnvironmentScreen(U8G2 &u8g2);
|
||||
void drawWeatherIconScreen(U8G2 &u8g2);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user