We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0046f4d + 93b7106 commit 757a0b0Copy full SHA for 757a0b0
rp2040-hal/src/pio.rs
@@ -1933,6 +1933,10 @@ pub enum InstallError {
1933
impl<P: PIOExt> PIOBuilder<P> {
1934
/// Set config settings based on information from the given [`pio::Program`].
1935
/// Additional configuration may be needed in addition to this.
1936
+ ///
1937
+ /// Note: The shift direction for both input and output shift registers
1938
+ /// defaults to `ShiftDirection::Left`, which is different from the
1939
+ /// rp2040 reset value.
1940
pub fn from_program(p: InstalledProgram<P>) -> Self {
1941
PIOBuilder {
1942
clock_divisor: (1, 0),
0 commit comments