-
```
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…
-
based on this discussion: https://github.com/firmata/arduino/issues/257#issuecomment-216350738
Would it make sense to use the otherwise unused (in most firmata devices) EEPROM as a simple key-value …
-
```
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…
-
```
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…
-
```
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__)
…
-
I need to use a SAM based arduino for the performance, yet none of the redbear examples compile on the DUE with a EEPROM.H not found. They do compile as is on the MEGA. The DUE has no EEPROM. REDBE…
-
```
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__)
…