generated from BrianPugh/python-template
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* more efficient serial reading * working with example; process is very sloww * fix integrationn tests * much faster reads for process simply by reducing time.sleep facepalm * reduce startup sleep * misc * it works * cleanup * fix missing timeout * move data_consumer to end; may raise an exception * move serial_buf search innside while loop; fixes if the ending is longer than the read buffer * break up serial buffers into consumed and unconsumed * Fix between-buffer check * reduce wait * reduce wait * reduce wait * remove wait
- Loading branch information
Showing
5 changed files
with
88 additions
and
45 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
|
@@ -238,3 +238,4 @@ profile.json | |
rp2040js/ | ||
|
||
.vscode/ | ||
*.lprof |
This file contains 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 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 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