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

✨ Add Support for the ADI Expander #245

Merged
merged 70 commits into from Sep 13, 2020
Merged

Commits on Aug 14, 2020

  1. Create ext_adi.h

    kunwarsahni01 committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    1fd691c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d57786a View commit details
    Browse the repository at this point in the history
  3. Create vdml_ext_adi.cpp

    kunwarsahni01 committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    1fd125a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Add smart_port struct

    kunwarsahni01 committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    fd578fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8ef153 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdd6483 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9457cc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Configuration menu
    Copy the full SHA
    ae99033 View commit details
    Browse the repository at this point in the history
  2. Implemented get_ports

    kunwarsahni01 committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    bcf17fb View commit details
    Browse the repository at this point in the history
  3. Removing pointer

    kunwarsahni01 committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    a461ede View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

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

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    78bbc85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e23948 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    6c89e26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65043e1 View commit details
    Browse the repository at this point in the history
  3. Fixed C api compiling errors, current state of cpp file is commented

    out, and the headers have been added to the api header file.
    WillXuCodes committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    793157d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Merge pull request #243 from purduesigbots/develop

    Revert for ADI-Expander
    kunwarsahni01 committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    8dcc8d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0b1a6a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Revert "Fixed warning with unused adi port var, and fixed the smart_p…

    …orts to be"
    
    This reverts commit b0b1a6a.
    WillXuCodes authored and kunwarsahni01 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    cc06e2e View commit details
    Browse the repository at this point in the history
  2. Made smart ports be - 1

    kunwarsahni01 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    fcfc966 View commit details
    Browse the repository at this point in the history
  3. ext gyro fix (we were passing in the adi port instead of the gyro

    int_32t object itself).
    WillXuCodes committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    877df53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    320f2fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    853428c View commit details
    Browse the repository at this point in the history
  6. Fix ultrasonic calls

    kunwarsahni01 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    c265df5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

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

Commits on Sep 3, 2020

  1. Update Comments

    kunwarsahni01 committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    1b0cb14 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    df7981b View commit details
    Browse the repository at this point in the history
  2. Fix Ultrasonic C++ api

    kunwarsahni01 committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    bc9d9d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f59b3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fa3d95 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    5286d03 View commit details
    Browse the repository at this point in the history
  2. code clean up

    mooreBrendan committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    414ca7e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. documentation clean up

    mooreBrendan committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    7df1ce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    919f4ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2366756 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6053a6b View commit details
    Browse the repository at this point in the history
  5. reverted version

    mooreBrendan committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    3646819 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Deleted redundant (For external adi port) comments in adi expander

    header (comments existed since these macros used to be in the normal adi
    expander).
    WillXuCodes committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    0f68e42 View commit details
    Browse the repository at this point in the history
  2. Update include/pros/adi.hpp

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    mooreBrendan and HotelCalifornia committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    8d80a18 View commit details
    Browse the repository at this point in the history
  3. Update include/pros/adi.hpp

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    mooreBrendan and HotelCalifornia committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    12f0172 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93ca9ff View commit details
    Browse the repository at this point in the history
  5. Added spaces back to multiplyer = 1 to adi gyro default param.

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    WillXuCodes and HotelCalifornia committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    aedc307 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    6487dc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e83096 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Update src/devices/vdml_adi.cpp

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    mooreBrendan and HotelCalifornia committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    82af00d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Formatting Fix

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    WillXuCodes and HotelCalifornia committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    0c815d5 View commit details
    Browse the repository at this point in the history
  2. Comment Formatting Fix

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    WillXuCodes and HotelCalifornia committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    c65d583 View commit details
    Browse the repository at this point in the history
  3. Param Formatting Fix

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    WillXuCodes and HotelCalifornia committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    e8bf9d6 View commit details
    Browse the repository at this point in the history
  4. Fix Param Formatting

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    WillXuCodes and HotelCalifornia committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    4bf8135 View commit details
    Browse the repository at this point in the history
  5. Comment Fix

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    WillXuCodes and HotelCalifornia committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    b30c154 View commit details
    Browse the repository at this point in the history
  6. Changed comment spelling error

    Co-authored-by: Nick Mertin <nickmertin@gmail.com>
    WillXuCodes and nickmertin committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    6e27dda View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Update include/pros/adi.hpp

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    mooreBrendan and HotelCalifornia committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    660e5cd View commit details
    Browse the repository at this point in the history
  2. Update include/pros/ext_adi.h

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    mooreBrendan and HotelCalifornia committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b4db9e2 View commit details
    Browse the repository at this point in the history
  3. Update src/devices/vdml_adi.cpp

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    mooreBrendan and HotelCalifornia committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    f89fdf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d6ddbe View commit details
    Browse the repository at this point in the history
  5. Fixed formatting

    Co-authored-by: Theo Lemay <16546293+theol0403@users.noreply.github.com>
    WillXuCodes and theol0403 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    11668a1 View commit details
    Browse the repository at this point in the history
  6. Fix Formatting

    Co-authored-by: Theo Lemay <16546293+theol0403@users.noreply.github.com>
    WillXuCodes and theol0403 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    f2e2439 View commit details
    Browse the repository at this point in the history
  7. revert version

    Co-authored-by: Theo Lemay <16546293+theol0403@users.noreply.github.com>
    WillXuCodes and theol0403 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    997f116 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Configuration menu
    Copy the full SHA
    2ad6900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a39bfe4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc1695f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8267034 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    066e1df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a38a5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    766ad6b View commit details
    Browse the repository at this point in the history
  8. Update include/pros/adi.hpp

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    mooreBrendan and HotelCalifornia committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    0ac5b5a View commit details
    Browse the repository at this point in the history
  9. corrected encoder to gyro in comments

    Co-authored-by: Alex Brooke <akb.sbc@gmail.com>
    mooreBrendan and HotelCalifornia committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    e980360 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac9d6b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Add External ADI Test

    kunwarsahni01 committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    8442742 View commit details
    Browse the repository at this point in the history
  2. Format Ext ADI Test

    kunwarsahni01 committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    8119101 View commit details
    Browse the repository at this point in the history