-
```
I Use Attiny85. like this
http://hlt.media.mit.edu/?p=1695
#include -- Compile is Passed.
But does NOT Work.
How to use EEPROM with ATtiny?
or Will be Support?
```
Original issue reported on …
-
```
I Use Attiny85. like this
http://hlt.media.mit.edu/?p=1695
#include -- Compile is Passed.
But does NOT Work.
How to use EEPROM with ATtiny?
or Will be Support?
```
Original issue reported on …
-
```
I Use Attiny85. like this
http://hlt.media.mit.edu/?p=1695
#include -- Compile is Passed.
But does NOT Work.
How to use EEPROM with ATtiny?
or Will be Support?
```
Original issue reported on …
-
```
I Use Attiny85. like this
http://hlt.media.mit.edu/?p=1695
#include -- Compile is Passed.
But does NOT Work.
How to use EEPROM with ATtiny?
or Will be Support?
```
Original issue reported on …
-
```
I Use Attiny85. like this
http://hlt.media.mit.edu/?p=1695
#include -- Compile is Passed.
But does NOT Work.
How to use EEPROM with ATtiny?
or Will be Support?
```
Original issue reported on …
-
```
I Use Attiny85. like this
http://hlt.media.mit.edu/?p=1695
#include -- Compile is Passed.
But does NOT Work.
How to use EEPROM with ATtiny?
or Will be Support?
```
Original issue reported on …
-
Which library are you using for DFPlayer? Every time I try to use the ATTiny85 to control the DFPlayer I just get a clicking sound, DFPlayer fails to wake and ATTiny seems to get stuck at this point …
-
About line #138 in UsbKeyboard.h
``` C
PORTD = 0; // TODO: Only for USB pins?
DDRD |= ~USBMASK;
```
Replace it to take the port name from the usbconfig.h with this lines
``` C
USBOUT = …
zaher updated
8 years ago
-
I cannot include SoftwareSerial or SoftSerial for Digispark Attiny85, While it is ok for Arduino UNO or Nano. Windows 10, Arduino IDE 1.8.12 and Digistump 1.6.7. Without SoftSerial anything is good, w…
-
Hello, sorry to disturb. I just want to see the possiblities with the ATTiny85, that is how low I can go. I am trying to make an encoder with 2 receivers and 2 transistors each, the disk having 4 divi…