RaspberryPi:Programming
Jump to navigation
Jump to search
Overview
The Raspberry Pi can run a Linux based operating system, and can therefore use almost any programming language. For the sake of interfacing with the GPIOs, Python and C/C++ are usually considered the simplest, and you will find the most resources.
For programming in Python, please visit RaspberryPi:ProgrammingInPython.
For programming in C or C++, please visit RaspberryPi:ProgrammingInC.