Teemu Ikonen

Results 7 issues of Teemu Ikonen

Arduino IDE 1.8.10 On Windows 10. Steps to reproduce. 1. Open sketch and verify/compile. 2. Add new file to project (Sketch/Add file..) 3. Verify/compile the sketch 4. Delete the file...

Type: Bug

Hi, Following format string outputs "0x01" when it should output "0x1001". uint16_t val = 0x1001; printf("%#04x", val);

### Description QEMU should warn user when code tries to enable STM32 TIM2 interrupt. Currently this is silently ignored as the feature is not supported. ### Steps to Reproduce 1....

enhancement

Original library doesn't seem to be maintained anymore, but here are my changes anyway as we use this fork in production. - internal zlib (from fork by @cweider) for dynamic...

Add some spacing on normal labels. Labels are mostly used next to wires and currently drawn so tight that readability suffers. Comparison of master and pull request. ![label_align_pr](https://user-images.githubusercontent.com/380448/220288910-7e9d7eae-e069-48a5-a89d-3ab2421aaee4.png) ![label_align_master](https://user-images.githubusercontent.com/380448/220288923-7166d9ff-413e-40ed-8768-5fdc435240c6.png)

Hi, There appears to be a bug in attachInterrupt() call. If pinMode is called on a pin before attachInterrupt is called with 'CHANGE' parameter the pin is forced high. Minimal...

This IC does not increment I2C read pointer when the angle is read for performance reasons. There is no need to rewrite the register address on an every request. This...