Micro bit program?
Hello everyone, hope someone can help:
When buttons A+B are clicked, P0 is also 1, even though P0 was set to 0. Isn't button A+B a third button option? What am I doing wrong?
Thank you for your time
Hello everyone, hope someone can help:
When buttons A+B are clicked, P0 is also 1, even though P0 was set to 0. Isn't button A+B a third button option? What am I doing wrong?
Thank you for your time
I have a Surface Book 2. It's supposedly only capable of 60 Hz output, but I can set it to 120 Hz using a DisplayPort cable. But now I've read that it's just extrapolated and still doesn't show more than 60 Hz. At 165 Hz, which my monitor supports, everything remains black. Is there any…
Good day everyone. I was looking into MacBook mice today and came across the Logitech MX Master 3 for Mac. This mouse is supposed to be right-handed only, and I'm left-handed, but I've only ever used right-handed mice in my life. Is there something wrong with me? I've gotten completely used to the left-right click…
Hello. I found someone on Instagram who will help me with a black screen. However, he says he needs the serial number: To get it fixed, I will have to run an authentication test on the device using the serial number and proceed to correct this software fault. Is it trustworthy? Or can he hack…
https://hastebin.de/xiputizuzo.java Hello, how can I make it possible to use hexx colors in the motd
Hello! I don't know. I got this old PC from my sister. Which of these two is better? Aside from the dust, I'll clean it! Thank you!
My hard drive always sounds like someone is scratching something when it reads something, when writing it only hums a little is that normal
I don’t know how MicroBit does this, but the evaluation is as follows:
When A+B is pressed, A is already filled and executed. The query would then have to be A+notB, then notA+B, and then A+B to cleanly separate all three variants…
Alternatively: A+B first check. If A+B is fulfilled, the first query is executed if not, the second query is checked… So adjust order…