You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ This project brings support for ESP8266 chip to the Arduino environment. ESP8266
5
5
6
6
### Downloads ###
7
7
8
-
| OS | Build status | Latest release |
9
-
| --- | ------------ | -------------- |
10
-
| Linux |[](https://travis-ci.org/igrr/Arduino)|[arduino-1.6.1-linux64.tar.xz](../../releases/download/1.6.1-esp8266-1/arduino-1.6.1-linux64.tar.xz)|
11
-
| Windows |[](https://ci.appveyor.com/project/igrr/Arduino)|[arduino-1.6.1-p1-windows.zip](https://github.com/igrr/Arduino/releases/download/1.6.1-esp8266-1/arduino-1.6.1-p1-windows.zip)|
12
-
| OS X ||[arduino-1.6.1-macosx-java-latest-signed.zip](../../releases/download/1.6.1-esp8266-1/arduino-1.6.1-macosx-java-latest-signed.zip)|
8
+
| OS | Build status | Latest release | Alpha Version |
| Linux |[](https://travis-ci.org/igrr/Arduino)|[arduino-1.6.1-linux64.tar.xz](../../releases/download/1.6.1-esp8266-1/arduino-1.6.1-linux64.tar.xz)||
11
+
| Windows |[](https://ci.appveyor.com/project/igrr/Arduino)|[arduino-1.6.1-p1-windows.zip](https://github.com/igrr/Arduino/releases/download/1.6.1-esp8266-1/arduino-1.6.1-p1-windows.zip)|[appveyor Build](https://ci.appveyor.com/project/igrr/Arduino/build/artifacts)|
12
+
| OS X ||[arduino-1.6.1-macosx-java-latest-signed.zip](../../releases/download/1.6.1-esp8266-1/arduino-1.6.1-macosx-java-latest-signed.zip)||
13
13
14
14
15
15
### Building from source ###
@@ -44,6 +44,10 @@ Pin interrupts are supported through ```attachInterrupt```, ```detachInterrupt``
44
44
Interrupts may be attached to any GPIO pin, except GPIO16. Standard Arduino interrupt
45
45
types are supported: ```CHANGE```, ```RISING```, ```FALLING```.
0 commit comments