Project:HM55B: Difference between revisions
From London Hackspace Wiki
→Reset
(→Reset) |
|||
| Line 68: | Line 68: | ||
There should now be +5v measured between HM55B pins 3 and 6. | There should now be +5v measured between HM55B pins 3 and 6. | ||
=== Abridged command set == | |||
To cover this use case: | |||
<pre> | |||
? help | |||
/\ Clock H/L ~ CLK pin | |||
-/_ Data H/L ~ MOSI pin | |||
! Read bit ~ MISO pin | |||
[] CS L/H ~ CS pin | |||
& 1uS delay | |||
: Repeat | |||
</pre> | |||
=== Reset=== | === Reset=== | ||
Reading in plain english, "Set clock pin to low, set CS pin to low, shift out b0000 on the rising edge of the clock, delay 1uS, repeat delay 10 times then set CS pin to high". | |||
Noting that CS maps to active low /EN pin. | |||
\[/_\/_\/_\/_\] | |||
=== Take sample === | === Take sample === | ||