From 82582171f5924b539eb8a3f4fa8620dde179b8d6 Mon Sep 17 00:00:00 2001 From: WereCatf Date: Mon, 11 Apr 2016 19:44:43 +0300 Subject: [PATCH] Add SdFat-beta to supported libraries --- doc/libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/libraries.md b/doc/libraries.md index d511adc08..a1dec51b9 100644 --- a/doc/libraries.md +++ b/doc/libraries.md @@ -163,3 +163,4 @@ Libraries that don't rely on low-level access to AVR registers should work well. - [Adafruit-PCD8544-Nokia-5110-LCD-Library](https://github.com/WereCatf/Adafruit-PCD8544-Nokia-5110-LCD-library) - Port of the Adafruit PCD8544 - library for the ESP8266. - [PCF8574_ESP](https://github.com/WereCatf/PCF8574_ESP) - A very simplistic library for using the PCF8574/PCF8574A I2C 8-pin GPIO-expander. - [Dot Matrix Display Library 2](https://github.com/freetronics/DMD2) - Freetronics DMD & Generic 16 x 32 P10 style Dot Matrix Display Library +- [SdFat-beta](https://github.com/greiman/SdFat-beta) - SD-card library with support for long filenames, software- and hardware-based SPI and lots more.