-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
29 lines (29 loc) · 1.1 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "I2C_Functions",
"version": "1.12.1",
"repository": {
"type": "git",
"url": "https://github.com/akkoyun/I2C_Functions.git"
},
"keywords": "I2C, Sensor, Data, Communication, Multiplexer, Detect, Register, Functions, Converter, bit Functions, Scanner, Console, VT100, Multiplexer, Sensor, BusIO, Adafruit",
"description": "The Two-Wire interface is extremely useful for connecting multiple devices, as they can all share the same two pins (plus a ground return). This is because the devices are \"addressable\". Each device needs to have a unique address in the range 0x03 to 0x77. This is a helper library to abstract away I2C transactions and registers also this tool scans the master I2C bus and reports connected devices. ",
"authors": {
"name": "Mehmet Gunce Akkoyun",
"email": "akkoyun@me.com",
"url": "https://github.com/akkoyun"
},
"license": "MIT",
"frameworks": "arduino",
"headers": "I2C_Functions.h",
"platforms": [
"atmelavr",
"atmelmegaavr"
],
"examples": [
{
"name": "I2C Sensor Detect",
"base": "examples/Device_Control",
"files": ["Device_Control.ino"]
}
]
}