Skip to content

Commit

Permalink
Update/improve library dependency documentation
Browse files Browse the repository at this point in the history
- Improve suggested search terms to produce fewer results
- Add Library Manager links. When using Arduino IDE 1.6.9 or newer, clicking on these will open Library Manager with the specified search query.
- Update esp8266-oled-ssd1306 library's URL.
- Correct ArduinoJson library's URL.
  • Loading branch information
per1234 committed May 22, 2018
1 parent eb45c5a commit b622e42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SimpleCrypto/SimpleCrypto.ino
Expand Up @@ -23,18 +23,18 @@

#include <CoinMarketCapApi.h>
// For Integrating with the CoinMarketCap.com API
// Available on the library manager (Search for "CoinMarket")
// Available on the library manager (Search for "CoinMarket"): http://librarymanager/All#CoinMarketCapApi
// https://github.com/witnessmenow/arduino-coinmarketcap-api

#include "SH1106.h"
// The driver for the OLED display
// Available on the library manager (Search for "oled ssd1306")
// https://github.com/squix78/esp8266-oled-ssd1306
// Available on the library manager (Search for "esp8266 oled driver"): http://librarymanager/All#ESP8266_and_ESP32_Oled_Driver_for_SSD1306_display
// https://github.com/ThingPulse/esp8266-oled-ssd1306

#include <ArduinoJson.h>
// Required by the CoinMarketCapApi Library for parsing the response
// Available on the library manager (Search for "arduino json")
// https://github.com/squix78/esp8266-oled-ssd1306
// Available on the library manager (Search for "arduinojson"): http://librarymanager/All#ArduinoJson_efficient_and_elegant_JSON_library
// https://github.com/bblanchon/ArduinoJson


// ----------------------------
Expand Down

0 comments on commit b622e42

Please sign in to comment.