Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

0.3.0

Latest
Compare
Choose a tag to compare
@palazzem palazzem released this 21 Feb 13:35
· 4 commits to master since this release

New features

  • Updated to latest gradle version 1.0.0
  • Added AdkMessage class, which exposes the raw byte[] array with some utility methods to get string, byte, int and float representations
  • Issue #13: refactoring AdkManager to expose a common interface for read() and write()
  • Issue #16: AdkManager constructor now accept an Activity context to initialize the accessory

Backwards incompatible changes from 0.2.x

  • removed writeSerial(String text)
  • removed writeSerial(int value)
  • removed readSerial()
  • removed readString()
  • removed readByte()