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

feat: logic analyzer logging/ playback added #1910

Merged
merged 1 commit into from
Aug 6, 2019

Conversation

neel1998
Copy link
Member

@neel1998 neel1998 commented Aug 3, 2019

Fixes #1909

Changes: Logging for Logic Analyzer

Checklist: [Please tick following check boxes with [x] if the respective task is completed]

  • I have used resources from strings.xml, dimens.xml and colors.xml without hard-coding them
  • No modifications done at the end of resource files strings.xml, dimens.xml or colors.xml
  • I have reformatted code in every file included in this PR [CTRL+ALT+L]
  • My code does not contain any extra lines or extra spaces
  • I have requested reviews from other members

APK for testing:
la_logging.zip

@CloudyPadmal since unlike oscilloscope waves in LA are not continuously moving, I think there is no need to add continuous logging here .. it will add unnecessary complexity and redundant data.

@neel1998 neel1998 changed the title [WIP]started working on logic analyzer logging logic analyzer logging/ playback added Aug 4, 2019
@neel1998 neel1998 requested a review from CloudyPadmal August 4, 2019 15:41
Copy link
Collaborator

@CloudyPadmal CloudyPadmal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if it's there but can you confirm if this logging supports 4 channels having 4 different modes? In logicanalyzerdata class I can see only one variable for modes. User can select different modes for different channels

@neel1998
Copy link
Member Author

neel1998 commented Aug 4, 2019

The mode will be set as whatever user has selected while user records the data... According to that spinner while playing back will be set. A separate LogicAnalyzerData object is created for each channel

@CloudyPadmal CloudyPadmal merged commit d5a28a4 into fossasia:development Aug 6, 2019
@CloudyPadmal CloudyPadmal added the Feature New addition to the existing app label Aug 8, 2019
@CloudyPadmal CloudyPadmal changed the title logic analyzer logging/ playback added feat: logic analyzer logging/ playback added Aug 8, 2019
@neel1998 neel1998 deleted the la_logging branch August 27, 2019 13:57
makoteq pushed a commit to makoteq/pslab-android that referenced this pull request Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New addition to the existing app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add data logging to Logic Analyzer
2 participants