How to setup a development environment for ardino based system development while working with this avr-hal #456
-
I usually use arduino IDE to write arduino sketchs as it provides easy interface to compile and load binary onto arduino. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi, my suggestion is to start a project using the Then use your Rust IDE or text editor of choice to write your code. A normal Just give it a try and if you get stuck, feel free to ask for help :) |
Beta Was this translation helpful? Give feedback.
-
@Rahix I wish to add a |
Beta Was this translation helpful? Give feedback.
-
On Tue, Nov 28, 2023 at 06:05:33AM -0800, Syed Vilayat Ali Rizvi wrote:
I wish to ....
Begin
|
Beta Was this translation helpful? Give feedback.
Hi,
my suggestion is to start a project using the
avr-hal-template
.Then use your Rust IDE or text editor of choice to write your code. A normal
cargo run
(or the equivalent button in your IDE) should automatically deploy the program to a connected Arduino using ourravedude
.Just give it a try and if you get stuck, feel free to ask for help :)