Skip to content

Commit 60a9699

Browse files
authored
Add files via upload
1 parent 677a33c commit 60a9699

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

libraries/keywords.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#######################################
2+
# Syntax Coloring Map For Ultrasound
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
10+
#######################################
11+
# Methods and Functions (KEYWORD2)
12+
#######################################
13+
14+
#######################################
15+
# Constants (LITERAL1)
16+
#######################################
17+
18+
LED0 LITERAL1
19+
LED1 LITERAL1
20+
LED2 LITERAL1
21+
LED3 LITERAL1

libraries/library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=CanSat
2+
version=0.1.4
3+
author=Dongwon Lee hypark@satrec
4+
maintainer=Dongwon Lee <cchamchi@naver.com>
5+
sentence=Blink LEDs
6+
paragraph=
7+
category=device
8+
url=https://github.com/cchamchi/cansat
9+
architectures=*

0 commit comments

Comments
 (0)