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

Python examples rework #27

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Jan 10, 2018

  1. python: navio: add modules from Navio+

    Navio: Navio+ modules
    Navio2: Navio2 modules
    Common: common modules
    Add all modules in __init__ files in each folder
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    b2c523a View commit details
    Browse the repository at this point in the history
  2. python: navio: Common: util: add new function

    Add function get_navio_version, which return Navio version
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    6c0c923 View commit details
    Browse the repository at this point in the history
  3. python: navio: Navio: add Led Navio+ support

    Make new module and add this module in __init__ file
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    d33ddf9 View commit details
    Browse the repository at this point in the history
  4. python: navio: Navio: add ADC Navio+ support

    Make ADC module for Navio+ and add this module in __init__ file
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    5520231 View commit details
    Browse the repository at this point in the history
  5. python: navio: Navio: add RCInput Navio+ support

    Make new RCInput module for Navio+ in add this module in __init__ file
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    44e25f2 View commit details
    Browse the repository at this point in the history
  6. python: navio: Navio: add RCOutput Navio+ support

    Make RCOutput module for Navio+ and add this in __init__ file
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    75a406a View commit details
    Browse the repository at this point in the history
  7. python: navio: Navio2: RCInput: add channel number check

    Print error message if channel too large
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    d4b5f83 View commit details
    Browse the repository at this point in the history
  8. python: LED: add Navio+ support

    Add root check
    Add Navio+ entry and auto choice shield
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    f2023ff View commit details
    Browse the repository at this point in the history
  9. python: AccelGyroMag: add Navio+ support

    Add Navio+ entry and auto choice shield
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    8f67d05 View commit details
    Browse the repository at this point in the history
  10. python: Barometer: rename modules

    All modules for this example now in folders Common
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    b241095 View commit details
    Browse the repository at this point in the history
  11. python: GPS: rename modules

    All modules for this example now in Common folder
    Delete useless import util
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    ccf53b5 View commit details
    Browse the repository at this point in the history
  12. python: ADC: add Navio+ support

    Add Navio+ entry and add auto choice shield
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    fd610e8 View commit details
    Browse the repository at this point in the history
  13. python: RCInput: add Navio+ support

    Add Navio+ entry and auto choice shield
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    5a7a23a View commit details
    Browse the repository at this point in the history
  14. python: Servo: add Navio+ support

    Add root check
    Add Navio+ entry and add shield auto choice
    Igor Anokhin committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    323675f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Python: apply black formatter for better readability

    Igor Anokhin committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e5476c7 View commit details
    Browse the repository at this point in the history