Skip to content
#

avr

Here are 1,724 public repositories matching this topic...

Marlin
bulbersator
bulbersator commented Sep 7, 2021

Is your feature request related to a problem? Please describe.

Button support has been added recently, but most motherboards don't have many pins free. Multiplexing will allow more buttons to be operated.

Are you looking for hardware support?

No response

Describe the feature you want

In the button configuration, I would like to be able to set the pins that support the

duino-coin
revoxhere
revoxhere commented Aug 19, 2021

If you have an outdated ESP32 core, you will probably see the message like this while compiling the code:

ResolveLibrary(sha/sha_parallel_engine.h)
  -> candidates: []ESP32_Code:59:85: fatal error: sha/sha_parallel_engine.h: No such file or directory
 #include "sha/sha_parallel_engine.h" // Include hardware accelerated hashing library
                  ^
compilation terminated.
lord-ne
lord-ne commented Aug 25, 2021

What is the proper way to exit the Ravedude serial monitor? Exiting with CTRL+C gives error: process didn't exit successfully: 'ravedude uno --open-console --baudrate 9600 target\avr-atmega328p\release\arduino_test.elf' (exit code: 0xc000013a, STATUS_CONTROL_C_EXIT). It still works fine, but being shown an error message is just slightly bad user experience.

The reason why I want to exit wi

Improve this page

Add a description, image, and links to the avr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the avr topic, visit your repo's landing page and select "manage topics."

Learn more