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

Refactor extra .ino's to cpp files #109

Open
wants to merge 19 commits into
base: proto5
Choose a base branch
from
Open

Refactor extra .ino's to cpp files #109

wants to merge 19 commits into from

Commits on Jul 28, 2023

  1. Make gesture into a cpp

    lucas-vrtech committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    23a6862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1d0a11 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    c3ad4d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afe004f View commit details
    Browse the repository at this point in the history
  3. Convert Serial to cpp

    lucas-vrtech committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    aa619d2 View commit details
    Browse the repository at this point in the history
  4. haptics.ino to cpp

    lucas-vrtech committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    02338b4 View commit details
    Browse the repository at this point in the history
  5. Make gesture a class

    lucas-vrtech committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    e76510a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

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

Commits on Jul 31, 2023

  1. Refactor encoding

    lucas-vrtech committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    bd98918 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    3156243 View commit details
    Browse the repository at this point in the history
  2. Fix encode macro typo

    lucas-vrtech committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    112b6af View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    44120d7 View commit details
    Browse the repository at this point in the history
  2. Convert main to cpp

    lucas-vrtech committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2ac60a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    71102d7 View commit details
    Browse the repository at this point in the history
  2. Clean up includes

    lucas-vrtech committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5985df7 View commit details
    Browse the repository at this point in the history
  3. Main includes

    lucas-vrtech committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    230fc21 View commit details
    Browse the repository at this point in the history
  4. OutboundData struct

    lucas-vrtech committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d8f0039 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Encode take string arg

    lucas-vrtech committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    dd41264 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Fix memory error

    lucas-vrtech committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    7f75243 View commit details
    Browse the repository at this point in the history