rasProject_01 / weSweetHome
R. 240
process control / RasPi software by weinert-automation
|
Configuration settings for Raspberry Pi3. More...
Macros | |
#define | PIN27 |
SDA0. | |
#define | PIN28 |
SCL0. | |
#define | stdUARTpath |
/def stdUARTpath Pi's standard UART. More... | |
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.
Revision history
#define stdUARTpath |
/def stdUARTpath Pi's standard UART.
It is the one on the Pins 8 (GPIO14) for Tx and 10 (GPIO15) for Rx.