Question
So I need some python help! I'm working with a 7-segment display with the Mu editor and circuit python (raspberry pi). I'm trying to assign
So I need some python help! I'm working with a 7-segment display with the Mu editor and circuit python (raspberry pi). I'm trying to assign these pin values (named 'segments') to be associated with their corresponding dictionary named 'numbers'. Basically I want to write a function where I can call thisfunction(0), and the number '0' will light up on my LED based on the dictionary I established. Is this possible? Thanks for the help! as a side-note I am only using import digitalio and import board. I do not want to use anything else, thank you.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started