rasProject_01 / weSweetHome  R. 240
process control       /     RasPi software         by   weinert-automation
Loading...
Searching...
No Matches
config_raspberry_03.h File Reference

Configuration settings for Raspberry Pi3. More...

Macros

#define PIN27
 SDA0.
 
#define PIN28
 SCL0.
 
#define stdUARTpath
 /def stdUARTpath Pi's standard UART. More...
 

Detailed Description

Configuration settings for Raspberry Pi3.

This file contains some platform (type) specific definitions. These settings influence the compilation and build process. Most of those settings can not be changed later at runtime.

With respect to (process) I/O pins there is no difference to Pi3b. Hence, for Pi3* define PLATFORM as raspberry_03. Additionally, there is no difference between Pi4*, Pi0* and Pi3*; hence the defines in config_raspberry_04.h, config_raspberry_00.h and config_raspberry_03.h are the same. See just config_raspberry_04.h.

Copyright (c) 2019 Albrecht Weinert
weinert-automation.de a-weinert.de
/ / /\
/ /___ / \ |
\ /____\ /____\ | _|__
\ /\ / \ / \| |
\/ \/ \__/ \__/|_

Revision history

Rev. 255 29.10.2023
Rev. 190 12.02.2019 : minor, comments only
Rev. 209 10.07.2019 : stdUARTpath
Rev. 231 13.08.2020 : two digit PIN0x and GPIO2pin added
#define stdUARTpath
/def stdUARTpath Pi's standard UART.
Definition: config_raspberry_00.h:86

Macro Definition Documentation

◆ stdUARTpath

#define stdUARTpath

/def stdUARTpath Pi's standard UART.

It is the one on the Pins 8 (GPIO14) for Tx and 10 (GPIO15) for Rx.