ElectronicCats / ElectronicCats-PN7150

Arduino library for I2C access to the PN7150 RFID/Near Field Communication chip
MIT License
33 stars 15 forks source link

Only pass arguments of type uint8_t to the Arduino write function. #30

Closed sabas1080 closed 2 years ago

sabas1080 commented 2 years ago

Only pass arguments of type uint8_t to the Arduino write function.

This fixes a compilation error in the Arduino mbed core, where Wire.write(uint32_t) is ambiguous

29 for Portenta

sabas1080 commented 2 years ago

tested on RP2040 core and working