Add support for v3 hardware #8
Annotations
11 warnings
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/
|
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)'.
|
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)'.
|
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)'.
|
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)'.
|
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.
|
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.
|
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.
|
Source/Juego/JuegoHardwareV2.cs#L53
Non-nullable property 'Display' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Source/Juego/JuegoHardwareV2.cs#L53
Non-nullable property 'DisplayBacklightPort' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Source/Juego/JuegoHardwareV2.cs#L53
Non-nullable property 'I2cBus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading