arduino12
arduino12
It is better to change this [line](https://github.com/Chris--A/Keypad/blob/801285059681542c43d35fb56c3847c11ce0023f/src/Keypad.h#L78) to: `Keypad(const char *userKeymap, const uint8_t *row, const uint8_t *col, uint8_t numRows, uint8_t numCols);` So the code can support: ``` const char KEYS[]...
**Hi,** While developing a small ATtiny13 based servo motor control, I found out that `delayMicroseconds` fails to compile with non constant argument! ``` void setup() { delayMicroseconds(1000); // compiles with...
Hi, I noticed that beziers won't be converted to the `Edge.Cut layer`, When I checked the option `Auto flatten bezier for Edge.Cut layer` it works- but not 100% same shape....
Hi, I have 2 minor improvments to the [constructors](https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library/blob/master/Adafruit_PWMServoDriver.h#L78-L79): 1. Please remove the `const` attribute from the address argument because it is not needed. 2. Please replace the `TwoWire &i2c`...
**Hi,** **Amazing work!** it all works out of the box!  **1.** I want to have a unified UF2 program demonstrating as much sub-examples as possible on a 16MB RP2040...
**Hi,** **This library is awesome! many thanks!** I use it with my ESP32-S3 MCU- it have multiple UART peripherals (many `Serial` instances in the Arduino environment).. I specifically use the...
**Hi,** @midstreeeam **Thanks for this great module!** I just discovered [Magicavoxel](https://www.voxelmade.com/magicavoxel/) and downloaded its new version 0.99.7.1 [5/29/2023]. Parsing the vox files from your repo works out of the box,...
### Describe the problem The [upload](https://arduino.github.io/arduino-cli/0.21/commands/arduino-cli_upload/) commands supports a binary file upload with a `-i, --input-file string` argument. Currently, when called with a `.hex` file, it fails because a missing...