Skip to content

Commit 497db0c

Browse files
committed
add library info
1 parent dc600f0 commit 497db0c

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

library.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "MCP4728",
3+
"keywords": "i2c,wire,dac",
4+
"description": "Arduino library for MCP4728 quad channel, 12-bit voltage output Digital-to-Analog Convertor with non-volatile memory and I2C compatible Serial Interface",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/hideakitai/MCP4728.git"
9+
},
10+
"authors":
11+
{
12+
"name": "Hideaki Tai",
13+
"url": "https://github.com/hideakitai",
14+
"maintainer": true
15+
},
16+
"version": "0.1.0",
17+
"license": "MIT",
18+
"frameworks": "arduino",
19+
"platforms": "*"
20+
}

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=MCP4728
2+
version=0.1.0
3+
author=hideakitai
4+
maintainer=hideakitai
5+
sentence=Arduino library for MCP4728 quad channel, 12-bit voltage output Digital-to-Analog Convertor with non-volatile memory and I2C compatible Serial Interface
6+
paragraph=Arduino library for MCP4728 quad channel, 12-bit voltage output Digital-to-Analog Convertor with non-volatile memory and I2C compatible Serial Interface
7+
category=Device Control
8+
url=https://github.com/hideakitai
9+
architectures=*

0 commit comments

Comments
 (0)