mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
reviewed Bridge example headers
This commit is contained in:
@ -9,16 +9,17 @@
|
|||||||
|
|
||||||
Possible commands created in this shetch:
|
Possible commands created in this shetch:
|
||||||
|
|
||||||
* "digital/13" -> digitalRead(13)
|
* "/arduino/digital/13" -> digitalRead(13)
|
||||||
* "digital/13/1" -> digitalWrite(13, HIGH)
|
* "/arduino/digital/13/1" -> digitalWrite(13, HIGH)
|
||||||
* "analog/2/123" -> analogWrite(2, 123)
|
* "/arduino/analog/2/123" -> analogWrite(2, 123)
|
||||||
* "analog/2" -> analogRead(2)
|
* "/arduino/analog/2" -> analogRead(2)
|
||||||
* "mode/13/input" -> pinMode(13, INPUT)
|
* "/arduino/mode/13/input" -> pinMode(13, INPUT)
|
||||||
* "mode/13/output" -> pinMode(13, OUTPUT)
|
* "/arduino/mode/13/output" -> pinMode(13, OUTPUT)
|
||||||
|
|
||||||
|
This example code is part of the public domain
|
||||||
|
|
||||||
http://arduino.cc/en/Tutorial/Bridge
|
http://arduino.cc/en/Tutorial/Bridge
|
||||||
|
|
||||||
This example code is part of the public domain
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <Bridge.h>
|
#include <Bridge.h>
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
Yun HTTP Client
|
Yun HTTP Client
|
||||||
|
|
||||||
This example for the Arduino Yún shows how create a basic
|
This example for the Arduino Yún shows how create a basic
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
Time Check
|
Time Check
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
WiFi Status
|
WiFi Status
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user