arducam-mega

Crates.ioarducam-mega
lib.rsarducam-mega
version0.4.0
sourcesrc
created_at2023-03-20 10:41:07.536195
updated_at2023-03-26 16:22:30.467845
descriptionSPI driver for the Arducam Mega
homepage
repositoryhttps://github.com/unticks/arducam-mega/
max_upload_size
id815141
size60,726
Sebastian Lauwers (teotwaki)

documentation

README

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.

Commit count: 43

cargo fmt