forked from Akcelerometry_drgania_WMT/PI_mikrokontroler
Dodanie Captive Portal z logarytmami
This commit is contained in:
@@ -60,10 +60,6 @@ public:
|
||||
void setCursor(int16_t x, int16_t y);
|
||||
void showAccel(float a, float b, float c);
|
||||
void displayOnOffM(bool measure, String myDir, String myFile);
|
||||
|
||||
// Metoda sterująca ikoną SSL (dodana do klasy)
|
||||
void setSSLStatus(bool active);
|
||||
|
||||
void initMeasure(
|
||||
bool measure, // czy pomiar ciągły?
|
||||
bool run, // czy uruchomiony?
|
||||
@@ -78,9 +74,20 @@ public:
|
||||
private:
|
||||
LiquidCrystal_I2C *_lcd;
|
||||
RTC_DS3231 &rtc_;
|
||||
uint8_t _address;
|
||||
uint8_t _columns;
|
||||
uint8_t _rows;
|
||||
uint8_t _address;
|
||||
|
||||
// Poprzednie
|
||||
uint16_t oyear;
|
||||
uint8_t omonth;
|
||||
uint8_t oday;
|
||||
uint8_t ohour;
|
||||
uint8_t omin;
|
||||
uint8_t osec;
|
||||
float ospace;
|
||||
uint8_t oadxlcnt;
|
||||
bool omode;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user