Showing 19 of 19 total issues
Line too long (86 > 79 characters) 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 (83 > 79 characters) 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
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
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 (86 > 79 characters) Open
Raspberry Pi Pico W LESSON 9: Getting Analog Output Using PWM (Pulse Width Modulation)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line too long (91 > 79 characters) Open
f"from the list below:\n\n{all_colors}\n\ntype here -> ").lower()
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line too long (87 > 79 characters) Open
raise TypeError(f"Invalid parameter type: {type(val)}! Only integers allowed.")
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line too long (88 > 79 characters) 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
LED_COLOR: str = value_to_color(VALUE) # Get color based on converted value
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line too long (86 > 79 characters) Open
" 0 and 3.3 or type exit to stop the execution: ")
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
BUG found Open
# BUG: Dependabot couldn't fetch path-based dependencies (pip)
- Create a ticketCreate a ticket
- Exclude checks
Variable name e
doesn't conform to snake_case naming style Open
except VoltageError as e:
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Unable to import 'machine' Open
from machine import Pin
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Constant name led
doesn't conform to UPPER_CASE naming style Open
led = Pin(5, Pin.OUT)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Variable name c
doesn't conform to snake_case naming style 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
x: int = calc_pwm(c)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Constant name led
doesn't conform to UPPER_CASE naming style Open
led = Pin(5, Pin.OUT)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Useless super delegation in method '__init__' Open
def __init__(self, message) -> None:
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Unable to import 'machine' Open
from machine import Pin
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks