RaspberryPi:Programming

From UCT EE Wiki
Revision as of 07:47, 6 February 2020 by CRNKEE002 (talk | contribs) (Created page with "= 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Programming Environments

Cross Compilation