mii 0.2.0

A rust-embedded implementation of the monome ii protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Maybe we want to implement more in the future
// Crow = 0x01,
// Ww = 0x10,
// Mp = 0x30,
// Faderbank = 0x34,
// Matrixarchate = 0x38,
// Tetrapad = 0x3b,
// Orca = 0x40,
// DistingEx = 0x41,
// Es = 0x50,
// TelexI = 0x68,

pub mod ansible;
pub mod er301;
pub mod just_friends;
pub mod telexo;