Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💻 Implemented "is" and sleep command for Micro:bit for level 2 #5587

Merged
merged 28 commits into from
Jun 18, 2024

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    a74ab64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a2fa46 View commit details
    Browse the repository at this point in the history
  3. Adding the sleep command in Micro:bit

    Cleaning the code a bit adding the sleep command and setting the feature flag to false
    rmagedon97 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f32d60a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff08dec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9db42bf View commit details
    Browse the repository at this point in the history
  6. Adding a test for "is"

    rmagedon97 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    23b0c95 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cab818 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c2a803 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    e050f1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7abf51 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    40472ec View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Refactoring

    Got rid of the white spaces in the transpiler. Modified the save_transpiled_code_for_microbit function to display microbit code properly.
    rmagedon97 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    bad8416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66fe55b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a53594d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    7818514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e82607 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Fixed assign function for MBit

    The assign function now checks if the value is string it encapsulates it in ' ' if it is a number there will  be no ' '
    rmagedon97 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8c34c0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c77adae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92c9445 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    b576232 View commit details
    Browse the repository at this point in the history
  2. Fixed the tests for sleep

    rmagedon97 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    34d6f71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b81a2d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Fixed the 2 failing tests

    rmagedon97 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    c178cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    956cf14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a021e34 View commit details
    Browse the repository at this point in the history
  4. fix

    rmagedon97 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    9b10444 View commit details
    Browse the repository at this point in the history
  5. clear implemented

    rmagedon97 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e5062e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    2864866 View commit details
    Browse the repository at this point in the history