-
```
What steps will reproduce the problem?
1.Try to compile the TM1640 example for target ATtiny85 board (Arduino-Tiny
cores)
2.Works with IDE pre-1.0 but not with any version 1.0 or younger
3.
What…
-
```
What steps will reproduce the problem?
1.Try to compile the TM1640 example for target ATtiny85 board (Arduino-Tiny
cores)
2.Works with IDE pre-1.0 but not with any version 1.0 or younger
3.
What…
-
I have Attiny85 and MAX485. I want to programming attiny by 485. I know that optiboot can change max485 in to "programming mode" by pin from attiny.
Is this option with pin isenabled default?
Or…
-
In flash-timonel-bootloader.sh running under Linux (it's a 64-bit Ubuntu derivative) the line following
echo "[[[ Flashing Timonel for operating @ $ARG2 MHz ]]]";
is
avrdude -c USBasp -p attiny85…
-
```
What steps will reproduce the problem?
1.Try to compile the TM1640 example for target ATtiny85 board (Arduino-Tiny
cores)
2.Works with IDE pre-1.0 but not with any version 1.0 or younger
3.
What…
-
I don't see a way to create our own macro, at least not one that is documented. Can that be added? if you create a repo with the source code, I'd be happy to contribute.
mtdjr updated
5 years ago
-
Hey there. Thanks for the work with this SMD version of TV-B gone ^.^ Since I find the ESP32-S2 easier to buy then the Attiny85, I was thinking about building an SMD version of TV-B gone with the ESP3…
-
```
What steps will reproduce the problem?
1.Try to compile the TM1640 example for target ATtiny85 board (Arduino-Tiny
cores)
2.Works with IDE pre-1.0 but not with any version 1.0 or younger
3.
What…
-
```
What steps will reproduce the problem?
1.Try to compile the TM1640 example for target ATtiny85 board (Arduino-Tiny
cores)
2.Works with IDE pre-1.0 but not with any version 1.0 or younger
3.
What…
-
Consider the following code:
```
#include
void setup() {
Debug.begin( 19200 );
}
void loop() {
Debug.println("knock knock");
delay(1000);
}
```
It fails compiling with:
```
Ard…