Hardware setup 1

Activities
- Increase progressively the brightness of LED 6.
- Increase progressively the brightness of LED 6 with a function.
- Modify the last exercise to make the LED 6 increase its intensity progressively and, when it reaches the maximum brightness, it decreases progressively until it switches off.
- Control the brightness of LED 3 with potenciometer A0 and LED 6 with potenciometer A1.
- Make a program to control the intensity of LEDs 3 and 9 with potentiometer A0. If one of the LEDs increases its intensity, the other decreases it.
<aside>
💡 Hint: The map block will help you changing the range of the values.
</aside>
Solutions
Hardware setup 2