fix: 前后端修复七段数码管无法正常工作的问题

This commit is contained in:
2025-08-16 13:05:01 +08:00
parent 0a1e0982c2
commit 9bd3fb29e3
3 changed files with 24 additions and 24 deletions

View File

@@ -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