-
Notifications
You must be signed in to change notification settings - Fork 11
Feat splitter refactor #329
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
f06d910
initial changes
Joseph-Jacobson 1667d14
Splitting Logic with debugging pipeline
Joseph-Jacobson a6f4444
Bumped Library Version
Joseph-Jacobson b404014
new error message for sd card
Joseph-Jacobson 87cc88a
Moved splitter test into featherwing
Joseph-Jacobson 7851676
Renamed Folder
Joseph-Jacobson 076a412
Review edits
Joseph-Jacobson 189d1de
minor changes
Joseph-Jacobson d7dc259
PR changes
Joseph-Jacobson 7262ae3
Removed unnecessary instructions
Joseph-Jacobson d2748ec
ToDo added
Joseph-Jacobson 03246b5
Renaming
Joseph-Jacobson ef762a0
Updated comment
Joseph-Jacobson 0404b1f
Minor readme changes
Joseph-Jacobson e6fda40
PR edits
Joseph-Jacobson aa6862e
pulled latest master into SplitterRefactor
nitin710 cdcffe2
updating workflow to delete all libraries after workflow completes
nitin710 b6d035e
fix:url file naming and dependency in library.properties
nitin710 199e413
fix: check for tag with and without prefix "v"
nitin710 431ac53
fix: does not delete the FeatherWing checkout to allow for post run s…
nitin710 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| name=EmotiBit FeatherWing | ||
| version=1.14.2 | ||
| version=1.14.3 | ||
| author=Connected Future Labs | ||
| maintainer=Connected Future Labs <info@connectedfuturelabs.com> | ||
| sentence=A library written for EmotiBit FeatherWing that supports all sensors included on the wing. | ||
| paragraph= Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md | ||
| category=Sensors | ||
| url=https://github.com/EmotiBit/EmotiBit_FeatherWing | ||
| architectures=* | ||
| depends=EmotiBit BMI160, EmotiBit MAX30101, EmotiBit MLX90632, EmotiBit NCP5623, EmotiBit SI7013, EmotiBit XPlat Utils, EmotiBit ADS1X15, EmotiBit External EEPROM, EmotiBit EmojiLib, EmotiBit ArduinoFilters, EmotiBit SimpleFTPServer, EmotiBit KTD2026, WiFi101, SdFat (=2.2.0), ArduinoJson (=6.21.2), Arduino Low Power (=1.2.2), RTCZero (=1.6.0), Adafruit IS31FL3731 Library (=2.0.2), Adafruit GFX Library (=1.11.9), Adafruit BusIO (1.15.0) | ||
| depends=EmotiBit BMI160, EmotiBit MAX30101, EmotiBit MLX90632, EmotiBit NCP5623, EmotiBit SI7013, EmotiBit XPlat Utils, EmotiBit ADS1X15, EmotiBit External EEPROM, EmotiBit EmojiLib, EmotiBit ArduinoFilters, EmotiBit SimpleFTPServer, EmotiBit KTD2026, WiFi101, SdFat (=2.2.0), ArduinoJson (=6.21.2), Arduino Low Power (=1.2.2), RTCZero (=1.6.0), Adafruit IS31FL3731 Library (=2.0.2), Adafruit GFX Library (=1.11.9), Adafruit BusIO (=1.15.0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # Description | ||
| - This tests verifies that the Packet Fixed Length Test data in the EmotiBit SD card does not go over the 512 max data length. If there are packets that go over that length, then it will be signified by Debug Overloads. | ||
| - The data is verified with the bash script, checking the SD card output | ||
|
|
||
| The following table shows commands for choosing the test type. A typical workflow will consist of: | ||
| 1. Going into debug mode | ||
| 2. Setting sendTestData to true | ||
| 3. Choosing the Packet Fixed Length Test '@' | ||
| 4. Pressing record in the oscilliscope and waiting for the test to finish | ||
| 5. Comparing the SD card result with the bash script, specifying the extension | ||
|
|
||
| | Command | Details | | ||
| |--------|--------| | ||
| | > | Sets "sendTestData" to true| | ||
| | < | Sets "sendTestData" to false| | ||
| | @ | Sets test data to Packet Fixed Length Test| |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This means that in debug mode, every Serial input will trigger an "info print" and then perform a Debug operation if a key listed in debug mode is entered.
Unless,
Fis entered, in which case, it will enter FTP mode.Is that correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes