mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Интегрируем дисплэй TM1637 в ядро
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <Arduino.h>
|
||||
#include <OneWire.h>
|
||||
#include "Global.h"
|
||||
#include "LiquidCrystal_I2C.h"
|
||||
#include <TM1637Display.h>
|
||||
|
||||
|
||||
class SensorTM1637;
|
||||
@@ -34,7 +34,7 @@ class SensorTM1637 {
|
||||
int _prevStrSize;
|
||||
};
|
||||
|
||||
extern MySensorTM1637Vector* mySensorTM16372;
|
||||
extern MySensorTM1637Vector* mySensorTM1637;
|
||||
|
||||
extern void TM1637();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user