Skip to content
Snippets Groups Projects
Commit 3e9c0c8c authored by Cristian Maglie's avatar Cristian Maglie
Browse files
parents 18e6d4ca 777be8fb
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,6 @@ author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads
paragraph=
category=Other
url=http://www.arduino.cc/en/Reference/HID
architectures=samd
\ No newline at end of file
architectures=samd
......@@ -4,5 +4,6 @@ author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Sets and enables the digital correction logic of the SAMD ADC.
paragraph=Useful to correct the values returned by the ADC.
category=Other
url=
architectures=samd
......@@ -4,5 +4,6 @@ author=Jonathan BAUDIN, Thibaut VIARD, Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. Specific implementation for Arduino Zero.
paragraph=
category=Communication
url=http://www.arduino.cc/en/Reference/SPI
architectures=samd
......@@ -4,5 +4,6 @@ author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino Due and Zero.
paragraph=The USBHost library allows the board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards. USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.
category=Other
url=http://arduino.cc/en/Reference/USBHost
architectures=samd
......@@ -4,6 +4,6 @@ author=Jonathan BAUDIN, Thibaut VIARD, Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. Specific implementation for Arduino Zero.
paragraph=
category=Communication
url=http://www.arduino.cc/en/Reference/Wire
architectures=samd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment