meshtastic / framework-portduino

An Arduino API that sits on top of Linux and other operating systems. This lets you run Arduino code on Raspberry PI, desktops, etc... All as a standard user-space application.
GNU Lesser General Public License v2.1
30 stars 13 forks source link

Support multiple HardwareSPI objects pointing to the same spiChip #22

Closed jp-bennett closed 5 months ago

jp-bennett commented 5 months ago

Edit: Totally different approach now. Now making SPI devices able to share the same hardware.

jp-bennett commented 5 months ago

This one got merged with the GPIO patch set.