Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 2.68 KB

README.md

File metadata and controls

70 lines (50 loc) · 2.68 KB

Tekdaqc-Android-Library

An Android library project for use of the Tekdaqc, data aquistion system.

Join Intelligent Automation, Computer Interface, & DAQ Community on DAQ Community on Google Plus to stay up-to-date on the latest news.

Using the Tekdaqc Android Library

Dependencies

Setup

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>

More Information

Other Tekdaqc GIT Repositories

Tekdaqc Manual

Other Links

Contributing

Please see our contribution guidelines if you have issues or code contributions.

Contributors

Tenkiv, Inc.

Third Party

License

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.