Add support for v3 hardware #8
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
Source/Juego/JuegoHardwareV2.cs#L92
Possible null reference argument for parameter 'i2cBus' in 'Mcp23008.Mcp23008(II2cBus i2cBus, byte address = 32, IDigitalInterruptPort? interruptPort = null, IDigitalOutputPort? resetPort = null)'.
|
build:
Source/Juego/JuegoHardwareV2.cs#L103
Possible null reference argument for parameter 'i2cBus' in 'Mcp23008.Mcp23008(II2cBus i2cBus, byte address = 32, IDigitalInterruptPort? interruptPort = null, IDigitalOutputPort? resetPort = null)'.
|
build:
Source/Juego/JuegoHardwareV2.cs#L113
Possible null reference argument for parameter 'i2cBus' in 'Mcp23008.Mcp23008(II2cBus i2cBus, byte address = 32, IDigitalInterruptPort? interruptPort = null, IDigitalOutputPort? resetPort = null)'.
|
build:
Source/Juego/JuegoHardwareV2.cs#L152
Possible null reference argument for parameter 'spiBus' in 'Ili9341.Ili9341(ISpiBus spiBus, IDigitalOutputPort chipSelectPort, IDigitalOutputPort dataCommandPort, IDigitalOutputPort resetPort, int width, int height, ColorMode colorMode = ColorMode.Format12bppRgb444)'.
|
build:
Source/Juego/JuegoHardwareV2.cs#L53
Non-nullable property 'McpInterrupt_1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Juego/JuegoHardwareV2.cs#L53
Non-nullable property 'McpInterrupt_2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Juego/JuegoHardwareV2.cs#L53
Non-nullable property 'Mcp_Reset' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Juego/JuegoHardwareV2.cs#L53
Non-nullable property 'Display' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Juego/JuegoHardwareV2.cs#L53
Non-nullable property 'DisplayBacklightPort' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Juego/JuegoHardwareV2.cs#L53
Non-nullable property 'I2cBus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|