-
So I installed the library thought the IDE but when I got to compile it gives me these errors. Ive installed the Attiny85 boards files from here https://create.arduino.cc/projecthub/arjun/programming-…
-
I am working on automating interrupts with time interval. I found that TimerOne is a good library for it but it is not working with Atmega 4809. Here is link to the library (https://github.com/PaulSto…
-
First of all really appreciate the time and effort that you put into this core, i'm truly thankful.
All worked as expected, until I tried to select AVR128DB64(for the first time, 99% rest of the ti…
-
I'm trying to compile a program that includes the infamous Fastled for the Attiny1614 with optiboot. Arduino throws me several similar errors on the fact that "PINB", "DDRA" "DDRB" etc. are not declar…
-
From here
* https://github.com/avrdudes/avrdude/pull/1523#issuecomment-1784217877
@MCUdude found an issue with AVR EB support.
```
$ ./avrdude -cpkobn_updi -pavr16eb32 -qq -t
avrdude> read fuse…
-
Hi,
did you change anything else on the OneWire or Pin Lib between Core 1.5.1 and 1.5.6?
With v1.5.1 the address from the DS18B20 sensor is found and with v1.5.6. not. Nothing changes on any other…
-
Hello everyone,
in the avrdude.conf (release v7.0) the memory size and page size usersig/userrow is wrong, it should be 64B and not 32B.
The relevant parts in the datasheet (page 17) is this:
>…
-
1.6.2 is ready for release as soon as I can get a fix to the asm rx implementations working,
Two tinyAVR 2 series in half duplex mode each running this identical sketch:
```c++
void setup() {
…
-
Once the ones that used to work work again.
-
- [X] **PlatformIO Core**.
### Configuration
**Operating system**:
macOS 10.13.6
**PlatformIO Version** (`platformio --version`):
PlatformIO Core, version 6.1.3
### Description of proble…