Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
7bd273b8
Commit
7bd273b8
authored
May 22, 2015
by
Daniel Campora
Browse files
extmod: Actually expose the ubinascii python methods.
parent
a3a14b9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
extmod/modubinascii.h
View file @
7bd273b8
...
...
@@ -30,4 +30,7 @@
extern
mp_obj_t
mod_binascii_hexlify
(
mp_uint_t
n_args
,
const
mp_obj_t
*
args
);
extern
mp_obj_t
mod_binascii_unhexlify
(
mp_obj_t
data
);
MP_DECLARE_CONST_FUN_OBJ
(
mod_binascii_hexlify_obj
);
MP_DECLARE_CONST_FUN_OBJ
(
mod_binascii_unhexlify_obj
);
#endif
/* MICROPY_EXTMOD_MODUBINASCII */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment