An Android library project for use of the Tekdaqc, data aquistion system.
Join Intelligent Automation, Computer Interface, & DAQ Community on to stay up-to-date on the latest news.
Currently we only have Android Studio project files included with the repository.
- If using gradle, add the following line to your
dependencies
section of your build script:
provided 'com.tenkiv.tekdaqc.android:android-library:2.1.2.3'
- The associated Maven descriptor is:
<dependency>
<groupId>com.tenkiv.tekdaqc.android</groupId>
<artifactId>android-library</artifactId>
<version>2.1.2.3</version>
<type>aar</type>
</dependency>
- Download the Tekdaqc Manual here
Please see our contribution guidelines if you have issues or code contributions.
Copyright 2013 Tenkiv, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.