1
0
Fork 0
mirror of https://github.com/kou029w/k2ping.git synced 2025-01-18 16:07:59 +00:00

Merge pull request #10 from kou029w/use-official-arduino-lcd-library

Use official Arduino LCD library
This commit is contained in:
Nebel 2017-04-21 23:14:41 +09:00 committed by GitHub
commit dc23bb4f29
3 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@ cache:
install:
- pip install -U platformio
- platformio lib install 1526
script:
- platformio run

View file

@ -13,3 +13,4 @@ platform = espressif8266
board = d1
framework = arduino
upload_speed = 921600
lib_deps = 887

View file

@ -1,5 +1,4 @@
#include <ESP8266WiFi.h>
#include <Wire.h>
#include <LiquidCrystal.h>
extern "C" {