Hi,
when writing a python script in a raspberry pi, there is a module for hardware access. Is there any way to access hardware resources (serial ports, SPI, I2C, GPIO etc) from GDScript?
In fact, many resources are file-like, so if I can use some sort of fopen-fwrite-fclose from GDScript would be enough, I think. Any chance?