Commit Graph

27 Commits

Author SHA1 Message Date
anschrammh
f44b7486b8 Cleaned up code formatting 2025-10-29 23:02:37 +01:00
ef8d944dd3 Removed explicit copy constructor which had no real use 2022-03-30 11:02:24 +02:00
4dca5a0f1a Added parenthesis arround ternary expression 2022-03-29 23:20:19 +02:00
anschrammh
74b0bf810c Updated the WebSockets librarie because it didn't work with the version 3.0.2 of the sdk anymore due to a change in the SSL classes 2021-12-19 13:14:00 +01:00
anschrammh
dc0a2d3517 Added #undef directive to unset the FILE_READWRITE define if it was previously set 2021-12-19 13:12:36 +01:00
anschrammh
8d305ec4da Updated the SDFS librarie because it was updated in the sdk. 2021-12-19 13:10:41 +01:00
anschrammh
ae72a34a80 Updated the SD librarie because it was updated in the sdk. 2021-12-19 13:10:16 +01:00
238cfae09d Added the resetIRQ method which resets the IR pin on the PCF 2021-07-25 15:39:34 +02:00
5813c6501d Corrected some mistakes in the example sketch and added missing methods in the keywords file for syntax highlighting 2021-06-13 19:33:34 +02:00
anschrammh
4cf3b36f8d Added a modified version of the SDFS lib : implemented the setTimeCallback() method :) it is working now 2020-12-12 15:07:01 +01:00
2f430b305c Modified comments 2020-05-11 14:35:47 +02:00
9ee717a41b Added a real begin to the DS1307 begin method 2020-04-27 10:17:57 +02:00
anschrammh
5b11c54635 Added third party library to add web socket connectivity 2020-02-26 11:05:03 +01:00
anschrammh
8866177a37 Exposed the info64 method to get SD card information, not working properly, SD card lib might be at fault again 2020-02-02 21:05:15 +01:00
anschrammh
9e3676a1bb Updated the SD card library by including the new changes from the esp8266 arduino framework 2020-01-28 12:24:19 +01:00
anschrammh
36f87a27a8 Added a method to get temperature of the module 2019-10-31 21:45:45 +01:00
anschrammh
d615845a26 Removed old SD lib 2019-10-19 15:36:59 +02:00
anschrammh
849150ac1f Changed underlaying SD card library allowing other file format than 8.3 2019-10-19 15:29:49 +02:00
34a847a012 Updated constructor, switched cs pin and spi speed parameters for begin 2019-10-05 17:17:23 +02:00
anschrammh
8e832c79fc Updated lib folder 2019-05-08 23:08:15 +02:00
Anatole SCHRAMM
e013103fd1 Added the sleep and wakeUp methods for the ssd1306 oled driver 2019-05-02 17:21:41 +02:00
Anatole SCHRAMM
cfa7192f5f Added the togglePin method to the library 2019-05-02 17:20:52 +02:00
anschrammh
111279603e Added RTC Flash memory third party library 2019-05-01 22:25:22 +02:00
8fb329e717 Modified the begin method so that it performs a real check on the RTC connection 2019-05-01 22:03:24 +02:00
anschrammh
e3f6f41fdb Added PCF8574 driver lib 2019-04-23 07:59:05 +02:00
anschrammh
afc11705db Added new utility library to drive a PCF8574/PCF8574A for the SAB 2019-04-20 14:00:07 +02:00
anschrammh
fced2942ab Added third party libs (some of them are modified) 2019-04-17 20:22:56 +02:00