fix: 前后端修复七段数码管无法正常工作的问题
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Peripherals.SevenDigitalTubesClient;
|
||||
|
||||
static class SevenDigitalTubesAddr
|
||||
{
|
||||
public const UInt32 BASE = 0x0000_0000;
|
||||
public const UInt32 BASE = 0xB000_0000;
|
||||
}
|
||||
|
||||
public class SevenDigitalTubesCtrl
|
||||
|
||||
Reference in New Issue
Block a user