Skip to content

Commit

Permalink
clean up and restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelburgos committed Jul 4, 2024
1 parent c1c07f6 commit f062d05
Show file tree
Hide file tree
Showing 14 changed files with 683 additions and 1,280 deletions.
3 changes: 2 additions & 1 deletion Gateware/applet/open_beam_interface/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

from glasgow.support.logging import dump_hex
from glasgow.support.endpoint import ServerEndpoint
from .base_commands import Command, CmdType, BeamType, OutputMode
from .base_commands.structs import CmdType, BeamType, OutputMode
from .base_commands.commands import Command

# Overview of (linear) processing pipeline:
# 1. PC software (in: user input, out: bytes)
Expand Down
Loading

0 comments on commit f062d05

Please sign in to comment.