Difference between revisions of "Unit RaspberryPi3"
From Ultibo.org
(Created page with "Return to Unit Reference === Description === ---- ''To be documented'' === Constants === ---- ''To be documented'' === Type definitions === ---- ''To...") |
|||
Line 5: | Line 5: | ||
---- | ---- | ||
− | + | This unit has no functionality other than to include all units relevant to the Raspberry Pi 3. | |
+ | |||
+ | This includes standard interfaces such as network, filesystem and storage as well as drivers that are specific to the BCM2837 and are not included by anything else. | ||
+ | |||
+ | Additional units can be included anywhere within a program and they will be linked during the compile process. This unit simply provides a convenient way to ensure all relevant units have been included. | ||
=== Constants === | === Constants === | ||
---- | ---- | ||
− | '' | + | ''None defined'' |
=== Type definitions === | === Type definitions === | ||
---- | ---- | ||
− | '' | + | ''None defined'' |
=== Public variables === | === Public variables === | ||
---- | ---- | ||
− | '' | + | ''None defined'' |
=== Function declarations === | === Function declarations === | ||
---- | ---- | ||
− | '' | + | ''None defined'' |
Return to [[Unit_Reference|Unit Reference]] | Return to [[Unit_Reference|Unit Reference]] |
Latest revision as of 03:30, 20 October 2016
Return to Unit Reference
Description
This unit has no functionality other than to include all units relevant to the Raspberry Pi 3.
This includes standard interfaces such as network, filesystem and storage as well as drivers that are specific to the BCM2837 and are not included by anything else.
Additional units can be included anywhere within a program and they will be linked during the compile process. This unit simply provides a convenient way to ensure all relevant units have been included.
Constants
None defined
Type definitions
None defined
Public variables
None defined
Function declarations
None defined
Return to Unit Reference