arduino12
arduino12
Will need more details...
I made this repo as POC - because this is not the right and best way to do it.... Sadly pio develop team did not support this MCU... No need...
Thanks for the help, I just rememberd that in the **[ini](https://github.com/arduino12/n76e003_platformio/blob/main/platformio.ini#L5)** file, I used my own clone of the mcs51 platform and found the **[json](https://github.com/arduino12/platform-intel_mcs51/blob/develop/platform.json)** file that is missing for...
**Thanks for sharing!** @Dev991 I will leave this issue open so others can use it if needed... On my PC (Win 10) the original example works fine (without changing the...
Hi, I didn't know that the constructor order was changed, But I still think my improvments are the right thing to do! I know many libraries that uses pointers as...
So why [all the other functions](https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library/blob/master/Adafruit_PWMServoDriver.h#L84-L89) of this and many many other libs does not use `const` before every argument..? I still think it is not needed [here](https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library/blob/master/Adafruit_PWMServoDriver.h#L78-L79).. About pointer...
**Hi,** My librery reads all 32bits of the tag_id into the `uint32_t tag_id`. You read "330092A6D7" thats 40bits, the first byte "33" is the protocol version and I ignore it...
**Hi,** Well it seem that those 125kHz tags do use 40bits! 😮 For backward-compatibility I won't change the library because many already use it with 32bits. (If I knew it...
**Hi,** **Thanks for testing!** I hope to find some time next month to add that option to go 40bit and test it on my hardware before pushing the changes🙃 Will...
@xsrf **This will save so much time!** Instead of manually exporting each SVG layer to a seperate SVG file, then importing every SVG file to a different layer using your...