a6a26d325a80948406b5968c975960deff965676
[mTask.git] / client / spec.c
1 #include "spec.h"
2 #include "interface.h"
3 #include "mem.h"
4
5 void spec_send(void)
6 {
7 write_byte('c');
8 write_byte(0 | (HAVELED << 0) | (HAVEAIO << 1) | (HAVEDIO << 2));
9 write16(MEMSIZE);
10 write_byte(NAPINS);
11 write_byte(NDPINS);
12 write_byte('\n');
13 write_byte('\n');
14 }