modm-io / modm-devices

Curated device data for all AVR and ARM Cortex-M devices
https://blog.salkinium.com/modm-devices
Mozilla Public License 2.0
50 stars 28 forks source link

Fix Python syntax #109

Closed rleh closed 8 months ago

rleh commented 8 months ago

Since Python 3.6 backslash-character pairs that are not valid escape sequences are deprecated and generate a SyntaxWarning: invalid escape sequence warning. This is fixed by using raw string.