You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cargo-generate.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,9 @@ HAL choice: You can choose between embassy or rp-hal.
30
30
## Step 2: Default LED Blink Example
31
31
By default, the project will be generated with a simple LED blink example. The code structure may look like this:
32
32
33
-
src/main.rs: Contains the default blink logic.
34
-
Cargo.toml: Includes dependencies for the selected HAL.
33
+
`src/main.rs`: Contains the default blink logic.
34
+
35
+
`Cargo.toml`: Includes dependencies for the selected HAL.
35
36
36
37
## Step 3: Choose Your HAL and Modify Code
37
38
Once the project is generated, you can decide to keep the default LED blink code or remove it and replace it with your own code based on the HAL you selected.
0 commit comments