fixed an english mistake in README.md

pull/3/head
Jon R. Fox 2017-01-11 12:47:22 -06:00
rodzic cc4cad2356
commit 2034f8462f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# upython_si5351
This project to port the Arduino code for the [Adafruit Si5351 Clock Generator Breakout](https://learn.adafruit.com/adafruit-si5351-clock-generator-breakout/overview "Adafruit Si5351 Clock Generator Breakout") to [Micropython](http://docs.micropython.org/en/latest/esp8266/esp8266/quickref.html "micropython") for the ESP8266.
This project is a port of the Arduino code for the [Adafruit Si5351 Clock Generator Breakout](https://learn.adafruit.com/adafruit-si5351-clock-generator-breakout/overview "Adafruit Si5351 Clock Generator Breakout") to [Micropython](http://docs.micropython.org/en/latest/esp8266/esp8266/quickref.html "micropython") for the ESP8266.
The original sources are available [here](https://github.com/adafruit/Adafruit_Si5351_Library). The Adafruit library was written by Limor Fried/Ladyada forJ Adafruit Industries and distributed under a BSD license, all text above must be included in any redistribution.