Skip to content
Snippets Groups Projects
Select Git revision
  • 4abaa1b12b81cfe2fb45d5b2fa36a282c15c328d
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

tools

user avatar
Damien George authored
Using Python's file open in 'r' mode opens it for text reading, which
converts all new lines to \n.  Could use 'rb' binary mode, but then
don't have access to the string Template replacement functions.  Thus,
force the output to have '\\r\\n' ending.

Also fix regex to match hex digits.
ecdf6cdc
History
Name Last commit Last update
..