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 |
#1821 in Embedded development
48KB
872 lines
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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