lessons/lesson_12/main.py
Showing 4 of 4 total issues
Line too long (86 > 79 characters) Open
Open
Raspberry Pi Pico W LESSON 12: Understanding and Controlling an RGB LED in MicroPython
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line too long (91 > 79 characters) Open
Open
f"from the list below:\n\n{all_colors}\n\ntype here -> ").lower()
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Variable name c
doesn't conform to snake_case naming style Open
Open
for i, c in enumerate(colors[led_color]):
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Variable name x
doesn't conform to snake_case naming style Open
Open
x: int = calc_pwm(c)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks