Now, I have a Toit SDK installed and working well in my RPi 4B. So how does Toit talk with the board`s GPIO and control sensors attached to those GPIOs?
floitsch04/09/2024 01:01 PM
GPIO support hasn't been implemented for Linux systems yet. There is UART and SPIO support, but not general gpio or i2c.
Program your microcontrollers in a fast and robust high-level language. - toitlang/toit
Timmy7704/09/2024 01:07 PM
UART is good enough for cellular communication.
OPTimmy77
UART is good enough for cellular communication.
floitsch04/09/2024 01:53 PM
We might need to do minor modifications to the cellular package to support uarts from the host. I will try to find time this week. Don't hesitate to ping me/us if you don't see anything happening.