Replies: 3 comments 6 replies
-
Is the 1.8.15 bug still in 1.8.16? |
Beta Was this translation helpful? Give feedback.
-
Nope...
works for me. Have you by any chance expanded on blink further, particularly by turning on Serial? pin 9 is PIN_PB2, the TX pin for serial, so if you've called Serial.begin(), you can't manually control the pin - you've handed that pin to the serial port until you call Serial.end() or reset it. Other than that, i'd suspect a wiring problem. Or a soldering problem, that VQFN package is nearly impossible to solder with an iron (frankly, it's no piece of cake to solder with a reflow oven either, I've had best results via one of those $12 chinese desoldering hotplates (remember to put something heat resistant under it - they come mounted on legs. Thermally conductive metal legs. They'll leave scorch marks on your desk). That thing is one of the most useful $12 pieces of junk I've gotten from china in months. incredible for rework of QFN, and for fixing QFP packages not lined up right - I reflow everything, then all the ones where the QFN package isn't soldered properly go onto the hotplate. You can even swap the chip out, which was previously hopeless even for TQFP - only alternative I had was titanium spatulas, but those make it too easy to lift traces. . |
Beta Was this translation helpful? Give feedback.
-
HI,
I have 1.8.16 arduino and I have nothing on led, where is mistake ?SincerelyEric
Le lundi 8 novembre 2021 à 08:46:44 UTC+1, Spence Konde (aka Dr. Azzy) ***@***.***> a écrit :
I think it's back to the old "assume a new release is no good until proven otherwise" protocol. It's not like they've been putting anything useful in.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
HI,
I try arduino 1.8.16 Attiny1607 board with Blink software and i add #define LED_BUILTIN 9 to change led pin, but I have nothing.
Do you know where is mistake ?
Sincerely
Eric
Beta Was this translation helpful? Give feedback.
All reactions