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

builtin.h

Blame
    • Paul Sokolovsky's avatar
      a80ff04f
      Add dummy bytes() constructor. · a80ff04f
      Paul Sokolovsky authored
      Currently, MicroPython strings are mix between CPython byte and unicode
      strings. So, conversion is null so far. This dummy implementation is
      intended for compatibility with CPython (so, same code can run on both).
      a80ff04f
      History
      Add dummy bytes() constructor.
      Paul Sokolovsky authored
      Currently, MicroPython strings are mix between CPython byte and unicode
      strings. So, conversion is null so far. This dummy implementation is
      intended for compatibility with CPython (so, same code can run on both).