Replace random non-ascii-print characters with standard substitutes (#6840)

This commit is contained in:
Pieter Viljoen
2024-05-31 17:49:48 -07:00
committed by GitHub
parent 1f301df51d
commit 41e13fa6f4
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ enum MAX6956GPIORegisters {
MAX6956_PORT_CONFIG_START = 0x09, // Port Configuration P7, P6, P5, P4
MAX6956_CURRENT_START = 0x12, // Current054
MAX6956_1PORT_VALUE_START = 0x20, // Port 0 only (virtual port, no action)
MAX6956_8PORTS_VALUE_START = 0x44, // 8 ports 411 (data bits D0D7)
MAX6956_8PORTS_VALUE_START = 0x44, // 8 ports 4-11 (data bits D0-D7)
};
enum MAX6956GPIOFlag { FLAG_LED = 0x20 };