Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Releases: sophec/libamio

v1.3.1

21 Sep 20:22
v1.3.1
9169afb

Choose a tag to compare

Fixed a problem with the Makefile when cross-compiling.

v1.3.0

21 Sep 18:07
v1.3.0

Choose a tag to compare

Added SPI_open_path() function to allow SPI devices which do not follow the spidev<BUS>.<CS> naming convention.

v1.2.1

06 Apr 13:40

Choose a tag to compare

  • reformat code

  • fix i2c addressing

  • update docs

v1.2.0

25 Nov 15:37

Choose a tag to compare

Minor improvements and a change in build system.

v1.1.1

02 Oct 19:22

Choose a tag to compare

fixed a bug with RS485

v1.1

25 Jun 12:25

Choose a tag to compare

Redid a lot of build stuff and fixed a whole bunch of bugs

v1.0

19 Jun 02:18

Choose a tag to compare

many bug fixes and updates; updated docs

v0.1

16 Sep 15:02

Choose a tag to compare

v0.1 Pre-release
Pre-release

This is the first release of libamio, and is compiled for ARM. This is a statically linked library so that the target OS need not include the library, and because it's small enough to support this.