Skip to content

Commit 624a94b

Browse files
authored
Add files via upload
1 parent 5ef3c2a commit 624a94b

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

libraries/Wire/keywords.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#######################################
2+
# Syntax Coloring Map For Wire
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
Wire KEYWORD1
10+
Wire1 KEYWORD1
11+
12+
#######################################
13+
# Methods and Functions (KEYWORD2)
14+
#######################################
15+
16+
begin KEYWORD2
17+
setClock KEYWORD2
18+
beginTransmission KEYWORD2
19+
endTransmission KEYWORD2
20+
requestFrom KEYWORD2
21+
onReceive KEYWORD2
22+
onRequest KEYWORD2
23+
24+
#######################################
25+
# Constants (LITERAL1)
26+
#######################################

libraries/Wire/library.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=Wire
2+
version=0.1
3+
author=Hanz Häger
4+
maintainer=Hanz Häger <hanz.hager+arduino@gmail.com>
5+
sentence=This library allows you to communicate with I2C and Two Wire Interface devices.
6+
paragraph=It allows the communication with I2C devices like temperature sensors, realtime clocks and many others using SDA (Data Line) and SCL (Clock Line).
7+
category=Communication
8+
url=
9+
architectures=renesas,renesas_portenta,renesas_uno
10+
include=Wire.h

0 commit comments

Comments
 (0)