-
Hello,
I followed your guide on generating a new project with avr-hal-template and chose 'Arduino Uno' in the template menu.
When I execute `cargo run`, I get:
```
Finished dev [optimized + …
-
http://forum.arduino.cc/index.php?topic=580188.0
THe OneWire_direct_gpio.h file contains code like:
```
#if defined(__AVR__)
#define PIN_TO_BASEREG(pin) (portInputRegister(digitalPin…
-
Hi, nice work! I have a problem: how can I stop searching for a new message from the transmitter, and go on with the sketch, for example because the transmitter is now offline and i have other sensors…
-
I got the following error:
```
Error: programmer atmelice_updi and part ATmega4809 have no programming modes in common
use -c? -p ATmega4809 to see all possible programmers for ATmega4809
```
…
-
A couple of timer related issues (not sure if I should open two issues here, or not)
1] We don't seem to have an option for using the RTC for millis(). Unclear if this is a deliberate omission, as …
-
Hi Phillip,
I recently got hold of some AVR128DB28. Though they are pretty new, Spence Konde already supports them with [DxCore](https://github.com/SpenceKonde/DxCore). They belong to the `megaavr`…
-
Hello.
I'm trying to load the compiled firmware to the Arduino UNO WiFi rev2, making use of esptool + SerialNINAPassthrough script, which as I understand, boots up the NINA in recovery mode, waitin…
-
I am setting up an environment (in neovim) for working with the newer AVR device families (specifically avr128db48). _avr-gcc_ does not support these out of the box and an additional device family pac…
-
Keys 0-6 all trigger correctly when touched on the AT42QT2120 but when touching key 7, keys 8-11 are shown as being touched in status.keys. Also, touching keys 8-11 doesn't register as touches. Maybe …
-
Hello and thank you for this amazing project. I have now built 5 of these, all using JLCPCB boards and LSCS components that I have been able to solder on to the boards. I have also made some slight …