-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathads1015-0.1.0-2.rockspec
33 lines (33 loc) · 1.09 KB
/
ads1015-0.1.0-2.rockspec
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
30
31
32
33
package = "ads1015"
version = "0.1.0-2"
source = {
url = "https://github.com/nubix-io/lua-ads1015/archive/0.1.0-2.tar.gz",
dir = "lua-ads1015-0.1.0-2"
}
description = {
summary = "ADS1015 4-channel 12-bit ADC+PGA I²C sensor driver",
detailed = [[
The ADS1015 device is a precision, low-power, 12-bit, I²C-compatible,
analog-to-digital converter (ADC) offered in an ultra-small, leadless,
X2QFN-10 package, and a VSSOP-10 package. The ADS1015 incorporates a
low-drift voltage reference and an oscillator. The ADS1015 also incorporates
a programmable gain amplifier (PGA) and a digital comparator. These features,
along with a wide operating supply range, make the ADS1015 well suited for
power- and space-constrained sensor measurement applications.
]],
homepage = "https://github.com/nubix-io/lua-ads1015",
maintainer = "Nubix Inc.",
license = "MIT"
}
dependencies = {
"bit32 <= 5.3.2-0",
"lua >= 5.1, < 5.4",
"lua-periphery >= 1.1.1",
"luasocket >= 2.0"
}
build = {
type = "builtin",
modules = {
ads1015 = "src/ads1015.lua"
}
}