Initial import from the website's tarball, on the 18th of october 2004
[islsm.git] / modes.h
blob6252cd77c0aa4daaab6ea8247f6b4695b1ab2621
1 // mode toggle -> mode where one can send
2 static char p54u_mode_send[36] =
3 { 0x00, 0x02, 0x02, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
4 0x01, 0x80, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
5 0x00, 0x00, 0x00, 0x00 };
7 // mode toggle -> monitoring mode ?
8 static char p54u_mode_monitor[0x24] = {
9 0x00, 0x02, 0x02, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
10 0x01, 0x80, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x00,
11 0x00, 0x00, 0xf4, 0x01 };