You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If code outside our main entry point, e.g. our examples, wanted
to use the src_to_binary function, it needed an ugly import of
esp32_ulp.__main__. With this change the import becomes cleaner,
e.g. `from esp32_ulp import src_to_binary`.
The original "main" method, which took a filename as input and
resulted in a ULP binary file as output, is now also more cleanly
available as assemble_file() inside the esp32_ulp module.
Fixes#39.
0 commit comments