-
Hi,
Used simavr about 12 months ago when I was running 10.6 (Snow Leopard) and found it really useful.
Doing some arduino stuff again on 10.8 (Mountain Lion), but when I compile and execute run_avr …
-
Is there a way to change the hardware serial pins for the Attiny85. I need the only two digitalPins which are Ain0 and Ain1. Perhaps we could move them to ADC3 and ADC2. I learned that software ser…
-
@rambo
Hi Eero,
I have pushed significant changes into a branch called "interrupt_driven" that I would like you to review (and test if possible). The onRequest() callback function is interrupt dri…
-
Hi,
I am kinda noob and this is my silly questions:
- Is it possible to "burn" eeprom of Tiny85 along with flash using micronucleus?
- Is it possible to "burn" eeprom of Tiny85 without touching the f…
-
Hi,
i just try to get PJON runnable on a attiny84 with arduino ide 1.8.5.
I take the attiny85 parts and simply added sections for the attiny 84.
The following changes i have made.
PJON_IO.h
Lin…
-
Documentation in the header of Version 1.5.1 Arduino.mk implies support of The HLT (attiny-master) core:
excerpt immediately below:
```
# The HLT (attiny-master) core can be used just by specifying
…
celem updated
7 years ago
-
[Digistump](http://digistump.com) created a Attiny85 based microcontroller called Digispark that uses the micronucleus tiny85 bootloader (details and links [here](http://digistump.com/wiki/digispark/t…
-
```
client-130-203-90-97:simavr--git WenhuiZhang$ make
Makefile:30: warning: overriding recipe for target 'install'
Makefile:24: warning: ignoring old recipe for target 'install'
make -C simavr R…
-
I wonder what TinyWireM library should work, I've tried the version from [Adafruit](https://github.com/adafruit/TinyWireM) but it does not seem to work. I use a piece of the I2C Scanner code to check …
ghost updated
7 years ago
-
I realize that your ATTinyCore is designed for use with the Arduino IDE but many folks, including myself, like to use Makefiles instead of the Arduino IDE. Please consider future versions of ATTinyCor…
celem updated
7 years ago