1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-29 18:52:13 +01:00

Bridge library to the 1.5 format

This commit is contained in:
Fede85 2013-09-06 15:38:07 +02:00
parent effb59da4b
commit 81338e245b
58 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
name=Bridge
author=Arduino
email=info@arduino.cc
sentence=The library to use the Arduino YUN. The Bridge library create a link between the 32U4 and the AR9331 enabling to control most of the linux features from the sketch.
paragraph=The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.
url=http://arduino.cc/en/Reference/YunBridgeLibrary
architectures=avr
version=1.0
dependencies=none
core-dependencies=arduino (>1.5.4)