tmp: creating specific modules for 8 channels & 16 channels

This commit is contained in:
2025-08-17 08:57:05 +00:00
parent 57ace1383b
commit c9ca399e20
23 changed files with 253 additions and 88 deletions
@@ -0,0 +1,4 @@
pub const LED_NCHANS: usize = 8_usize; // Number of channels (strips)
pub const CHAN_NUM_MASK: u8 = 0b0111_u8; // Mask to get channel number from port address
pub type TX_DATA_T = u8; // Type of Tx data buffer