5 releases (3 breaking)

0.4.0 Mar 26, 2023
0.3.1 Mar 23, 2023
0.3.0 Mar 22, 2023
0.2.0 Mar 20, 2023
0.1.0 Mar 20, 2023

#1708 in Embedded development

21 downloads per month

MIT/Apache

48KB
872 lines

crates.io crates.io Documentation Minimum Supported Rust Version

arducam-mega

arducam-mega is an embedded-hal SPI driver for the Arducam Mega.

API reference

Status and device support

This crate is currently in the very early stages of development, and should be considered experimental.

While this crate aims to provide support for both the 3MP and 5MP versions of the Arducam Mega, it is only tested using the 5MP version.

We welcome testing using other cameras and other embedded systems.

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.66 and up. The crate uses custom discriminants and enum variants simultaneously, which is only officially supported since Rust 1.66. This guarantee is enforced by CI.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~56KB