Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update/improve library dependency documentation #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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