max5719: Slow down SPI clock
- setting it to 30MHz hang MCU core
This commit is contained in:
parent
d3e3451d37
commit
709eae8566
|
@ -9,7 +9,7 @@ pub const SPI_MODE: spi::Mode = spi::Mode {
|
||||||
polarity: spi::Polarity::IdleLow,
|
polarity: spi::Polarity::IdleLow,
|
||||||
phase: spi::Phase::CaptureOnFirstTransition,
|
phase: spi::Phase::CaptureOnFirstTransition,
|
||||||
};
|
};
|
||||||
pub const SPI_CLOCK_MHZ: MegahertzU32 = MegahertzU32::from_raw(30);
|
pub const SPI_CLOCK_MHZ: MegahertzU32 = MegahertzU32::from_raw(10);
|
||||||
|
|
||||||
pub const MAX_VALUE: u32 = 0xFFFFF;
|
pub const MAX_VALUE: u32 = 0xFFFFF;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue