Skip to content

Commit 4379ae1

Browse files
committed
cleaning and desc
1 parent 9417804 commit 4379ae1

File tree

2 files changed

+7
-26
lines changed

2 files changed

+7
-26
lines changed

src/modm/driver/adc/ads868x.cpp

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/modm/driver/adc/ads868x.lb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@
1414
def init(module):
1515
module.name = ":driver:ads868x"
1616
module.description = """\
17-
# ADS868x ADC
17+
# ADS868x Driver.
1818
19+
This is a blocking driver.
20+
21+
ADS868x 16-Bit, High-Speed, Single-Supply, SAR ADC Data Acquisition System
22+
With Programmable, Bipolar Input Ranges
23+
24+
https://www.ti.com/lit/ds/symlink/ads8685.pdf
1925
"""
2026

2127

@@ -31,5 +37,4 @@ def prepare(module, options):
3137
def build(env):
3238
env.outbasepath = "modm/src/modm/driver/adc"
3339
env.copy("ads868x.hpp")
34-
env.copy("ads868x.cpp")
3540
env.copy("ads868x_impl.hpp")

0 commit comments

Comments
 (0)