Amit and I discussed using this solution for the same sensors that are on an evk board.
The evk should show existence of sensor. (ss_* is Shield board; bb_* is base board)
This actually shows the 3rd scenario that was presented with customer board Layer file.
It would have unique Int and interface outside of Arduino.
This will be a good example to provide in the pack. Showing how sensor is captured in layer file on Shield vs. Board.
Board Layer YAML could provide #Arduino interface. However, it could also have "provides FXLS8974_I2C and FXLS8974_INT1".
- Possible conflict in build?
- Would user be capable of creating solution with 2 instances of 8974? 2 sensors, 1 from board and 1 from shield
- Would user be able to resolve conflicts or select amongst 2 options? Error, 2 sources found for FXLS8974_I2C. They comment out or select to resolve?
Amit and I discussed using this solution for the same sensors that are on an evk board.
The evk should show existence of sensor. (ss_* is Shield board; bb_* is base board)
This actually shows the 3rd scenario that was presented with customer board Layer file.
It would have unique Int and interface outside of Arduino.
This will be a good example to provide in the pack. Showing how sensor is captured in layer file on Shield vs. Board.
Board Layer YAML could provide #Arduino interface. However, it could also have "provides FXLS8974_I2C and FXLS8974_INT1".