Skip to content

Commit 406070d

Browse files
authored
Merge pull request #1 from gbr1/dev
0.1.0
2 parents 581425a + 0adda31 commit 406070d

File tree

5 files changed

+904
-0
lines changed

5 files changed

+904
-0
lines changed

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# General
2+
.DS_Store
3+
.AppleDouble
4+
.LSOverride
5+
6+
# Icon must end with two \r
7+
Icon
8+
9+
# Thumbnails
10+
._*
11+
12+
# Files that might appear in the root of a volume
13+
.DocumentRevisions-V100
14+
.fseventsd
15+
.Spotlight-V100
16+
.TemporaryItems
17+
.Trashes
18+
.VolumeIcon.icns
19+
.com.apple.timemachine.donotpresent
20+
21+
# Directories potentially created on remote AFP share
22+
.AppleDB
23+
.AppleDesktop
24+
Network Trash Folder
25+
Temporary Items
26+
.apdisk

library.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name=Arduino_Alvik
2+
version=0.1.0
3+
author=Arduino, Giovanni di Dio Bruno, Lucio Rossi
4+
maintainer=Arduino <[email protected]>
5+
sentence=Library to code Arduino Alvik robot
6+
paragraph=This library is used to code Arduino Alvik, examples show you how to use the robot.
7+
category=Robotics
8+
url=https://github.com/arduino-libraries/Arduino_Alvik
9+
architectures=esp32
10+
includes=Arduino_Alvik.h
11+
depends=Arduino_MAX17332, ucPack

0 commit comments

Comments
 (0)