Интегрируем дисплэй TM1637 в ядро

This commit is contained in:
2022-01-12 19:01:15 +03:00
parent 0a2c86ccbf
commit c87854b2ce
5 changed files with 68 additions and 51 deletions

View File

@@ -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