mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Merge branch 'lib-1.5-rev2' into HEAD
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
name=Audio
|
||||
author=cmaglie
|
||||
email=Cristian Maglie <c.maglie@bug.st>
|
||||
sentence=Play audio files through the DAC outputs of the Arduino Due.
|
||||
paragraph=With this library you can use the Arduino Due DAC outputs to play audio files.<br />The audio files must be in the raw .wav format.
|
||||
url=http://arduino.cc/en/Reference/Audio
|
||||
architectures=sam
|
||||
version=1.0
|
||||
dependencies=
|
||||
core-dependencies=arduino (>=1.5.0)
|
||||
name=Audio
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Play audio files through the DAC outputs of the Arduino Due.
|
||||
paragraph=With this library you can use the Arduino Due DAC outputs to play audio files.<br />The audio files must be in the raw .wav format.
|
||||
url=http://arduino.cc/en/Reference/Audio
|
||||
architectures=sam
|
||||
|
@ -1,10 +1,8 @@
|
||||
name=GSM
|
||||
author=Arduino
|
||||
email=info@arduino.cc
|
||||
sentence=With this library you can use the Arduino GSM shield to connect on GSM and GPRS networks
|
||||
paragraph=Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.</br>This library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.</br>
|
||||
url=http://arduino.cc/en/Reference/GSM
|
||||
architectures=avr
|
||||
version=1.0
|
||||
dependencies=SoftwareSerial
|
||||
core-dependencies=arduino (>=1.5.0)
|
||||
name=GSM
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=With this library you can use the Arduino GSM shield to connect on GSM and GPRS networks
|
||||
paragraph=Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.</br>This library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.</br>
|
||||
url=http://arduino.cc/en/Reference/GSM
|
||||
architectures=avr
|
||||
version=1.0
|
||||
|
@ -1,10 +1,8 @@
|
||||
name=Robot Control
|
||||
version=1.0
|
||||
author=Arduino
|
||||
email=info@arduino.cc
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=This is the library for programming the Control Board of the Arduino Robot.
|
||||
paragraph=The Arduino robot is made by two independent boards. The Control Board is the top board of the Arduino Robot, with this library you can easily write sketches to control the robot.
|
||||
url=http://arduino.cc/en/Reference/RobotLibrary
|
||||
architectures=avr
|
||||
version=1.0
|
||||
dependencies=
|
||||
core-dependencies=arduino (>=1.5.0)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user