Skip to content
Snippets Groups Projects
Commit 777be8fb authored by Paolo Paolucci's avatar Paolo Paolucci
Browse files

Add category on library.properties files

parent 7bbafe53
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,6 @@ author=Arduino ...@@ -4,5 +4,6 @@ author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads
paragraph= paragraph=
category=Other
url=http://www.arduino.cc/en/Reference/HID url=http://www.arduino.cc/en/Reference/HID
architectures=samd architectures=samd
\ No newline at end of file
...@@ -4,5 +4,6 @@ author=Arduino ...@@ -4,5 +4,6 @@ author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Sets and enables the digital correction logic of the SAMD ADC. sentence=Sets and enables the digital correction logic of the SAMD ADC.
paragraph=Useful to correct the values returned by the ADC. paragraph=Useful to correct the values returned by the ADC.
category=Other
url= url=
architectures=samd architectures=samd
...@@ -4,5 +4,6 @@ author=Jonathan BAUDIN, Thibaut VIARD, Arduino ...@@ -4,5 +4,6 @@ author=Jonathan BAUDIN, Thibaut VIARD, Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. Specific implementation for Arduino Zero. sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. Specific implementation for Arduino Zero.
paragraph= paragraph=
category=Communication
url=http://www.arduino.cc/en/Reference/SPI url=http://www.arduino.cc/en/Reference/SPI
architectures=samd architectures=samd
...@@ -4,5 +4,6 @@ author=Arduino ...@@ -4,5 +4,6 @@ author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino Due and Zero. 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. 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 url=http://arduino.cc/en/Reference/USBHost
architectures=samd architectures=samd
...@@ -4,6 +4,6 @@ author=Jonathan BAUDIN, Thibaut VIARD, Arduino ...@@ -4,6 +4,6 @@ author=Jonathan BAUDIN, Thibaut VIARD, Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. Specific implementation for Arduino Zero. sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. Specific implementation for Arduino Zero.
paragraph= paragraph=
category=Communication
url=http://www.arduino.cc/en/Reference/Wire url=http://www.arduino.cc/en/Reference/Wire
architectures=samd 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