In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
Most people do not understand the knowledge points of this article "how to use micropython newbit", so the editor summarizes the following content, detailed content, clear steps, and has a certain reference value. I hope you can gain something after reading this article. Let's take a look at this "how to use micropython newbit" article.
Newbit (microbit) supports music playback. Microbit needs a small clip to connect the signal to the speaker, while newbit integrates a buzzer to play music directly, which works well.
The way to play music is: import musicmusic.play (music.PYTHON)
Newbit has more than a dozen built-in music, and the following capital letters are built-in music.
Dir (music) ['reset',' set_tempo', 'get_tempo',' play', 'pitch',' stop', 'DADADADUM',' ENTERTAINER', 'PRELUDE',' ODE', 'NYAN',' RINGTONE', 'FUNK',' BLUES', 'BIRTHDAY',' WEDDING', 'FUNERAL',' PUNCHLINE', 'PYTHON',' BADDY', 'CHASE',' BA_DING', 'WAWAWAWAA' 'JUMP_UP', 'JUMP_DOWN',' POWER_UP', 'POWER_DOWN']
Apart from built-in music, we can also play our own music, such as:
# Symphony of Destiny B5 = ['4tune 2', 'Grace,' eb:8', 'rvet 2,' fudge, 'fudge,' dRV 8'] music.play (B5) # two tigers tune = ["C4V4", "D4R4", "E4VER4", "C4V4", "C4V4", "D4pur4", "E4PUL4" Music.play (tune) can also directly set the frequency and time of the output import musicwhile True: for freq in range (880, 1760, 16): music.pitch (freq, 6) for freq in range (1760, 880,-16): music.pitch (freq). 6) the above is the content of the article "how to use micropython newbit" I believe we all have a certain understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about the relevant knowledge, please pay attention to the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.