-
Notifications
You must be signed in to change notification settings - Fork 8
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
V1.2.1 #51
Open
Mikefly123
wants to merge
52
commits into
main
Choose a base branch
from
nightly-dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
V1.2.1 #51
Conversation
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
Made it so that an error when initializing one of the buses won't stop the other buses from initializing
Formatting update
Deleted the Pico SDK Files and Moved the CircuitPy Files to the top level repo.
Fixed Local Variable Before Assignment in the smart_burn
Fixed syntax errors
Updated heater control syntax
Syntax to match new firmware
Fixed CAN Bus Init
Added CAN Bus Init to FC Board
removed PCA references in PySquared
* Updated to pet the watchdog * Create rv3028.py * Update pysquared_eps.py * Changed the Boot Count Iter The boot count now iterates in the pysquared.py rather than in the main.py * Update pysquared.py Fixed bug with setting the boot count in NVM before the microcontroller is correctly setup * Update main.py Added c.hardware["WDT"] toggle to main * Update pysquared.py Added RTC Get/Set Time & Date * Update code.py * Ran Linter --------- Co-authored-by: DeathStar <[email protected]> Co-authored-by: DeathStar <[email protected]>
commit 40378f0 Author: Michael Pham <[email protected]> Date: Wed Oct 16 21:22:12 2024 -0700 Created repl.py HUGE QOL IMPROVEMENT commit f33f863 Author: Michael Pham <[email protected]> Date: Wed Oct 16 21:02:21 2024 -0700 Working Camera Calls Takes 360x240p JPEGS lol commit 7289496 Author: Michael Pham <[email protected]> Date: Wed Oct 16 17:38:31 2024 -0700 Added CAM Init
Iterated version number to 1.1.2 This version adds OV5640 functionality to the pysqaured.py
5V_Enable Hotfix
Removed TCA
Added try /except
Split initializations
* Initial Clockspeed Implementation Can now call c.turbo_clock * Update pysquared.py Fixed syntax with the Turbo function. Also fixed the camera initialization while I was here. - Michael * Ran Linter --------- Co-authored-by: DeathStar <[email protected]>
Fixed distance return statements
Whoops forgot to add the updated Big_Data.py
Cleanup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.