Enable CS "active-high" device support - #1
Open
michthom wants to merge 1 commit into
Open
Conversation
michthom
force-pushed
the
michthom-patch-1
branch
3 times, most recently
from
September 22, 2021 19:14
4aefbf9 to
a30930b
Compare
Reference adafruit/Adafruit_CircuitPython_BusDevice#71 Add a new parameter cs_active_value for devices that require CS to use "active high" logic. Update mpconfigboard.mk to disable pyb_nano_v2 from core build as its flash is too small now.
michthom
force-pushed
the
michthom-patch-1
branch
from
September 23, 2021 08:14
7d73a0f to
94ca3f5
Compare
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
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.
Reference adafruit/Adafruit_CircuitPython_BusDevice#71
Enables SPIDevice to be used for things like the Sitronix ST7920 LCD display which requires CS to be pulled high during commands or data transfers.