Skip to content
Snippets Groups Projects
Commit f51d8117 authored by Vlăduț-Andrei CHINȚOIU's avatar Vlăduț-Andrei CHINȚOIU
Browse files

Update file index.mdx

parent 33a594f0
No related branches found
No related tags found
No related merge requests found
Pipeline #106866 passed
......@@ -492,7 +492,7 @@ Please make sure the lab professor verifies your circuit before it is powered up
:::info
You should use the lab skeleton provided in the [Lab Repository](https://github.com/UPB-PMRust/lab-2025) as a starting point for your implementation.
Embassy will reset all the peripherals when the `main` function exists, that means `PWM` and `ADC` will stop. Make sure the `main` function never exits so you can see how the circuit behaves.
Embassy will reset all the peripherals when the `main` function exits, that means `PWM` and `ADC` will stop. Make sure the `main` function never exits so you can see how the circuit behaves.
:::
2. Write a program using Embassy to control the led intensity using a potentiometer. The potentiometer is connected to an ADC-capable GPIO pin. The LED should change intensity based on the potentiometer's position. (**2p**)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment