Skip to content

Add SPI primitives to Zephyr#347

Draft
MaartenS11 wants to merge 3 commits intomainfrom
feat/zephyr-spi-support
Draft

Add SPI primitives to Zephyr#347
MaartenS11 wants to merge 3 commits intomainfrom
feat/zephyr-spi-support

Conversation

@MaartenS11
Copy link
Member

Adds the following primitives similar to the arduino build:

install_primitive(write_spi_byte);
install_primitive(write_spi_bytes_16);
install_primitive(read_spi_byte);

Todo:

  • Only enable if the board has SPI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant