-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
16 lines (16 loc) · 643 Bytes
/
library.json
File metadata and controls
16 lines (16 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "Sitron_Labs_DACXX11_Arduino_Library",
"version": "0.2.0",
"description": "Arduino library for Texas Instruments family of DACxx11 digital to analog converters.",
"keywords": "sitron labs,sitron,labs,arduino,library,spi,dac,digital to analog,digital to analog converter,dac5311,dac6311,dac7311,dac8311,dac8411,buffered,rail to rail",
"repository": {
"type": "git",
"url": "https:\/\/github.com\/sitronlabs\/SitronLabs_TexasInstruments_DACXX11_Arduino_Library.git"
},
"frameworks": "arduino",
"platforms": "*",
"dependencies": [],
"build": {
"includeDir": "src"
}
}