-
```
I want to make Tiny13A core with Tiny Arduino!
TINY13A core summary
MAX Frq 20Mhz
1KB FLASH
64byte EEPROM
64byte SRAM
Do you know how to make TINY13A core Arduino Tiny ?
```
Original issue rep…
-
```
I want to make Tiny13A core with Tiny Arduino!
TINY13A core summary
MAX Frq 20Mhz
1KB FLASH
64byte EEPROM
64byte SRAM
Do you know how to make TINY13A core Arduino Tiny ?
```
Original issue rep…
-
### Did you test the latest `bugfix-2.0.x` code?
Yes, and the problem still exists.
### Bug Description
I had download the new bug fix and add the external EPPROM and some lines in the end of confi…
-
```
What steps will reproduce the problem?
I modified the sample code somewhat to show what I was getting in my
own sketch. Below is the updated sample.
/*
EDB_Simple.pde
Extended Database Libra…
-
```
avr-libc: 1.6.7-4.5
avr-gcc: 4.4.2
reason: EEWE bit definition is missing. apparently removed from avr/eeprom.h
offending code:
#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega1281__)
…
-
Thanks for this nice work. It helps me a lot. I was using some RF based system in my home. Now I want to replace with ESP and Amazon Echo. In my earlier system I used EEPROM to keep switch state store…
-
**Symptoms**
Using with RedBearLab BLE Shield v 2.1 on Arduino Uno, the peripheral cannot reconnect after first successful connection.
Unless is it disconnected first from central without being p…
-
实在是对不起,我不是很懂ARDUINO ,怎样刷eeprom?
-
The first 16 bytes of EEPROM are reserved by the Arduboy2 library for user settings.
Evade is overwriting those first 16 bytes which causes a problem for users.
Would it be possible to fix the cod…
-
Hi,
I am using your very nice library with great delight under the Arduino IDE 1.0.6!
I had to copy these two libraries to the arduino libraries folder seperately.
In order to run the example, I had…