lessons/lesson_7_and_8/main.py
Showing 5 of 5 total issues
Line too long (83 > 79 characters) Open
Open
Raspberry Pi Pico W LESSON 7: Controlling 3 LED with a Potentiometer in Micropython
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line too long (80 > 79 characters) Open
Open
turn_led_on(LED_COLOR) # Turn ON corresponding LED
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line too long (84 > 79 characters) Open
Open
Raspberry Pi Pico W LESSON 8: Compound Conditionals and If Statements in MicroPython
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line too long (88 > 79 characters) Open
Open
return int(slope * (read_value - 0)) # calculate Y and converted to integer value
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line too long (89 > 79 characters) Open
Open
LED_COLOR: str = value_to_color(VALUE) # Get color based on converted value
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks