-
Notifications
You must be signed in to change notification settings - Fork 0
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
#22 sht30 peripheral model #74
Closed
Closed
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
* New python script to automate the mount process on windows system
* Adding in initial rev of build test * checking again * Doing a quick test * Doing another test * Trying to tag the docker image * removing ta * Trying to use a container as a base * Hopefully this works * Making sure that this build will fail * making code work again
* Removed manual openocd build from dockerfile * Compressed bashrc append commands to a single layer
We added a mount script for windows mounting hardware to the container but it wasn't added to the README
* Modifying aliases of commands * Adding documentation of new commands into README * Changing name of Test directory path * Some more miscellaneous docker improvements
* Adding clang format to the docker container and also adding in a basic .clang-format file
* Created CAN Handler task * Created ISR for inbound messages on CAN line 1 * Making references to new Embedded-Base directory --------- Co-authored-by: nwdepatie <[email protected]>
* I2C modified LSM6DSO C# file
* Defining temp sensor monitor RTOS task in monitor.c * Preliminary faulting structure * Adding a queue for passing temperature data to other tasks
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.
I tested the sht30.cs file and I believe it works now. I had to combine the temperature and humidity polls because it has the same register address.