Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
217B

  1. CODE (spix) ( n -- n )
  2. HL POP,
  3. chkPS,
  4. A L LDrr,
  5. SPI_DATA OUTiA,
  6. SPI_DELAY
  7. SPI_DATA INAi,
  8. L A LDrr,
  9. HL PUSH,
  10. ;CODE
  11. CODE (spie) SPI_CSLOW OUTiA, ;CODE
  12. CODE (spid) SPI_CSHIGH OUTiA, ;CODE