Paul Clark

Results 13 issues of Paul Clark

Hello @Hopperpop , Thank you again for sharing this library. It is a really nice piece of work! Could you please add this library to the Arduino Library Manager -...

The Qwiic Button uses sub-one cycle clock stretching on the I2C bus. This causes the standard ```beginTransmission``` ```endTransmission``` 'scanner' test for an I2C device to return a false positive. **Steps...

Sorry Kyle... With v2.1.1 of the core, ```attachInterrupt``` re-configures the pin, removing a pull-up if one was present. If you're using a FALLING interrupt, then removing the pull-up causes the...

OpenLog Artemis puts the Aretmis into deep sleep between measurements to save battery power. With v1.2 of the core, we could disable the I2C IOM to save a little extra...

Another observation... With v2.1 of the core, we need to manually re-enable the Serial TX and RX pins after disabling them to reduce power consumption during SLEEP_DEEP. With v1.2 of...

### Background I’m upgrading the OpenLog Artemis to v2.1 of the core. I need to be able to manually configure the pull-ups on the “qwiic” SCL and SDA pins (D8...

### Describe the problem With IDE v1.8 Library Manager, we could include clickable links in examples which would open the library manager or board manager automatically. With IDE v2, the...

topic: code
type: imperfection
topic: CLI

Hi Mikal, Not an issue as such - more a feature request for the next release: Could you add a function to clear the MO/MT/both buffers using AT+SBDD0/1/2 ? The...

I'm seeing a threat detected in Windows GUI for EEPROM Programmer.zip : ![Image](https://github.com/user-attachments/assets/60de4eaf-997d-4a94-a8bf-c6d271cd6a3e) It is almost certainly a false positive given that the zip file is 7 years old, and...