Can I use circuitPython code on my raspberry pi?
Can I use circuitPython code on my raspberry pi?
Hi Simon,
CircuitPython is a subset of the Python on the Raspberry Pi. As well, the hardware APIs are different and the libraries are going to differ. Much plain Python may work fine but you will likely encounter problems when dealing with hardware.
Hi Simon,
CircuitPython is a subset of the Python on the Raspberry Pi. As well, the hardware APIs are different and the libraries are going to differ. Much plain Python may work fine but you will likely encounter problems when dealing with hardware.