+ 1
Is it possible to code an IC using python?
3 Antworten
+ 8
an icee...?
Mmm
well you'd probably need more than just python meat, but I guess it's possible
+ 3
Assuming IC as integrated chip or microchip
The Raspberry Pi is Microprocessor-based System that has most of the functions of a desktop computer, and Ardurino is a Microcontroller. The Raspberry Pi can run Python, and Ardurino typically can't.
Since Microcontrollers are typically used for low-level hardware interfacing and time-critical tasks, you're typically going to have to learn C/C++ to use them. The Raspberry Pi does expose some of the functionality of the hardware interfaces (expansion connector) via a Python library.
Hope this info helps!!!
+ 1
IC?