Merge branch 'development' of https://github.com/phylax2020/WiringPi into development

This commit is contained in:
phylax2020
2025-02-16 22:55:50 +01:00
8 changed files with 243 additions and 39 deletions

View File

@@ -144,6 +144,7 @@ struct wiringPiNodeStruct *wiringPiNodes = NULL ;
// maybe faster then piRP1Model
#define ISRP1MODEL (PI_MODEL_5==RaspberryPiModel || PI_MODEL_CM5==RaspberryPiModel|| PI_MODEL_500==RaspberryPiModel || PI_MODEL_CM5L==RaspberryPiModel)
//RP1 chip (@Pi5) RIO address
const unsigned int RP1_RIO_OUT = 0x0000;
const unsigned int RP1_RIO_OE = (0x0004/4);