Žiadny popis

Jake Kalstad e9050be353 Writing to an lcd1620 from an elegoo MEGA2560 using rust 3 rokov pred
.cargo e9050be353 Writing to an lcd1620 from an elegoo MEGA2560 using rust 3 rokov pred
avr-specs e9050be353 Writing to an lcd1620 from an elegoo MEGA2560 using rust 3 rokov pred
src e9050be353 Writing to an lcd1620 from an elegoo MEGA2560 using rust 3 rokov pred
.gitignore e9050be353 Writing to an lcd1620 from an elegoo MEGA2560 using rust 3 rokov pred
Cargo.lock e9050be353 Writing to an lcd1620 from an elegoo MEGA2560 using rust 3 rokov pred
Cargo.toml e9050be353 Writing to an lcd1620 from an elegoo MEGA2560 using rust 3 rokov pred
LICENSE-APACHE e9050be353 Writing to an lcd1620 from an elegoo MEGA2560 using rust 3 rokov pred
LICENSE-MIT e9050be353 Writing to an lcd1620 from an elegoo MEGA2560 using rust 3 rokov pred
README.md e9050be353 Writing to an lcd1620 from an elegoo MEGA2560 using rust 3 rokov pred
rust-toolchain.toml e9050be353 Writing to an lcd1620 from an elegoo MEGA2560 using rust 3 rokov pred

README.md

avr-hal-template

cargo-generate template for jumpstarting projects on common AVR microcontroller boards. This template supports the following hardware at this time:

  • Arduino Leonardo
  • Arduino Mega 2560
  • Arduino Nano
  • Arduino Nano New Bootloader (Manufactured after January 2018)
  • Arduino Uno
  • SparkFun ProMicro
  • Adafruit Trinket
  • Adafruit Trinket Pro

Usage

If you don't have them already, install cargo-generate and ravedude:

cargo install cargo-generate
cargo install ravedude

Then instanciate this template:

cargo generate --git https://github.com/Rahix/avr-hal-template.git

You will be prompted to select your board - do so and you're ready to roll! Everything is prepared so you should be able to just

cargo run

and see a blinky flashed to your board!

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.