hadif azli
/
TEST123
BLYNK TEST
oled.h@2:6cd3b0947188, 2016-06-15 (annotated)
- Committer:
- lixianyu
- Date:
- Wed Jun 15 03:08:40 2016 +0000
- Revision:
- 2:6cd3b0947188
- Parent:
- 1:0e75de2a5d21
PM2.5????????5V??????????
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
lixianyu | 1:0e75de2a5d21 | 1 | #ifndef _OLED_H |
lixianyu | 1:0e75de2a5d21 | 2 | #define _OLED_H |
lixianyu | 2:6cd3b0947188 | 3 | #include "Adafruit_SSD1306.h" |
lixianyu | 1:0e75de2a5d21 | 4 | extern void oled_init(void); |
lixianyu | 2:6cd3b0947188 | 5 | extern void oled_init(Adafruit_SSD1306_I2c &adaf); |
lixianyu | 1:0e75de2a5d21 | 6 | extern void oled(float temp, float humi, float light, float pm25, float etoh); |
lixianyu | 2:6cd3b0947188 | 7 | extern void oled(Adafruit_SSD1306_I2c &adaf, float temp, float humi, float light, float pm25, float etoh); |
lixianyu | 1:0e75de2a5d21 | 8 | #endif |