Skip to content

Commit a430b18

Browse files
committed
Initial commit of library code and metadata
1 parent 2373a26 commit a430b18

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Diff for: library.properties

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=Arduino_BuiltIn
2+
version=1.0.0
3+
author=Arduino
4+
maintainer=Arduino <[email protected]>
5+
sentence=Shell Arduino library to provide the standard built-in libraries
6+
paragraph=The sole purpose of this library is to install the standard Arduino libraries which are typically included with the Arduino IDE.
7+
category=Other
8+
url=https://github.com/arduino-libraries/Arduino_BuiltIn
9+
architectures=*
10+
depends=Ethernet,Firmata,Keyboard,LiquidCrystal,Mouse,SD,Servo,Stepper,TFT

Diff for: src/Arduino_BuiltIn.h

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// This file intentionally left empty.
2+
// It serves only to make this shell library fully valid.

0 commit comments

Comments
 (0)