Difference between revisions of "Protocol SPI"
From Wiki at Neela Nurseries
(Created page with "kionix kx132 SPI interface * https://forum.arduino.cc/t/receiving-more-than-one-byte-as-response-from-spi/184891/4 <!-- comment -->") |
m |
||
Line 1: | Line 1: | ||
− | + | SPI interface notes: | |
* https://forum.arduino.cc/t/receiving-more-than-one-byte-as-response-from-spi/184891/4 | * https://forum.arduino.cc/t/receiving-more-than-one-byte-as-response-from-spi/184891/4 | ||
+ | * https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/drivers/spi_fujitsu_fram/src/main.c | ||
Latest revision as of 07:53, 11 October 2021
SPI interface notes:
- https://forum.arduino.cc/t/receiving-more-than-one-byte-as-response-from-spi/184891/4
- https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/drivers/spi_fujitsu_fram/src/main.c